generated from Hochfrequenz/python_template_repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* check creation of dev-environment in CI * fix conflicts in dev-requirements * upgrade requirements,too
- Loading branch information
Showing
9 changed files
with
83 additions
and
71 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,8 +1,9 @@ | ||
# SHA1:6dafbcf610e9f81897b65ee9142715ab2e793f9e | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile '.\requirements-coverage.in' | ||
# pip-compile-multi | ||
# | ||
coverage==7.4.4 | ||
# via -r dev_requirements/requirements-coverage.in | ||
# via -r dev_requirements\requirements-coverage.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 |
---|---|---|
@@ -1,20 +1,23 @@ | ||
# SHA1:2c7ffcd29222de3114c7f7994911f1b69d06b6b3 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile requirements-formatting.in | ||
# pip-compile-multi | ||
# | ||
black==24.3.0 | ||
# via -r dev_requirements/requirements-formatting.in | ||
# via -r dev_requirements\requirements-formatting.in | ||
click==8.1.7 | ||
# via black | ||
colorama==0.4.6 | ||
# via click | ||
isort==5.13.2 | ||
# via -r dev_requirements/requirements-formatting.in | ||
# via -r dev_requirements\requirements-formatting.in | ||
mypy-extensions==1.0.0 | ||
# via black | ||
packaging==23.2 | ||
packaging==24.0 | ||
# via black | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.1.0 | ||
platformdirs==4.2.0 | ||
# via black |
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,20 +1,23 @@ | ||
# SHA1:0e15f8789b9d62fe90d1f1b0b6a7e32f13b99b19 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile '.\requirements-linting.in' | ||
# pip-compile-multi | ||
# | ||
astroid==3.1.0 | ||
# via pylint | ||
dill==0.3.7 | ||
colorama==0.4.6 | ||
# via pylint | ||
dill==0.3.8 | ||
# via pylint | ||
isort==5.13.2 | ||
# via pylint | ||
mccabe==0.7.0 | ||
# via pylint | ||
platformdirs==3.10.0 | ||
platformdirs==4.2.0 | ||
# via pylint | ||
pylint==3.1.0 | ||
# via -r dev_requirements/requirements-linting.in | ||
# via -r dev_requirements\requirements-linting.in | ||
tomlkit==0.12.4 | ||
# via pylint |
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,20 +1,23 @@ | ||
# SHA1:d8bf34f7830b949c538f22e73d2b6ebb2065a573 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile '.\requirements-tests.in' | ||
# pip-compile-multi | ||
# | ||
colorama==0.4.6 | ||
# via pytest | ||
dictdiffer==0.9.0 | ||
# via -r dev_requirements/requirements-tests.in | ||
# via -r dev_requirements\requirements-tests.in | ||
iniconfig==2.0.0 | ||
# via pytest | ||
packaging==22.0 | ||
packaging==24.0 | ||
# via pytest | ||
pluggy==1.4.0 | ||
# via pytest | ||
pytest==8.1.1 | ||
# via | ||
# -r dev_requirements/requirements-tests.in | ||
# -r dev_requirements\requirements-tests.in | ||
# pytest-datafiles | ||
pytest-datafiles==3.0.0 | ||
# via -r dev_requirements/requirements-tests.in | ||
# via -r dev_requirements\requirements-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 |
---|---|---|
@@ -1,46 +1,49 @@ | ||
# SHA1:9cd1f3c474cd703c73c638f1d80652561b103054 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# This file is autogenerated by pip-compile-multi | ||
# To update, run: | ||
# | ||
# pip-compile '.\requirements-type_check.in' | ||
# pip-compile-multi | ||
# | ||
colorama==0.4.6 | ||
# via pytest | ||
iniconfig==2.0.0 | ||
# via pytest | ||
mypy==1.9.0 | ||
# via -r dev_requirements/requirements-type_check.in | ||
# via -r dev_requirements\requirements-type_check.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
networkx==3.1 | ||
networkx==3.2.1 | ||
# via networkx-stubs | ||
networkx-stubs==0.0.1 | ||
# via -r dev_requirements/requirements-type_check.in | ||
numpy==1.26.2 | ||
# via -r dev_requirements\requirements-type_check.in | ||
numpy==1.26.4 | ||
# via | ||
# pandas | ||
# pandas-stubs | ||
packaging==22.0 | ||
packaging==24.0 | ||
# via pytest | ||
pandas==2.2.1 | ||
# via -r dev_requirements/requirements-type_check.in | ||
# via -r dev_requirements\requirements-type_check.in | ||
pandas-stubs==2.2.1.240316 | ||
# via -r dev_requirements/requirements-type_check.in | ||
# via -r dev_requirements\requirements-type_check.in | ||
pluggy==1.4.0 | ||
# via pytest | ||
pytest==8.1.1 | ||
# via -r dev_requirements/requirements-type_check.in | ||
python-dateutil==2.8.2 | ||
# via -r dev_requirements\requirements-type_check.in | ||
python-dateutil==2.9.0.post0 | ||
# via pandas | ||
pytz==2024.1 | ||
# via pandas | ||
six==1.16.0 | ||
# via python-dateutil | ||
types-pytz==2023.3.1.1 | ||
types-pytz==2024.1.0.20240203 | ||
# via pandas-stubs | ||
types-requests==2.31.0.20240311 | ||
# via -r dev_requirements/requirements-type_check.in | ||
typing-extensions==4.8.0 | ||
# via -r dev_requirements\requirements-type_check.in | ||
typing-extensions==4.10.0 | ||
# via mypy | ||
tzdata==2023.3 | ||
tzdata==2024.1 | ||
# via pandas | ||
urllib3==2.1.0 | ||
urllib3==2.2.1 | ||
# via types-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
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