-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade python dependencies in requirements file
Signed-off-by: David Horstmann <[email protected]>
- Loading branch information
1 parent
ff2c049
commit 0c3c39e
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
alabaster==0.7.13 | ||
# via sphinx | ||
babel==2.12.1 | ||
babel==2.15.0 | ||
# via sphinx | ||
breathe==4.35.0 | ||
# via -r requirements.in | ||
certifi==2022.12.7 | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.1.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
docutils==0.17.1 | ||
docutils==0.20.1 | ||
# via | ||
# breathe | ||
# sphinx | ||
# sphinx-rtd-theme | ||
idna==3.4 | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.0.0 | ||
importlib-metadata==8.0.0 | ||
# via sphinx | ||
jinja2==3.1.2 | ||
jinja2==3.1.4 | ||
# via sphinx | ||
markupsafe==2.1.2 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==23.0 | ||
packaging==24.1 | ||
# via sphinx | ||
pygments==2.14.0 | ||
pygments==2.18.0 | ||
# via sphinx | ||
requests==2.28.2 | ||
pytz==2024.1 | ||
# via babel | ||
requests==2.32.3 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==4.5.0 | ||
sphinx==7.1.2 | ||
# via | ||
# breathe | ||
# sphinx-rtd-theme | ||
sphinx-rtd-theme==1.2.0 | ||
# sphinxcontrib-jquery | ||
sphinx-rtd-theme==2.0.0 | ||
# via -r requirements.in | ||
sphinxcontrib-applehelp==1.0.4 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
# via sphinx | ||
sphinxcontrib-jquery==2.0.0 | ||
sphinxcontrib-jquery==4.1 | ||
# via sphinx-rtd-theme | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
urllib3==1.26.15 | ||
urllib3==2.2.2 | ||
# via requests | ||
zipp==3.15.0 | ||
zipp==3.19.2 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |