Skip to content

Commit

Permalink
Merge pull request #1442 from petracihalova/django-update
Browse files Browse the repository at this point in the history
[RHCLOUD-37362] update django to the version 4.2.18
  • Loading branch information
petracihalova authored Jan 16, 2025
2 parents 47b57e9 + b4a5724 commit 2dd5cd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-environ = "==0.10.0"
djangorestframework = "==3.15.2"
gunicorn = "==22.0.0"
whitenoise = "==6.4.0"
django = "==4.2.17"
django = "==4.2.18"
django-filter = "==22.1"
requests = "==2.32.3"
django-tenants = "==3.5.0"
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
django==4.2.17; python_version >= '3.8'
django==4.2.18; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.3; python_version >= '3.6'
Expand Down

0 comments on commit 2dd5cd2

Please sign in to comment.