Skip to content

Commit

Permalink
chore: bump dependencies (airtai#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 31, 2024
1 parent b9b06b3 commit 2dc9f45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ otel = ["opentelemetry-sdk>=1.24.0,<2.0.0"]
optionals = ["faststream[rabbit,kafka,confluent,nats,redis,otel]"]

devdocs = [
"mkdocs-material==9.5.29",
"mkdocs-material==9.5.30",
"mkdocs-static-i18n==1.2.3",
"mdx-include==1.4.2",
"mkdocstrings[python]==0.25.1",
"mkdocstrings[python]==0.25.2",
"mkdocs-literate-nav==0.6.1",
"mkdocs-git-revision-date-localized-plugin==1.2.6",
"mike==2.1.2", # versioning
Expand Down Expand Up @@ -111,15 +111,15 @@ types = [

lint = [
"faststream[types]",
"ruff==0.5.4",
"ruff==0.5.5",
"bandit==1.7.9",
"semgrep==1.81.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.6.0",
"pytest==8.3.1",
"pytest==8.3.2",
"pytest-asyncio==0.23.8",
"dirty-equals==0.7.1.post0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals
Expand All @@ -138,7 +138,7 @@ testing = [
dev = [
"faststream[optionals,lint,testing,devdocs]",
"pre-commit==3.5.0; python_version < '3.9'",
"pre-commit==3.7.1; python_version >= '3.9'",
"pre-commit==3.8.0; python_version >= '3.9'",
"detect-secrets==1.5.0",
]

Expand Down

0 comments on commit 2dc9f45

Please sign in to comment.