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

Commit

Permalink
Bump urllib3 from 1.26.17 to 1.26.18
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.17...1.26.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 62cbc5d commit 6b8519f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ charset-normalizer==3.2.0
# via requests
click==8.1.6
# via flask
colorama==0.4.6
# via click
commonmark==0.9.1
# via rich
cryptography==41.0.4
Expand Down Expand Up @@ -115,6 +113,7 @@ pyjwt[crypto]==2.8.0
# via
# funding-service-design-utils
# notifications-python-client
# pyjwt
python-consul==1.1.0
# via flipper-client
python-dateutil==2.8.2
Expand Down Expand Up @@ -143,7 +142,9 @@ rich==12.6.0
s3transfer==0.6.1
# via boto3
sentry-sdk[flask]==1.29.2
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# python-consul
Expand All @@ -164,7 +165,7 @@ typing-extensions==4.7.1
# via
# alembic
# sqlalchemy
urllib3==1.26.17
urllib3==1.26.18
# via
# botocore
# requests
Expand Down
14 changes: 6 additions & 8 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,14 @@ click==8.1.6
# flask
# pip-tools
# pur
colorama==0.4.6
# via
# -r requirements.txt
# build
# click
# pytest
commonmark==0.9.1
# via
# -r requirements.txt
# rich
coverage[toml]==7.2.7
# via pytest-cov
# via
# coverage
# pytest-cov
cryptography==41.0.4
# via
# -r requirements.txt
Expand Down Expand Up @@ -215,6 +211,7 @@ pyjwt[crypto]==2.8.0
# -r requirements.txt
# funding-service-design-utils
# notifications-python-client
# pyjwt
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
Expand Down Expand Up @@ -280,6 +277,7 @@ sentry-sdk[flask]==1.29.2
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
six==1.16.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -310,7 +308,7 @@ typing-extensions==4.7.1
# -r requirements.txt
# alembic
# sqlalchemy
urllib3==1.26.17
urllib3==1.26.18
# via
# -r requirements.txt
# botocore
Expand Down

0 comments on commit 6b8519f

Please sign in to comment.