Skip to content

Commit

Permalink
Bump Dependencies (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari authored Apr 12, 2024
1 parent e31c084 commit 9e02579
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 195 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
argon2-cffi = "==23.1.0"
authlib = "==1.2.1"
authlib = "==1.3.0"
boto3 = "==1.34.75"
celery = "==5.3.6"
django = "==4.2.10"
Expand Down Expand Up @@ -33,7 +33,7 @@ healthy-django = "==0.1.0"
jsonschema = "==4.20.0"
jwcrypto = "==1.5.6"
newrelic = "==9.3.0"
pillow = "==10.2.0"
pillow = "==10.3.0"
psycopg = "==3.1.18"
pycryptodome = "==3.20.0"
pydantic = "==1.10.12" # fix for fhir.resources < 7.0.2
Expand All @@ -47,12 +47,12 @@ whitenoise = "==6.5.0"
redis-om = "==0.2.1"

[dev-packages]
black = "==23.9.1"
black = "==24.3.0"
boto3-stubs = {extras = ["s3", "boto3"], version = "==1.34.75"}
coverage = "==7.4.0"
debugpy = "==1.8.1"
django-coverage-plugin = "==3.1.0"
django-debug-toolbar = "==4.2.0"
django-debug-toolbar = "==4.3.0"
django-extensions = "==3.2.3"
django-silk = "==5.0.3"
django-stubs = "==4.2.4"
Expand All @@ -62,7 +62,7 @@ flake8 = "==7.0.0"
freezegun = "==1.2.2"
ipython = "==8.15.0"
isort = "==5.12.0"
mypy = "==1.5.1"
mypy = "==1.9.0"
pre-commit = "==3.4.0"
tblib = "==2.0.0"
watchdog = "==3.0.0"
Expand Down
Loading

0 comments on commit 9e02579

Please sign in to comment.