Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.28.1 to 2.31.0 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ certifi==2022.6.15.1
# via
# -c requirements.txt
# requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
# via
# -c requirements.txt
# requests
commonmark==0.9.1
# via rich
cryptography==40.0.2
# via secretstorage
docutils==0.19
# via readme-renderer
idna==3.3
Expand All @@ -28,19 +32,25 @@ importlib-metadata==5.0.0
# via twine
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.9.3
# via twine
more-itertools==8.14.0
# via jaraco-classes
pkginfo==1.8.3
# via twine
pycparser==2.21
# via cffi
pygments==2.13.0
# via
# readme-renderer
# rich
readme-renderer==37.2
# via twine
requests==2.28.1
requests==2.31.0
# via
# -c requirements.txt
# requests-toolbelt
Expand All @@ -51,6 +61,8 @@ rfc3986==2.0.0
# via twine
rich==12.6.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ certifi==2022.6.15.1
# via requests
charset-normalizer==2.1.1
# via requests
contextlib2==21.6.0
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
idna==3.3
Expand All @@ -24,9 +22,7 @@ python-dateutil==2.8.2
# via pandas
pytz==2022.2.1
# via pandas
pyyaml==6.0
# via -r requirements.in
requests==2.28.1
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand Down