diff --git a/.github/workflows/publish_coverage.yml b/.github/workflows/publish_coverage.yml index 04983682f8..99486e096b 100644 --- a/.github/workflows/publish_coverage.yml +++ b/.github/workflows/publish_coverage.yml @@ -19,7 +19,7 @@ jobs: - run: pip install smokeshow - - uses: dawidd6/action-download-artifact@v3.1.4 # nosemgrep + - uses: dawidd6/action-download-artifact@v5 # nosemgrep with: workflow: pr_tests.yaml workflow_conclusion: success diff --git a/pyproject.toml b/pyproject.toml index 1442a88388..fb22a76a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"] optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel]"] devdocs = [ - "mkdocs-material==9.5.25", + "mkdocs-material==9.5.26", "mkdocs-static-i18n==1.2.3", "mdx-include==1.4.2", "mkdocstrings[python]==0.25.1", @@ -113,13 +113,13 @@ lint = [ "faststream[types]", "ruff==0.4.8", "bandit==1.7.8", - "semgrep==1.74.0", + "semgrep==1.75.0", "codespell==2.3.0", ] test-core = [ "coverage[toml]==7.5.3", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-asyncio==0.23.7", "dirty-equals==0.7.1.post0", "typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals