Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 4 updates (#2479
Browse files Browse the repository at this point in the history
)

* Bump the all-dependencies group across 1 directory with 4 updates

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aakash Singh <[email protected]>
Co-authored-by: Vignesh Hari <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2024
1 parent ab99a1b commit 5bb466b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 31 deletions.
8 changes: 2 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ updates:
schedule:
interval: "weekly"
groups:
all-dependencies:
boto:
patterns:
- "*"
ignore:
- dependency-name: "redis-om"
- dependency-name: "pydantic"
- dependency-name: "fhir.resources"
- "boto*"

- package-ecosystem: "docker"
directory: "/docker"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
uses: actions/checkout@v4

- name: Ruff check
uses: chartboost/ruff-action@v1
uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
with:
version: 0.6.7
args: "check"
changed-files: "true"

- name: Ruff format
uses: chartboost/ruff-action@v1
uses: chartboost/ruff-action@491342200cdd1cf4d5132a30ddc546b3b5bc531b
with:
version: 0.6.7
args: "format"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
argon2-cffi = "==23.1.0"
authlib = "==1.3.2"
boto3 = "==1.35.19"
boto3 = "==1.35.24"
celery = "==5.4.0"
django = "==5.1.1"
django-environ = "==0.11.2"
Expand All @@ -31,21 +31,21 @@ jsonschema = "==4.23.0"
jwcrypto = "==1.5.6"
newrelic = "==9.13.0"
pillow = "==10.4.0"
psycopg = { extras = ["c"], version = "==3.1.19" }
psycopg = { extras = ["c"], version = "==3.2.2" }
pycryptodome = "==3.20.0"
pydantic = "==1.10.15" # fix for fhir.resources < 7.0.2
pyjwt = "==2.9.0"
python-slugify = "==8.0.4"
pywebpush = "==2.0.0"
redis = { extras = ["hiredis"], version = "==5.0.5" } # constraint for redis-om
redis = { extras = ["hiredis"], version = "==5.0.8" } # constraint for redis-om
redis-om = "==0.3.1" # > 0.3.1 broken with pydantic < 2
requests = "==2.32.3"
sentry-sdk = "==2.14.0"
whitenoise = "==6.7.0"

[dev-packages]
black = "==24.8.0"
boto3-stubs = { extras = ["s3", "boto3"], version = "==1.35.19" }
boto3-stubs = { extras = ["s3", "boto3"], version = "==1.35.24" }
coverage = "==7.6.1"
debugpy = "==1.8.5"
django-coverage-plugin = "==3.1.0"
Expand Down
38 changes: 19 additions & 19 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bb466b

Please sign in to comment.