Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Jun 21, 2024
1 parent 185a7e5 commit b5f3d3b
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 445 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
args: [--config, ./pyproject.toml]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.4.10
hooks:
- id: ruff

Expand Down
43 changes: 19 additions & 24 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
alabaster==0.7.16 ; python_version >= "3.10" and python_version < "3.11"
asciitree==0.3.3 ; python_version >= "3.10" and python_version < "3.11"
astmonkey==0.3.6 ; python_version >= "3.10" and python_version < "3.11"
astroid==3.1.0 ; python_version >= "3.10" and python_version < "3.11"
babel==2.14.0 ; python_version >= "3.10" and python_version < "3.11"
black==24.4.1 ; python_version >= "3.10" and python_version < "3.11"
astroid==3.2.2 ; python_version >= "3.10" and python_version < "3.11"
babel==2.15.0 ; python_version >= "3.10" and python_version < "3.11"
black==24.4.2 ; python_version >= "3.10" and python_version < "3.11"
bytecode==0.15.1 ; python_version >= "3.10" and python_version < "3.11"
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.11"
certifi==2024.6.2 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.7 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and (sys_platform == "win32" or platform_system == "Windows")
Expand All @@ -15,42 +14,38 @@ exceptiongroup==1.2.1 ; python_version >= "3.10" and python_version < "3.11"
idna==3.7 ; python_version >= "3.10" and python_version < "3.11"
imagesize==1.4.1 ; python_version >= "3.10" and python_version < "3.11"
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "3.11"
jellyfish==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
jinja2==3.1.3 ; python_version >= "3.10" and python_version < "3.11"
libcst==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
jellyfish==1.0.4 ; python_version >= "3.10" and python_version < "3.11"
jinja2==3.1.4 ; python_version >= "3.10" and python_version < "3.11"
libcst==1.4.0 ; python_version >= "3.10" and python_version < "3.11"
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "3.11"
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "3.11"
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "3.11"
mutpy-pynguin==0.7.1 ; python_version >= "3.10" and python_version < "3.11"
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "3.11"
networkx==3.2.1 ; python_version >= "3.10" and python_version < "3.11"
packaging==24.0 ; python_version >= "3.10" and python_version < "3.11"
networkx==3.3 ; python_version >= "3.10" and python_version < "3.11"
packaging==24.1 ; python_version >= "3.10" and python_version < "3.11"
pathspec==0.12.1 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "3.11"
pluggy==1.4.0 ; python_version >= "3.10" and python_version < "3.11"
pydot==2.0.0 ; python_version >= "3.10" and python_version < "3.11"
pygments==2.17.2 ; python_version >= "3.10" and python_version < "3.11"
pyparsing==3.1.2 ; python_version >= "3.10" and python_version < "3.11"
pytest==8.1.1 ; python_version >= "3.10" and python_version < "3.11"
platformdirs==4.2.2 ; python_version >= "3.10" and python_version < "3.11"
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.11"
pygments==2.18.0 ; python_version >= "3.10" and python_version < "3.11"
pytest==8.2.2 ; python_version >= "3.10" and python_version < "3.11"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "3.11"
requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11"
requests==2.32.3 ; python_version >= "3.10" and python_version < "3.11"
rich==13.7.1 ; python_version >= "3.10" and python_version < "3.11"
simple-parsing==0.1.5 ; python_version >= "3.10" and python_version < "3.11"
snowballstemmer==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==2.0.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-hoverxref==1.3.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-autodoc-typehints==2.2.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-hoverxref==1.4.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-rtd-theme==2.0.0 ; python_version >= "3.10" and python_version < "3.11"
sphinx-selective-exclude==1.0.3 ; python_version >= "3.10" and python_version < "3.11"
sphinx==7.2.6 ; python_version >= "3.10" and python_version < "3.11"
sphinx==7.3.7 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-applehelp==1.0.8 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-devhelp==1.0.6 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-htmlhelp==2.0.5 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-jquery==4.1 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-qthelp==1.0.7 ; python_version >= "3.10" and python_version < "3.11"
sphinxcontrib-serializinghtml==1.1.10 ; python_version >= "3.10" and python_version < "3.11"
termcolor==2.4.0 ; python_version >= "3.10" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11"
typing-inspect==0.9.0 ; python_version >= "3.10" and python_version < "3.11"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.11"
urllib3==2.2.2 ; python_version >= "3.10" and python_version < "3.11"
Loading

0 comments on commit b5f3d3b

Please sign in to comment.