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 Jul 24, 2024
1 parent 56533ad commit 4c81e3c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ devdocs = [

types = [
"faststream[optionals]",
"mypy==1.10.1",
"mypy==1.11.0",
# mypy extensions
"types-Deprecated",
"types-PyYAML",
Expand All @@ -111,16 +111,16 @@ types = [

lint = [
"faststream[types]",
"ruff==0.5.2",
"ruff==0.5.4",
"bandit==1.7.9",
"semgrep==1.79.0",
"semgrep==1.80.0",
"codespell==2.3.0",
]

test-core = [
"coverage[toml]==7.6.0",
"pytest==8.2.2",
"pytest-asyncio==0.23.7",
"pytest==8.3.1",
"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 Down Expand Up @@ -341,4 +341,3 @@ omit = [
[tool.codespell]
skip = "./venv,./docs/site/*"
ignore-words = ".codespell-whitelist.txt"

0 comments on commit 4c81e3c

Please sign in to comment.