-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump deps * bump xprocess --------- Co-authored-by: Gabriel Fioravante <[email protected]>
- Loading branch information
1 parent
dfacadd
commit 32983af
Showing
4 changed files
with
116 additions
and
126 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
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,76 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements/docs.in | ||
# pip-compile docs.in | ||
# | ||
alabaster==0.7.13 | ||
alabaster==0.7.16 | ||
# via sphinx | ||
babel==2.13.0 | ||
babel==2.15.0 | ||
# via sphinx | ||
certifi==2023.7.22 | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
docutils==0.18.1 | ||
docutils==0.21.2 | ||
# via | ||
# sphinx | ||
# sphinx-tabs | ||
idna==3.4 | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.8.0 | ||
jinja2==3.1.4 | ||
# via sphinx | ||
jinja2==3.1.2 | ||
# via sphinx | ||
markupsafe==2.1.3 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==23.2 | ||
packaging==24.0 | ||
# via | ||
# pallets-sphinx-themes | ||
# sphinx | ||
pallets-sphinx-themes==2.1.1 | ||
# via -r requirements/docs.in | ||
pygments==2.16.1 | ||
pallets-sphinx-themes==2.1.3 | ||
# via -r docs.in | ||
pygments==2.18.0 | ||
# via | ||
# sphinx | ||
# sphinx-tabs | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==7.2.6 | ||
sphinx==7.3.7 | ||
# via | ||
# -r requirements/docs.in | ||
# -r docs.in | ||
# pallets-sphinx-themes | ||
# sphinx-issues | ||
# sphinx-tabs | ||
# sphinxcontrib-applehelp | ||
# sphinxcontrib-devhelp | ||
# sphinxcontrib-htmlhelp | ||
# sphinxcontrib-log-cabinet | ||
# sphinxcontrib-qthelp | ||
# sphinxcontrib-serializinghtml | ||
sphinx-issues==3.0.1 | ||
# via -r requirements/docs.in | ||
sphinx-tabs==3.4.1 | ||
# via -r requirements/docs.in | ||
sphinxcontrib-applehelp==1.0.7 | ||
sphinx-issues==4.1.0 | ||
# via -r docs.in | ||
sphinx-tabs==3.4.5 | ||
# via -r docs.in | ||
sphinxcontrib-applehelp==1.0.8 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.5 | ||
sphinxcontrib-devhelp==1.0.6 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.4 | ||
sphinxcontrib-htmlhelp==2.0.5 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-log-cabinet==1.0.1 | ||
# via -r requirements/docs.in | ||
sphinxcontrib-qthelp==1.0.6 | ||
# via -r docs.in | ||
sphinxcontrib-qthelp==1.0.7 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.9 | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
# via sphinx | ||
urllib3==2.0.6 | ||
urllib3==2.2.1 | ||
# via requests | ||
zipp==3.17.0 | ||
# via importlib-metadata |
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,49 +1,47 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile tests.in | ||
# | ||
asgiref==3.7.2 | ||
asgiref==3.8.1 | ||
# via -r tests.in | ||
cachelib==0.10.2 | ||
blinker==1.8.2 | ||
# via flask | ||
cachelib==0.13.0 | ||
# via -r tests.in | ||
click==8.1.3 | ||
click==8.1.7 | ||
# via flask | ||
flask==2.2.5 | ||
flask==3.0.3 | ||
# via -r tests.in | ||
iniconfig==1.1.1 | ||
iniconfig==2.0.0 | ||
# via pytest | ||
itsdangerous==2.1.2 | ||
itsdangerous==2.2.0 | ||
# via flask | ||
jinja2==3.1.2 | ||
jinja2==3.1.4 | ||
# via flask | ||
markupsafe==2.1.1 | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
packaging==21.3 | ||
packaging==24.0 | ||
# via pytest | ||
pluggy==1.0.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
psutil==5.9.1 | ||
# via pytest-xprocess | ||
py==1.11.0 | ||
psutil==5.9.8 | ||
# via pytest-xprocess | ||
pylibmc==1.6.3 | ||
# via -r tests.in | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytest==7.3.1 | ||
pytest==8.2.0 | ||
# via | ||
# -r tests.in | ||
# pytest-asyncio | ||
# pytest-xprocess | ||
pytest-asyncio==0.21.1 | ||
pytest-asyncio==0.23.7 | ||
# via -r tests.in | ||
pytest-xprocess==0.22.2 | ||
pytest-xprocess==1.0.2 | ||
# via -r tests.in | ||
redis==5.0.0 | ||
redis==5.0.4 | ||
# via -r tests.in | ||
werkzeug==2.2.3 | ||
werkzeug==3.0.3 | ||
# via flask |
Oops, something went wrong.