Skip to content

Commit

Permalink
Merge pull request #415 from SamSamhuns/dependabot/pip/requests-2.31.0
Browse files Browse the repository at this point in the history
Bump requests from 2.21.0 to 2.31.0
  • Loading branch information
SamSamhuns committed May 31, 2023
2 parents dc7150d + d131927 commit 7e63f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -7,4 +7,4 @@ tox==4.0.14
coverage==7.0.0
Sphinx==5.3.0
twine==4.0.2
requests==2.28.1
requests==2.31.0
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -10,9 +10,9 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ["requests==2.21.0"]
setup_requirements = ["requests==2.21.0"]
test_requirements = ["requests==2.21.0"]
requirements = ["requests==2.31.0"]
setup_requirements = ["requests==2.31.0"]
test_requirements = ["requests==2.31.0"]

setup(
author="Samridha Man Shrestha",
Expand Down

0 comments on commit 7e63f34

Please sign in to comment.