Skip to content

Commit

Permalink
Unpin testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Nov 24, 2024
1 parent 9144cac commit e7c4f09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ def package_vars(version_file):
],
extras_require={
"test": [
"coverage == 6.5.0",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
"pytest-cov == 6.0.0",
"coverage",
"coveralls",
"docker",
"pre-commit",
"pytest",
"pytest-cov",
]
},
)

0 comments on commit e7c4f09

Please sign in to comment.