Skip to content

Commit

Permalink
dump: upgrade requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrolube committed Feb 17, 2024
1 parent 9e8d778 commit eb68768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"langdetect==1.0.9",
"atomicwrites==1.4.0",
"spintax==1.0.4",
"requests~=2.28.2",
"requests~=2.31.0",
"packaging~=20.9"
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ emoji==1.6.1
langdetect==1.0.9
atomicwrites==1.4.0
spintax==1.0.4
requests~=2.28.2
requests~=2.31.0
packaging~=20.9

0 comments on commit eb68768

Please sign in to comment.