-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updating library requirements * updates gitignore * bump version
- Loading branch information
1 parent
bf2dfd0
commit 088a0e2
Showing
6 changed files
with
262 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
setuptools==51.1.2 | ||
setuptools==57.4.0 | ||
coverage-badge==1.0.1 | ||
twine==3.3.0 | ||
twine==3.4.2 | ||
-r test-requirements.txt |
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 +1 @@ | ||
boto3==1.16.51 | ||
boto3==1.18.21 |
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,7 +1,7 @@ | ||
moto==1.3.16 | ||
mock==4.0.2 | ||
coverage==5.3.1 | ||
moto==2.2.2 | ||
mock==4.0.3 | ||
coverage==5.5 | ||
six | ||
black==20.8b1 | ||
isort==5.7.0 | ||
black==21.7b0 | ||
isort==5.9.3 | ||
-r requirements.txt |
Oops, something went wrong.