Updatest vor everything (#106)

- direct dependencies
- other depdenencies
- pre-commit
This commit is contained in:
Philipp Horstenkamp 2023-09-09 18:47:48 +02:00 committed by GitHub
parent 0cca5f429e
commit cee1ef901a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 385 additions and 142 deletions

View File

@ -32,7 +32,7 @@ repos:
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.0
hooks:
- id: black
args: [--config=pyproject.toml]

497
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -54,40 +54,40 @@ tqdm = "^4.65.0"
ingest = ["selenium"]
[tool.poetry.group.develop.dependencies]
black = {extras = ["jupyter"], version = "^23.3.0"}
jupyterlab = "^4.0.0"
nbconvert = "^7.4.0"
pre-commit = "^3.3.2"
black = {extras = ["jupyter"], version = "^23.9.0"}
jupyterlab = "^4.0.5"
nbconvert = "^7.8.0"
pre-commit = "^3.4.0"
rise = "^5.7.1"
[tool.poetry.group.doc.dependencies]
jupyter = "^1.0.0"
myst-parser = "^1.0.0"
nbsphinx = "^0.9.2"
sphinx = "^6.0.0"
sphinx = "^6.2.1"
sphinx-copybutton = "^0.5.2"
sphinx-rtd-theme = "^1.2.1"
sphinx-rtd-theme = "^1.3.0"
sphinx_autodoc_typehints = "*"
sphinxcontrib-mermaid = "^0.9.2"
sphinxcontrib-napoleon = "^0.7"
[tool.poetry.group.lint.dependencies]
black = "^23.3.0"
mypy = "^1.3.0"
pandas-stubs = "^2.0.1.230501"
black = "^23.9.0"
mypy = "^1.5.1"
pandas-stubs = "^2.0.3.230814"
pip-audit = "^2.6.1"
pip-licenses = "^4.3.2"
ruff = "^0.0.270"
ruff = "^0.0.287"
types-pyOpenSSL = "*"
types-requests = "^2.31.0.1"
types-requests = "^2.31.0.2"
types-setuptools = "*"
types-tqdm = "^4.65.0"
types-tqdm = "^4.66.0.2"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
pytest = "^7.4.2"
pytest-clarity = "^1.0.1"
pytest-cov = "^4.1.0"
pytest-mock = "^3.10.0"
pytest-mock = "^3.11.1"
pytest-repeat = "^0.9.1"
[tool.ruff]