Skip to content

Commit

Permalink
bump python deps (#171)
Browse files Browse the repository at this point in the history
* wip

* wip

* wip

* wip
  • Loading branch information
rodlukas authored Oct 6, 2024
1 parent 0a62d11 commit 9e097a6
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 272 deletions.
13 changes: 7 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ name = "pypi"
[packages]
django = "~=3.2.25"
djangorestframework = "~=3.14.0"
djangorestframework-simplejwt = "~=5.3.0"
djangorestframework-simplejwt = "~=5.3.1"
django-debug-toolbar = "~=3.2.4"
django-environ = "~=0.9.0"
django-filter = "~=22.1"
django-filter = "~=23.5"
gunicorn = "~=20.1.0"
"psycopg2-binary" = "~=2.9.3"
pyyaml = "~=6.0"
requests = "==2.32.2"
pyyaml = "~=6.0.2"
requests = "==2.32.3"
sentry-sdk = "~=1.14.0"
uritemplate = "~=4.1.1"
vulture = "~=2.6"
vulture = "2.13.0"
whitenoise = "~=6.3.0"
django-csp = "~=3.7.0"
django-csp = "~=3.8.0"
urllib3 = "~=1.26.20"

[dev-packages]
behave-django = "~=1.4.0"
Expand Down
Loading

0 comments on commit 9e097a6

Please sign in to comment.