Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1449 from petracihalova/django-cors…
Browse files Browse the repository at this point in the history
…-headers-update

[RHCLOUD-37407] update django-cors-headers to the latest version
  • Loading branch information
petracihalova authored Jan 20, 2025
2 parents 6419656 + 45aa4ca commit b15e66f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ django = "==4.2.18"
django-filter = "==22.1"
requests = "==2.32.3"
django-tenants = "==3.5.0"
django-cors-headers = "==3.13.0"
django-cors-headers = "==4.6.0"
djangorestframework-csv = "==2.1.1"
grpcio = "==1.68.1"
grpcio-status = "==1.68.1"
Expand Down
30 changes: 15 additions & 15 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.18; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-cors-headers==4.6.0; python_version >= '3.9'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.3; python_version >= '3.6'
django-filter==22.1; python_version >= '3.7'
Expand All @@ -40,7 +40,7 @@ kombu==5.5.0rc2; python_version >= '3.8'
markupsafe==3.0.2; python_version >= '3.9'
packaging==24.2; python_version >= '3.8'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
prompt-toolkit==3.0.50; python_full_version >= '3.8.0'
protobuf==5.29.3; python_version >= '3.8'
protoc-gen-validate==1.0.4; python_version >= '3.6'
psycopg2==2.9.10; python_version >= '3.8'
Expand Down

0 comments on commit b15e66f

Please sign in to comment.