Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 10, 2024
1 parent 20462d6 commit 1835984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1835984

Please sign in to comment.