Skip to content

Commit

Permalink
Chore: update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed May 27, 2024
1 parent 3d5f241 commit 750cc36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"filename": "docs/docs/en/release.md",
"hashed_secret": "35675e68f4b5af7b995d9205ad0fc43842f16450",
"is_verified": false,
"line_number": 1269,
"line_number": 1282,
"is_secret": false
}
],
Expand Down Expand Up @@ -163,5 +163,5 @@
}
]
},
"generated_at": "2024-05-24T07:31:48Z"
"generated_at": "2024-05-27T11:45:58Z"
}
10 changes: 5 additions & 5 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.24",
"mkdocs-material==9.5.25",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.25.1",
Expand Down Expand Up @@ -113,12 +113,12 @@ lint = [
"faststream[types]",
"ruff==0.4.4",
"bandit==1.7.8",
"semgrep==1.73.0",
"codespell==2.2.6",
"semgrep==1.74.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.5.1",
"coverage[toml]==7.5.2",
"pytest==8.2.1",
"pytest-asyncio==0.23.7",
"dirty-equals==0.7.1.post0",
Expand All @@ -137,7 +137,7 @@ testing = [
dev = [
"faststream[optionals,lint,testing,devdocs]",
"pre-commit==3.5.0; python_version < '3.9'",
"pre-commit==3.7.0; python_version >= '3.9'",
"pre-commit==3.7.1; python_version >= '3.9'",
"detect-secrets==1.5.0",
]

Expand Down

0 comments on commit 750cc36

Please sign in to comment.