Skip to content

Commit

Permalink
Upgrade Dependencies (#9)
Browse files Browse the repository at this point in the history
* update all dependencies to newest possible version
* add vscode workspace to gitignore
  • Loading branch information
bryanhiestand authored Nov 26, 2023
1 parent d395f5d commit 4346136
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ comics/

# IDE
.vscode
*.code-workspace

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
certifi==2022.9.24
charset-normalizer==2.1.1
idna==3.4
python-dotenv==0.21.0
certifi==2023.11.17
charset-normalizer==3.3.2
idna==3.6
python-dotenv==1.0.0
python-http-client==3.3.7
requests==2.28.1
sendgrid==6.9.7
starkbank-ecdsa==2.1.0
urllib3==1.26.12
requests==2.31.0
sendgrid==6.10.0
starkbank-ecdsa==2.2.0
urllib3==2.1.0

0 comments on commit 4346136

Please sign in to comment.