Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 5d2083a commit 1cabe39
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile docs/requirements.in
#
aiohttp==3.9.1
# via -r docs/requirements.in
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.13
Expand All @@ -17,7 +17,7 @@ attrs==23.1.0
babel==2.13.1
# via sphinx
breathe==4.35.0
# via -r docs/requirements.in
# via -r requirements.in
certifi==2023.11.17
# via requests
cffi==1.16.0
Expand All @@ -30,7 +30,7 @@ cryptography==41.0.7
# via pyjwt
docutils==0.20.1
# via
# -r docs/requirements.in
# -r requirements.in
# breathe
# myst-parser
# sphinx
Expand All @@ -40,9 +40,9 @@ frozenlist==1.4.0
# aiohttp
# aiosignal
fsspec==2023.12.0
# via -r docs/requirements.in
# via -r requirements.in
gidgethub==5.3.0
# via -r docs/requirements.in
# via -r requirements.in
idna==3.6
# via
# requests
Expand All @@ -51,7 +51,7 @@ imagesize==1.4.1
# via sphinx
jinja2==3.1.2
# via
# -r docs/requirements.in
# -r requirements.in
# myst-parser
# sphinx
markdown-it-py==3.0.0
Expand All @@ -70,34 +70,36 @@ multidict==6.0.4
# aiohttp
# yarl
myst-parser==2.0.0
# via -r docs/requirements.in
# via -r requirements.in
packaging==23.2
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.5.2
# via -r docs/requirements.in
# via -r requirements.in
pydantic-core==2.14.5
# via pydantic
pygments==2.17.2
# via
# rich
# sphinx
pyjwt[crypto]==2.8.0
# via gidgethub
# via
# gidgethub
# pyjwt
python-dotenv==1.0.0
# via -r docs/requirements.in
# via -r requirements.in
pyyaml==6.0.1
# via myst-parser
requests==2.31.0
# via sphinx
rich==13.7.0
# via -r docs/requirements.in
# via -r requirements.in
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via
# -r docs/requirements.in
# -r requirements.in
# breathe
# myst-parser
# sphinx-rtd-theme
Expand All @@ -108,7 +110,7 @@ sphinx==7.2.6
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==2.0.0
# via -r docs/requirements.in
# via -r requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
Expand All @@ -124,17 +126,17 @@ sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
toml==0.10.2
# via -r docs/requirements.in
# via -r requirements.in
typer==0.9.0
# via -r docs/requirements.in
# via -r requirements.in
typing-extensions==4.8.0
# via
# pydantic
# pydantic-core
# typer
uritemplate==4.1.1
# via gidgethub
urllib3==2.1.0
urllib3==2.2.3
# via requests
yarl==1.9.3
# via aiohttp
Expand Down

0 comments on commit 1cabe39

Please sign in to comment.