-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dev dependencies refactor update tox envs 3.7 requires an old version of trio xfail zip loader template test
- Loading branch information
Showing
13 changed files
with
236 additions
and
106 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
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,15 +1,12 @@ | ||
# SHA1:80754af91bfb6d1073585b046fe0a474ce868509 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile-multi | ||
# pip-compile build.in | ||
# | ||
build==0.10.0 | ||
# via -r requirements/build.in | ||
packaging==23.1 | ||
build==1.2.1 | ||
# via -r build.in | ||
packaging==24.0 | ||
# via build | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
tomli==2.0.1 | ||
pyproject-hooks==1.1.0 | ||
# via build |
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,61 +1,60 @@ | ||
# SHA1:45c590f97fe95b8bdc755eef796e91adf5fbe4ea | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile-multi | ||
# pip-compile docs.in | ||
# | ||
alabaster==0.7.13 | ||
alabaster==0.7.16 | ||
# via sphinx | ||
babel==2.12.1 | ||
babel==2.15.0 | ||
# via sphinx | ||
certifi==2023.5.7 | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.1.0 | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
docutils==0.20.1 | ||
docutils==0.21.2 | ||
# via sphinx | ||
idna==3.6 | ||
idna==3.7 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
jinja2==3.1.2 | ||
jinja2==3.1.4 | ||
# via sphinx | ||
markupsafe==2.1.3 | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
packaging==23.1 | ||
packaging==24.0 | ||
# via | ||
# pallets-sphinx-themes | ||
# sphinx | ||
pallets-sphinx-themes==2.1.1 | ||
# via -r requirements/docs.in | ||
pygments==2.15.1 | ||
pallets-sphinx-themes==2.1.3 | ||
# via -r docs.in | ||
pygments==2.18.0 | ||
# via sphinx | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==7.0.1 | ||
sphinx==7.3.7 | ||
# via | ||
# -r requirements/docs.in | ||
# -r docs.in | ||
# pallets-sphinx-themes | ||
# sphinx-issues | ||
# sphinxcontrib-log-cabinet | ||
sphinx-issues==3.0.1 | ||
# via -r requirements/docs.in | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinx-issues==4.1.0 | ||
# via -r docs.in | ||
sphinxcontrib-applehelp==1.0.8 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-devhelp==1.0.6 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
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.3 | ||
# via -r docs.in | ||
sphinxcontrib-qthelp==1.0.7 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
# via sphinx | ||
urllib3==2.0.3 | ||
urllib3==2.2.1 | ||
# via requests |
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,2 +1,2 @@ | ||
pytest | ||
trio<=0.22.2 # for Python3.7 support | ||
trio |
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,35 +1,28 @@ | ||
# SHA1:b8d151f902b43c4435188a9d3494fb8d4af07168 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile-multi | ||
# pip-compile tests.in | ||
# | ||
attrs==23.2.0 | ||
# via | ||
# outcome | ||
# trio | ||
exceptiongroup==1.1.1 | ||
# via | ||
# pytest | ||
# trio | ||
idna==3.6 | ||
idna==3.7 | ||
# via trio | ||
iniconfig==2.0.0 | ||
# via pytest | ||
outcome==1.3.0.post0 | ||
# via trio | ||
packaging==23.1 | ||
packaging==24.0 | ||
# via pytest | ||
pluggy==1.2.0 | ||
pluggy==1.5.0 | ||
# via pytest | ||
pytest==7.4.0 | ||
# via -r requirements/tests.in | ||
pytest==8.2.0 | ||
# via -r tests.in | ||
sniffio==1.3.1 | ||
# via trio | ||
sortedcontainers==2.4.0 | ||
# via trio | ||
tomli==2.0.1 | ||
# via pytest | ||
trio==0.22.2 | ||
# via -r requirements/tests.in | ||
trio==0.25.0 | ||
# via -r tests.in |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pytest | ||
trio==0.22.2 |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# by the following command: | ||
# | ||
# pip-compile tests37.in | ||
# | ||
attrs==23.2.0 | ||
# via | ||
# outcome | ||
# trio | ||
exceptiongroup==1.2.1 | ||
# via | ||
# pytest | ||
# trio | ||
idna==3.7 | ||
# via trio | ||
importlib-metadata==6.7.0 | ||
# via | ||
# attrs | ||
# pluggy | ||
# pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
outcome==1.3.0.post0 | ||
# via trio | ||
packaging==24.0 | ||
# via pytest | ||
pluggy==1.2.0 | ||
# via pytest | ||
pytest==7.4.4 | ||
# via -r tests37.in | ||
sniffio==1.3.1 | ||
# via trio | ||
sortedcontainers==2.4.0 | ||
# via trio | ||
tomli==2.0.1 | ||
# via pytest | ||
trio==0.22.2 | ||
# via -r tests37.in | ||
typing-extensions==4.7.1 | ||
# via importlib-metadata | ||
zipp==3.15.0 | ||
# via importlib-metadata |
Oops, something went wrong.