Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1365 from petracihalova/django-exte…
Browse files Browse the repository at this point in the history
…nsions-update

[RHCLOUD-36574] upgrade django-extensions to the latest version
  • Loading branch information
petracihalova authored Dec 3, 2024
2 parents 240ffff + 617e22a commit 22e0766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ celery = "==5.3.0b2"
redis = "==5.0.0"
relations-grpc-clients-python-kessel-project = "==0.3.2"
sqlparse = "==0.5.0"
django-extensions = "==3.2.1"
django-extensions = "==3.2.3"
python-dateutil = "==2.8.2"
ecs-logging = "==2.0.0"
app-common-python = "==0.2.7"
Expand Down
8 changes: 4 additions & 4 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 @@ -19,7 +19,7 @@ cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.
django==4.2.16; 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.1; python_version >= '3.6'
django-extensions==3.2.3; python_version >= '3.6'
django-filter==22.1; python_version >= '3.7'
django-prometheus==2.2.0
django-tenants==3.5.0
Expand Down

0 comments on commit 22e0766

Please sign in to comment.