Skip to content

Commit

Permalink
build(deps): bump urllib3 from 2.0.5 to 2.0.6 in /requirements
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@v2.0.5...2.0.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 66ea319 commit e3d0906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
8 changes: 1 addition & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
Expand All @@ -46,8 +44,6 @@ pygments==2.16.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3.post1
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
Expand Down Expand Up @@ -81,10 +77,8 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.5
urllib3==2.0.6
# via requests
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
20 changes: 1 addition & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==6.8.0
# via
# -r base.txt
# build
# sphinx
jinja2==3.1.2
# via
# -r base.txt
Expand Down Expand Up @@ -83,10 +78,6 @@ pygments==2.16.1
# sphinx
pyproject-hooks==1.0.0
# via build
pytz==2023.3.post1
# via
# -r base.txt
# babel
requests==2.31.0
# via
# -r base.txt
Expand Down Expand Up @@ -136,25 +127,16 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r base.txt
# sphinx
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.8.0
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.0.5
urllib3==2.0.6
# via
# -r base.txt
# requests
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# via
# -r base.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit e3d0906

Please sign in to comment.