Skip to content

Commit

Permalink
chore(deps): bump the pip group across 3 directories with 14 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 47d02a2 commit eb9fdad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions data-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ line-length = 120
line-length = 120

[tool.pyright]
include = [
include = [
"src/data_pipeline/pipeline.py",
"src/data_pipeline/config.py",
"src/data_pipeline/helpers/write_schemas.py",
Expand All @@ -46,4 +46,3 @@ reportMissingImports = true
reportMissingTypeStubs = false
typeCheckingMode = "basic"
pythonVersion = "3.9"

8 changes: 4 additions & 4 deletions deploy/dockerfiles/blog/auth-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 eb9fdad

Please sign in to comment.