Skip to content

Commit

Permalink
Upgrade Dependencies (#2390)
Browse files Browse the repository at this point in the history
* Bump Dependencies, Fix Docker compose scripts.

* Upgrade Django
  • Loading branch information
vigneshhari authored Aug 23, 2024
1 parent a4e2f8b commit fd2e954
Show file tree
Hide file tree
Showing 6 changed files with 1,077 additions and 696 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -347,16 +347,8 @@ test_db
celerybeat-schedule

secrets.sh
/.idea/inspectionProfiles/profiles_settings.xml
/.idea/.gitignore
/.idea/aws.xml
/.idea/backend.iml
/.idea/git_toolbox_prj.xml
/.idea/misc.xml
/.idea/modules.xml
/.idea/vcs.xml
/.idea/ruff.xml

/.idea/*

# Redis
*.rdb
18 changes: 9 additions & 9 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name = "pypi"

[packages]
argon2-cffi = "==23.1.0"
authlib = "==1.3.0"
boto3 = "==1.34.117"
authlib = "==1.3.1"
boto3 = "==1.35.0"
celery = "==5.4.0"
django = "==4.2.10"
django = "==4.2.15"
django-environ = "==0.11.2"
django-cors-headers = "==4.3.1"
django-filter = "==24.2"
Expand All @@ -22,7 +22,7 @@ django-redis = "==5.4.0"
django-rest-passwordreset = "==1.4.1"
django-simple-history = "==3.7.0"
djangoql = "==0.18.1"
djangorestframework = "==3.15.1"
djangorestframework = "==3.15.2"
djangorestframework-simplejwt = "==5.3.1"
dry-rest-permissions = "==0.1.10"
drf-nested-routers = "==0.94.1"
Expand All @@ -32,23 +32,23 @@ gunicorn = "==22.0.0"
healthy-django = "==0.1.0"
jsonschema = "==4.22.0"
jwcrypto = "==1.5.6"
newrelic = "==9.10.0"
newrelic = "==9.13.0"
pillow = "==10.3.0"
psycopg = { extras = ["c"], version = "==3.1.19" }
pycryptodome = "==3.20.0"
pydantic = "==1.10.15" # fix for fhir.resources < 7.0.2
pyjwt = "==2.8.0"
python-slugify = "==8.0.4"
pywebpush = "==1.14.0"
pywebpush = "==2.0.0"
redis = { extras = ["hiredis"], version = "==5.0.5" } # constraint for redis-om
redis-om = "==0.3.1"
requests = "==2.32.3"
sentry-sdk = "==2.5.1"
sentry-sdk = "==2.13.0"
whitenoise = "==6.6.0"

[dev-packages]
black = "==24.4.2"
boto3-stubs = { extras = ["s3", "boto3"], version = "==1.34.117" }
boto3-stubs = { extras = ["s3", "boto3"], version = "==1.35.0" }
coverage = "==7.5.3"
debugpy = "==1.8.1"
django-coverage-plugin = "==3.1.0"
Expand All @@ -58,7 +58,7 @@ django-silk = "==5.1.0"
django-stubs = "==5.0.2"
djangorestframework-stubs = "==3.15.0"
factory-boy = "==3.3.0"
flake8 = "==7.0.0"
flake8 = "==7.1.1"
freezegun = "==1.5.1"
ipython = "==8.25.0"
isort = "==5.13.2"
Expand Down
Loading

0 comments on commit fd2e954

Please sign in to comment.