Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump requests from 2.27.1 to 2.31.0 (#82)
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: srh-sloan <[email protected]>
  • Loading branch information
dependabot[bot] and srh-sloan authored Nov 9, 2023
1 parent 1ae449b commit f400bbe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
7 changes: 5 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ deepdiff==5.8.1
distlib==0.3.4
# via virtualenv
exceptiongroup==1.1.3
# via pytest
# via
# -r requirements.txt
# pytest
filelock==3.7.1
# via virtualenv
flask==2.2.4
Expand Down Expand Up @@ -347,7 +349,7 @@ redis==4.5.4
# -r requirements.txt
# flask-redis
# flipper-client
requests==2.27.1
requests==2.31.0
# via
# -r requirements.txt
# connexion
Expand Down Expand Up @@ -419,6 +421,7 @@ toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# -r requirements.txt
# black
# build
# mypy
Expand Down
19 changes: 16 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ connexion==2.14.2
# via -r requirements.in
cryptography==41.0.4
# via pyjwt
exceptiongroup==1.1.3
# via pytest
flask==2.2.4
# via
# -r requirements.in
Expand Down Expand Up @@ -150,7 +152,9 @@ pyee==6.0.0
pygments==2.15.1
# via rich
pyjwt[crypto]==2.6.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# pyjwt
pyparsing==3.0.9
# via packaging
pyrsistent==0.18.1
Expand Down Expand Up @@ -188,7 +192,7 @@ redis==4.5.4
# via
# flask-redis
# flipper-client
requests==2.27.1
requests==2.31.0
# via
# connexion
# funding-service-design-utils
Expand All @@ -198,12 +202,16 @@ rich==12.6.0
# via funding-service-design-utils
ruamel-yaml==0.17.21
# via prance
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.6.0
# via boto3
semver==2.13.0
# via prance
sentry-sdk[flask]==1.21.1
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# prance
Expand All @@ -219,6 +227,7 @@ sqlalchemy[mypy]==2.0.12
# alembic
# flask-sqlalchemy
# marshmallow-sqlalchemy
# sqlalchemy
# sqlalchemy-json
# sqlalchemy-utils
sqlalchemy-json==0.5.0
Expand All @@ -231,6 +240,10 @@ swagger-ui-bundle==0.0.9
# via -r requirements.in
thrift==0.16.0
# via flipper-client
tomli==2.0.1
# via
# mypy
# pytest
typing-extensions==4.5.0
# via
# alembic
Expand Down

0 comments on commit f400bbe

Please sign in to comment.