-
-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
224 additions
and
97 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,9 +1,18 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "monthly" | ||
day: "monday" | ||
time: "16:00" | ||
timezone: "UTC" | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: monthly | ||
groups: | ||
github-actions: | ||
patterns: | ||
- '*' | ||
- package-ecosystem: pip | ||
directory: /requirements/ | ||
schedule: | ||
interval: monthly | ||
groups: | ||
python-requirements: | ||
patterns: | ||
- '*' |
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,13 +1,22 @@ | ||
# SHA1:80754af91bfb6d1073585b046fe0a474ce868509 | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# 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.0.3 | ||
# via -r build.in | ||
importlib-metadata==6.7.0 | ||
# via build | ||
packaging==23.2 | ||
# via build | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# pyproject-hooks | ||
typing-extensions==4.7.1 | ||
# via importlib-metadata | ||
zipp==3.15.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,6 +1,5 @@ | ||
-r docs.in | ||
-r tests.in | ||
-r typing.in | ||
pip-compile-multi | ||
pre-commit | ||
tox |
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,64 +1,141 @@ | ||
# SHA1:54b5b77ec8c7a0064ffa93b2fd16cb0130ba177c | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# by the following command: | ||
# | ||
# pip-compile-multi | ||
# pip-compile dev.in | ||
# | ||
-r docs.txt | ||
-r tests.txt | ||
-r typing.txt | ||
build==0.10.0 | ||
# via pip-tools | ||
cachetools==5.3.1 | ||
alabaster==0.7.13 | ||
# via sphinx | ||
babel==2.14.0 | ||
# via sphinx | ||
cachetools==5.3.2 | ||
# via tox | ||
certifi==2024.2.2 | ||
# via requests | ||
cfgv==3.3.1 | ||
# via pre-commit | ||
chardet==5.1.0 | ||
chardet==5.2.0 | ||
# via tox | ||
click==8.1.3 | ||
# via | ||
# pip-compile-multi | ||
# pip-tools | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.6 | ||
distlib==0.3.8 | ||
# via virtualenv | ||
docutils==0.19 | ||
# via sphinx | ||
exceptiongroup==1.2.0 | ||
# via pytest | ||
filelock==3.12.2 | ||
# via | ||
# tox | ||
# virtualenv | ||
identify==2.5.24 | ||
# via pre-commit | ||
idna==3.6 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
importlib-metadata==6.7.0 | ||
# via | ||
# pallets-sphinx-themes | ||
# pluggy | ||
# pre-commit | ||
# pytest | ||
# sphinx | ||
# tox | ||
# virtualenv | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jinja2==3.1.3 | ||
# via sphinx | ||
markupsafe==2.1.4 | ||
# via jinja2 | ||
mypy==1.4.1 | ||
# via -r typing.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
nodeenv==1.8.0 | ||
# via pre-commit | ||
pip-compile-multi==2.6.3 | ||
# via -r requirements/dev.in | ||
pip-tools==6.13.0 | ||
# via pip-compile-multi | ||
platformdirs==3.8.0 | ||
packaging==23.2 | ||
# via | ||
# pallets-sphinx-themes | ||
# pyproject-api | ||
# pytest | ||
# sphinx | ||
# tox | ||
pallets-sphinx-themes==2.0.3 | ||
# via -r docs.in | ||
platformdirs==4.0.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
pre-commit==3.3.3 | ||
# via -r requirements/dev.in | ||
pyproject-api==1.5.2 | ||
pluggy==1.2.0 | ||
# via | ||
# pytest | ||
# tox | ||
pre-commit==2.21.0 | ||
# via -r dev.in | ||
pygments==2.17.2 | ||
# via sphinx | ||
pyproject-api==1.5.3 | ||
# via tox | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pyyaml==6.0 | ||
pytest==7.4.4 | ||
# via -r tests.in | ||
pytz==2024.1 | ||
# via babel | ||
pyyaml==6.0.1 | ||
# via pre-commit | ||
toposort==1.10 | ||
# via pip-compile-multi | ||
tox==4.6.3 | ||
# via -r requirements/dev.in | ||
virtualenv==20.23.1 | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==5.3.0 | ||
# via | ||
# -r docs.in | ||
# pallets-sphinx-themes | ||
# sphinx-issues | ||
# sphinxcontrib-log-cabinet | ||
sphinx-issues==3.0.1 | ||
# via -r docs.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-log-cabinet==1.0.1 | ||
# via -r docs.in | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
tomli==2.0.1 | ||
# via | ||
# mypy | ||
# pyproject-api | ||
# pytest | ||
# tox | ||
tox==4.8.0 | ||
# via -r dev.in | ||
typed-ast==1.5.5 | ||
# via mypy | ||
typing-extensions==4.7.1 | ||
# via | ||
# importlib-metadata | ||
# mypy | ||
# platformdirs | ||
# tox | ||
urllib3==2.0.7 | ||
# via requests | ||
virtualenv==20.25.0 | ||
# via | ||
# pre-commit | ||
# tox | ||
wheel==0.40.0 | ||
# via pip-tools | ||
zipp==3.15.0 | ||
# via importlib-metadata | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |
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,4 +1,4 @@ | ||
Pallets-Sphinx-Themes | ||
Sphinx | ||
pallets-sphinx-themes | ||
sphinx | ||
sphinx-issues | ||
sphinxcontrib-log-cabinet |
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,70 @@ | ||
# SHA1:45c590f97fe95b8bdc755eef796e91adf5fbe4ea | ||
# | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# by the following command: | ||
# | ||
# pip-compile-multi | ||
# pip-compile docs.in | ||
# | ||
alabaster==0.7.13 | ||
# via sphinx | ||
babel==2.12.1 | ||
babel==2.14.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.19 | ||
# via sphinx | ||
idna==3.4 | ||
idna==3.6 | ||
# via requests | ||
imagesize==1.4.1 | ||
# via sphinx | ||
jinja2==3.1.2 | ||
importlib-metadata==6.7.0 | ||
# via | ||
# pallets-sphinx-themes | ||
# sphinx | ||
jinja2==3.1.3 | ||
# via sphinx | ||
markupsafe==2.1.3 | ||
markupsafe==2.1.4 | ||
# via jinja2 | ||
packaging==23.1 | ||
packaging==23.2 | ||
# via | ||
# pallets-sphinx-themes | ||
# sphinx | ||
pallets-sphinx-themes==2.1.1 | ||
# via -r requirements/docs.in | ||
pygments==2.15.1 | ||
pallets-sphinx-themes==2.0.3 | ||
# via -r docs.in | ||
pygments==2.17.2 | ||
# via sphinx | ||
pytz==2024.1 | ||
# via babel | ||
requests==2.31.0 | ||
# via sphinx | ||
snowballstemmer==2.2.0 | ||
# via sphinx | ||
sphinx==7.0.1 | ||
sphinx==5.3.0 | ||
# 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 | ||
# via -r docs.in | ||
sphinxcontrib-applehelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-devhelp==1.0.2 | ||
# via sphinx | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinxcontrib-htmlhelp==2.0.0 | ||
# via sphinx | ||
sphinxcontrib-jsmath==1.0.1 | ||
# via sphinx | ||
sphinxcontrib-log-cabinet==1.0.1 | ||
# via -r requirements/docs.in | ||
# via -r docs.in | ||
sphinxcontrib-qthelp==1.0.3 | ||
# via sphinx | ||
sphinxcontrib-serializinghtml==1.1.5 | ||
# via sphinx | ||
urllib3==2.0.3 | ||
typing-extensions==4.7.1 | ||
# via importlib-metadata | ||
urllib3==2.0.7 | ||
# via requests | ||
zipp==3.15.0 | ||
# via importlib-metadata |
Oops, something went wrong.