Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into jn/start-dataproc-custom-images
Browse files Browse the repository at this point in the history
nadeaujoshua committed Jun 18, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
2 parents d84f3c6 + eb9fdad commit 0bc8a86
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions deploy/dockerfiles/blog/auth-requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0bc8a86

Please sign in to comment.