Skip to content

Commit

Permalink
Upgraded Django to 4.2.15 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Barry Daniels <[email protected]>
  • Loading branch information
barrydaniels-nl and gurustacks authored Aug 8, 2024
1 parent e8e65ba commit dd5a4cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django==4.2.14
Django==4.2.15
git+https://github.com/Amsterdam/apikeyserv.git@main#subdirectory=apikeyclient
remote-pdb
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asgiref==3.8.1
cffi==1.16.0
Django==4.2.14
Django==4.2.15
django-cors-headers==4.4.0
django-healthchecks==1.5.0
psycopg2-binary==2.9.9
Expand Down
4 changes: 2 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -21,7 +21,7 @@ charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
# via pyjwt
django==4.2.14
django==4.2.15
# via
# -r requirements.in
# django-cors-headers
Expand Down

0 comments on commit dd5a4cb

Please sign in to comment.