-
Notifications
You must be signed in to change notification settings - Fork 8
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 #21 from claroty/wip/ghadari/bump_dependencies
bumps depenencies, removes tests for 3.6 and 3.7, skips failing tests for use-cases that are no longer supported
- Loading branch information
Showing
5 changed files
with
12 additions
and
10 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
pytest-aiohttp==0.3.0 | ||
pytest==6.2.0 | ||
proxy.py==2.2.0 | ||
pyjwt==1.7.1 | ||
pyjwt==1.7.1 |
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,8 +1,8 @@ | ||
aiohttp==3.7.3 | ||
aiohttp==3.9.5 | ||
aiofiles==0.4.0 | ||
pymongo==3.11.0 # We need the bson packaged provided by pymongo | ||
pymongo==4.8.0 # We need the bson packaged provided by pymongo | ||
marshmallow==2.21.0 | ||
cryptography==3.2.1 | ||
cryptography==43.0.0 | ||
colorama==0.4.4 | ||
click==7.0 | ||
importlib-metadata==3.10.1 | ||
importlib-metadata==3.10.1 |
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