Skip to content

Commit

Permalink
bump Django dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Sep 12, 2024
1 parent b9e4340 commit 79e7e30
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 307 deletions.
4 changes: 2 additions & 2 deletions skipper/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools = "==70.0.0"
djangorestframework = "==3.15.2"
djangorestframework-simplejwt = { version = "==5.3.1" }
# at least required for simplejwt crypto
cryptography = "==42.0.5"
cryptography = "==43.0.1"
django-extensions = "==3.2.3"
psycopg2 = "==2.9.9"
pytz = "==2024.1"
Expand Down Expand Up @@ -58,7 +58,7 @@ opentelemetry-instrumentation-botocore = "==0.44b0"
opentelemetry-instrumentation-psycopg2 = "==0.44b0"
opentelemetry-instrumentation-redis = "==0.44b0"
sqlparse = "==0.5.0"
Django = "==5.0.7"
Django = "==5.0.9"
Pillow = "==10.3.0"
FormEncode = "==2.0.1"
SQLAlchemy = "==1.4.51"
Expand Down
Loading

0 comments on commit 79e7e30

Please sign in to comment.