From c27c18b6c4a7424eb06c1cbe8304444843126c9b Mon Sep 17 00:00:00 2001 From: Veit Schiele Date: Tue, 4 Jun 2024 19:12:20 +0200 Subject: [PATCH] :arrow_up: Update docs constraints and pre-commit config --- .pre-commit-config.yaml | 4 ++-- constraints.txt | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc51792..0af7b20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: types: [file] # override `types: [json]` files: \.(json|ipynb)$ - repo: https://github.com/psf/black - rev: "24.4.0" + rev: "24.4.2" hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports - rev: "v3.12.0" + rev: "v3.13.0" hooks: - id: reorder-python-imports - repo: https://github.com/pycqa/flake8 diff --git a/constraints.txt b/constraints.txt index cd842cc..ef5239a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,34 +1,34 @@ alabaster==0.7.16 -Babel==2.14.0 +Babel==2.15.0 beautifulsoup4==4.12.3 -certifi==2024.2.2 +certifi==2024.6.2 cfgv==3.4.0 charset-normalizer==3.3.2 distlib==0.3.8 -docutils==0.20.1 -filelock==3.13.4 -furo==2024.1.29 -identify==2.5.35 +docutils==0.21.2 +filelock==3.14.0 +furo==2024.5.6 +identify==2.5.36 idna==3.7 imagesize==1.4.1 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.5 -nodeenv==1.8.0 +nodeenv==1.9.0 packaging==24.0 -platformdirs==4.2.0 +platformdirs==4.2.2 polib==1.2.0 -pre-commit==3.7.0 -Pygments==2.17.2 +pre-commit==3.7.1 +Pygments==2.18.0 PyYAML==6.0.1 -regex==2023.12.25 -requests==2.31.0 +regex==2024.5.15 +requests==2.32.3 snowballstemmer==2.2.0 soupsieve==2.5 -Sphinx==7.2.6 +Sphinx==7.3.7 sphinx-basic-ng==1.0.0b2 sphinx-copybutton==0.5.2 sphinx-lint==0.9.1 -sphinx_design==0.5.0 +sphinx_design==0.6.0 sphinxcontrib-applehelp==1.0.8 sphinxcontrib-devhelp==1.0.6 sphinxcontrib-htmlhelp==2.0.5 @@ -37,4 +37,4 @@ sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 sphinxext-opengraph==0.9.1 urllib3==2.2.1 -virtualenv==20.25.1 +virtualenv==20.26.2