Skip to content

Commit

Permalink
Update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Jan 29, 2025
1 parent 3d495a8 commit f9c1b7f
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 126 deletions.
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.4.0"
boto3 = "==1.35.98"
boto3 = "==1.36.7"
celery = "==5.4.0"
django = "==5.1.4"
django-environ = "==0.12.0"
Expand All @@ -32,7 +32,7 @@ newrelic = "==10.4.0"
pillow = "==11.1.0"
psycopg = { extras = ["c"], version = "==3.2.3" }
pydantic = "==2.9.2"
pyjwt = "==2.9.0"
pyjwt = "==2.10.1"
python-slugify = "==8.0.4"
pywebpush = "==2.0.1"
redis = { extras = ["hiredis"], version = "==5.2.1" }
Expand All @@ -42,7 +42,7 @@ simplejson = "==3.19.3"
sentry-sdk = "==2.18.0"
whitenoise = "==6.8.2"
django-anymail = {extras = ["amazon-ses"], version = "*"}
pydantic-extra-types = "2.10.1"
pydantic-extra-types = "2.10.2"
phonenumberslite = "==8.13.52"

[dev-packages]
Expand All @@ -56,7 +56,7 @@ djangorestframework-stubs = "==3.15.2"
factory-boy = "==3.3.1"
freezegun = "==1.5.1"
ipython = "==8.31.0"
mypy = "==1.13.0"
mypy = "==1.14.1"
pre-commit = "==4.0.1"
requests-mock = "==1.12.1"
tblib = "==3.0.0"
Expand Down
Loading

0 comments on commit f9c1b7f

Please sign in to comment.