mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-14 07:58:46 +02:00
Updatest vor everything (#106)
- direct dependencies - other depdenencies - pre-commit
This commit is contained in:
parent
0cca5f429e
commit
cee1ef901a
@ -32,7 +32,7 @@ repos:
|
|||||||
args: [--fix, --exit-non-zero-on-fix]
|
args: [--fix, --exit-non-zero-on-fix]
|
||||||
|
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 23.7.0
|
rev: 23.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--config=pyproject.toml]
|
args: [--config=pyproject.toml]
|
||||||
|
497
poetry.lock
generated
497
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -54,40 +54,40 @@ tqdm = "^4.65.0"
|
|||||||
ingest = ["selenium"]
|
ingest = ["selenium"]
|
||||||
|
|
||||||
[tool.poetry.group.develop.dependencies]
|
[tool.poetry.group.develop.dependencies]
|
||||||
black = {extras = ["jupyter"], version = "^23.3.0"}
|
black = {extras = ["jupyter"], version = "^23.9.0"}
|
||||||
jupyterlab = "^4.0.0"
|
jupyterlab = "^4.0.5"
|
||||||
nbconvert = "^7.4.0"
|
nbconvert = "^7.8.0"
|
||||||
pre-commit = "^3.3.2"
|
pre-commit = "^3.4.0"
|
||||||
rise = "^5.7.1"
|
rise = "^5.7.1"
|
||||||
|
|
||||||
[tool.poetry.group.doc.dependencies]
|
[tool.poetry.group.doc.dependencies]
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
myst-parser = "^1.0.0"
|
myst-parser = "^1.0.0"
|
||||||
nbsphinx = "^0.9.2"
|
nbsphinx = "^0.9.2"
|
||||||
sphinx = "^6.0.0"
|
sphinx = "^6.2.1"
|
||||||
sphinx-copybutton = "^0.5.2"
|
sphinx-copybutton = "^0.5.2"
|
||||||
sphinx-rtd-theme = "^1.2.1"
|
sphinx-rtd-theme = "^1.3.0"
|
||||||
sphinx_autodoc_typehints = "*"
|
sphinx_autodoc_typehints = "*"
|
||||||
sphinxcontrib-mermaid = "^0.9.2"
|
sphinxcontrib-mermaid = "^0.9.2"
|
||||||
sphinxcontrib-napoleon = "^0.7"
|
sphinxcontrib-napoleon = "^0.7"
|
||||||
|
|
||||||
[tool.poetry.group.lint.dependencies]
|
[tool.poetry.group.lint.dependencies]
|
||||||
black = "^23.3.0"
|
black = "^23.9.0"
|
||||||
mypy = "^1.3.0"
|
mypy = "^1.5.1"
|
||||||
pandas-stubs = "^2.0.1.230501"
|
pandas-stubs = "^2.0.3.230814"
|
||||||
pip-audit = "^2.6.1"
|
pip-audit = "^2.6.1"
|
||||||
pip-licenses = "^4.3.2"
|
pip-licenses = "^4.3.2"
|
||||||
ruff = "^0.0.270"
|
ruff = "^0.0.287"
|
||||||
types-pyOpenSSL = "*"
|
types-pyOpenSSL = "*"
|
||||||
types-requests = "^2.31.0.1"
|
types-requests = "^2.31.0.2"
|
||||||
types-setuptools = "*"
|
types-setuptools = "*"
|
||||||
types-tqdm = "^4.65.0"
|
types-tqdm = "^4.66.0.2"
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.3.1"
|
pytest = "^7.4.2"
|
||||||
pytest-clarity = "^1.0.1"
|
pytest-clarity = "^1.0.1"
|
||||||
pytest-cov = "^4.1.0"
|
pytest-cov = "^4.1.0"
|
||||||
pytest-mock = "^3.10.0"
|
pytest-mock = "^3.11.1"
|
||||||
pytest-repeat = "^0.9.1"
|
pytest-repeat = "^0.9.1"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user