Skip to content

Commit

Permalink
Update Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Jun 1, 2024
1 parent 59c05b9 commit ae2ba8b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 94 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ name = "pypi"
[packages]
argon2-cffi = "==23.1.0"
authlib = "==1.3.0"
boto3 = "==1.34.84"
boto3 = "==1.34.113"
celery = "==5.3.6"
django = "==4.2.10"
django-environ = "==0.11.2"
django-cors-headers = "==4.2.0"
django-filter = "==23.2"
django-filter = "==24.2"
django-hardcopy = "==0.1.4"
django-maintenance-mode = "==0.21.0"
django-model-utils = "==4.3.1"
django-multiselectfield = "==0.1.12"
django-queryset-csv = "==1.1.0"
django-ratelimit = "==4.1.0"
django-redis = "==5.3.0"
django-redis = "==5.4.0"
django-rest-passwordreset = "==1.3.0"
django-simple-history = "==3.3.0"
django-simple-history = "==3.6.0"
djangoql = "==0.17.1"
djangorestframework = "==3.14.0"
djangorestframework = "==3.15.1"
djangorestframework-simplejwt = "==5.3.1"
dry-rest-permissions = "==0.1.10"
drf-nested-routers = "==0.94.1"
Expand All @@ -40,15 +40,15 @@ pydantic = "==1.10.15" # fix for fhir.resources < 7.0.2
pyjwt = "==2.8.0"
python-slugify = "==8.0.1"
pywebpush = "==1.14.0"
redis = {extras = ["hiredis"], version = "<5.0.0"} # constraint for redis-om
redis = { extras = ["hiredis"], version = "<5.0.0" } # constraint for redis-om
redis-om = "==0.3.1"
requests = "==2.31.0"
requests = "==2.32.2"
sentry-sdk = "==1.30.0"
whitenoise = "==6.6.0"

[dev-packages]
black = "==24.4.2"
boto3-stubs = {extras = ["s3", "boto3"], version = "==1.34.84"}
boto3-stubs = { extras = ["s3", "boto3"], version = "==1.34.113" }
coverage = "==7.4.0"
debugpy = "==1.8.1"
django-coverage-plugin = "==3.1.0"
Expand Down
Loading

0 comments on commit ae2ba8b

Please sign in to comment.