-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #273 from boto/3_12_deps_update
Resolve Python 3.12 warnings
- Loading branch information
Showing
3 changed files
with
70 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
psutil>=4.1.0,<5.0.0 | ||
tabulate==0.7.5 | ||
coverage==5.5 | ||
coverage==7.2.7 | ||
wheel==0.38.1 | ||
setuptools==67.8.0;python_version>="3.12" | ||
|
||
# Pytest specific deps | ||
pytest==7.4.0 | ||
pytest-cov==2.12.1 | ||
pytest-cov==4.1.0 | ||
atomicwrites>=1.0 # Windows requirement | ||
colorama>0.3.0 # Windows requirement |