Skip to content

Bump requests from 2.22.0 to 2.25.0 in /auctioning_platform #138

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

Closed
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
2 changes: 1 addition & 1 deletion auctioning_platform/payments/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
injector
SQLAlchemy==1.3.19
stripe==2.54.0
requests==2.22.0
requests==2.25.0
2 changes: 1 addition & 1 deletion auctioning_platform/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python-dateutil==2.8.1 # via faker, freezegun
python-dotenv==0.15.0 # via -r ./main/requirements.txt
pytz==2019.3 # via -r ./auctions_infrastructure/requirements.txt, babel
redis==3.5.3 # via -r ./main/requirements.txt, rq
requests==2.22.0 # via -r ./payments/requirements.txt, stripe
requests==2.25.0 # via -r ./payments/requirements.txt, stripe
rq==1.5.2 # via -r ./main/requirements.txt
six==1.15.0 # via bcrypt, packaging, python-dateutil, sqlalchemy-utils
speaklater==1.3 # via flask-babelex
Expand Down