Skip to content

Commit

Permalink
Merge pull request #202 from Aiven-Open/RommelLayco-update-dep-versions
Browse files Browse the repository at this point in the history
pyproject.toml: Update dev dependencies
  • Loading branch information
Aiqin-Aiven authored Apr 2, 2024
2 parents f0e1087 + 37dd72c commit c3f9ec3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ dev = [
"pre-commit>=3.7.0",
# pre-commit tasks in Makefile need these"
"anyio==3.5.0",
"pylint==2.15.5",
"pylint==2.17.4",
"pytest-asyncio==0.21.1",
"pytest-cov==3.0.0",
"pytest-mock==3.3.1",
"pytest-mock==3.10.0",
"pytest-order==1.0.0",
"pytest-timeout==1.4.2",
"pytest-watch==4.2.0",
Expand All @@ -60,7 +60,9 @@ dev = [
"types-tabulate>=0.9.0.0",
"types-ujson>=5.9.0.0",
"types-urllib3>=1.26.25.4",
"typing_extensions>=4.4.0",
"typing_extensions>=4.7.1",
# F38
"coverage==7.0.5",
"freezegun>=1.2",
"respx==0.20.1",
]
Expand Down

0 comments on commit c3f9ec3

Please sign in to comment.