Skip to content

Commit

Permalink
Bump urllib3 from 2.2.1 to 2.2.2 in /docs (#836)
Browse files Browse the repository at this point in the history
* Bump urllib3 from 2.2.1 to 2.2.2 in /docs

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump urllib3 from 2.2.1 to 2.2.2 in /dev_requirements (#835)

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: konstantin <[email protected]>
  • Loading branch information
dependabot[bot] and hf-kklein authored Aug 21, 2024
1 parent 5e71c50 commit daf5b5e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ secretstorage==3.3.3
# via keyring
twine==5.1.1
# via -r requirements-packaging.in
urllib3==2.2.1
urllib3==2.2.2
# via
# requests
# twine
Expand Down
10 changes: 5 additions & 5 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
iniconfig==2.0.0
# via pytest
mypy==1.11.1
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.3
# via networkx-stubs
networkx-stubs==0.0.1
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
types-requests==2.32.0.20240712
# via -r dev_requirements/requirements-type_check.in
# via -r requirements-type_check.in
typing-extensions==4.11.0
# via mypy
urllib3==2.2.1
urllib3==2.2.2
# via types-requests
22 changes: 11 additions & 11 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ annotated-types==0.5.0
babel==2.15.0
# via sphinx
bo4e-schema-tool==0.0.9
# via -r docs/requirements.in
# via -r requirements.in
certifi==2024.7.4
# via requests
cffi==1.16.0
Expand All @@ -22,7 +22,7 @@ charset-normalizer==2.1.0
# via requests
click==8.1.7
# via
# -r docs/requirements.in
# -r requirements.in
# bo4e-schema-tool
cryptography==42.0.5
# via pyjwt
Expand All @@ -37,22 +37,22 @@ idna==3.7
imagesize==1.4.1
# via sphinx
iso3166==2.1.1
# via -r docs/requirements.in
# via -r requirements.in
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
# via jinja2
more-itertools==10.2.0
# via bo4e-schema-tool
networkx==3.3
# via -r docs/requirements.in
# via -r requirements.in
packaging==24.0
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.8.2
# via
# -r docs/requirements.in
# -r requirements.in
# bo4e-schema-tool
pydantic-core==2.20.1
# via pydantic
Expand All @@ -61,22 +61,22 @@ pygithub==2.2.0
pygments==2.18.0
# via sphinx
pyhumps==3.8.0
# via -r docs/requirements.in
# via -r requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.3
# via
# -r docs/requirements.in
# -r requirements.in
# bo4e-schema-tool
# pygithub
# sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via
# -r docs/requirements.in
# -r requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
Expand All @@ -85,7 +85,7 @@ sphinx==7.4.7
# 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 @@ -101,14 +101,14 @@ sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.3.0
# via -r docs/requirements.in
# via -r requirements.in
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
# pygithub
# typeguard
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
Expand Down

0 comments on commit daf5b5e

Please sign in to comment.