diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b95c3b..bc51792 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: types: [file] # override `types: [json]` files: \.(json|ipynb)$ - repo: https://github.com/psf/black - rev: "24.1.1" + rev: "24.4.0" hooks: - id: black - repo: https://github.com/asottile/reorder-python-imports diff --git a/constraints.txt b/constraints.txt index 68d60e6..cd842cc 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,23 +1,23 @@ alabaster==0.7.16 Babel==2.14.0 -beautifulsoup4==4.12.2 -certifi==2023.11.17 +beautifulsoup4==4.12.3 +certifi==2024.2.2 cfgv==3.4.0 charset-normalizer==3.3.2 distlib==0.3.8 docutils==0.20.1 -filelock==3.13.1 +filelock==3.13.4 furo==2024.1.29 -identify==2.5.33 -idna==3.6 +identify==2.5.35 +idna==3.7 imagesize==1.4.1 Jinja2==3.1.3 -MarkupSafe==2.1.3 +MarkupSafe==2.1.5 nodeenv==1.8.0 -packaging==23.2 -platformdirs==4.1.0 +packaging==24.0 +platformdirs==4.2.0 polib==1.2.0 -pre-commit==3.6.0 +pre-commit==3.7.0 Pygments==2.17.2 PyYAML==6.0.1 regex==2023.12.25 @@ -36,5 +36,5 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 sphinxext-opengraph==0.9.1 -urllib3==2.1.0 -virtualenv==20.25.0 +urllib3==2.2.1 +virtualenv==20.25.1