Skip to content

Commit

Permalink
Chore: Update develop and test dependencies across the board
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 29, 2024
1 parent bcee937 commit b694115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
],
extras_require={
"develop": [
"black<24",
"ruff==0.0.285; python_version >= '3.7'",
"black<25",
"ruff<0.2; python_version >= '3.7'",
"twine<5",
"wheel<1",
],
"test": [
"pytest<8",
"pytest<9",
"pytest-cache<2",
"pytest-cov<4.2",
"python-dotenv<0.20",
"python-dotenv<1.1",
"responses<0.24",
],
},
Expand Down

0 comments on commit b694115

Please sign in to comment.