diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29ace904c..ecfbd9fbb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 # This should be kept in sync with the version in requirements-dev.txt + rev: 24.3.0 # This should be kept in sync with the version in requirements-dev.txt hooks: - id: black language_version: python3 diff --git a/deploy/dockerfiles/blog/auth-requirements.txt b/deploy/dockerfiles/blog/auth-requirements.txt index fa689d3c8..68e57a147 100644 --- a/deploy/dockerfiles/blog/auth-requirements.txt +++ b/deploy/dockerfiles/blog/auth-requirements.txt @@ -14,13 +14,13 @@ click==8.1.7 # via flask flask==3.0.0 # via -r auth-requirements.in -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r auth-requirements.in -idna==3.6 +idna==3.7 # via requests itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via flask markupsafe==2.1.3 # via @@ -34,7 +34,7 @@ requests==2.32.3 # via requests-oauthlib requests-oauthlib==1.3.1 # via -r auth-requirements.in -urllib3==2.1.0 +urllib3==2.2.2 # via requests werkzeug==3.0.3 # via flask diff --git a/requirements-dev.txt b/requirements-dev.txt index cac19e9c5..eee5b5703 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,2 @@ -black==22.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml +black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml pylint==2.7.1