Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1080 from petracihalova/django-upgrade
Browse files Browse the repository at this point in the history
[RHCLOUD-32157] updated Django package to solve vulnerability GHSA-vm8q-m57g-pff3
  • Loading branch information
petracihalova authored Apr 18, 2024
2 parents 97410be + c2f2a8a commit d0997cc
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 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.14.0"
gunicorn = "==21.2.0"
whitenoise = "==6.4.0"
django = "==4.2.10"
django = "==4.2.11"
django-filter = "==22.1"
requests = "==2.31.0"
django-tenants = "==3.5.0"
Expand Down
56 changes: 28 additions & 28 deletions Pipfile.lock

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

20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.python.org/simple
amqp==5.2.0; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.7.2; python_version >= '3.7'
asgiref==3.8.1; python_version >= '3.8'
async-timeout==4.0.3; python_full_version <= '3.11.2'
billiard==4.2.0; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
Expand All @@ -11,11 +11,11 @@ certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
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==42.0.5; python_version >= '3.7'
django==4.2.10; python_version >= '3.8'
django==4.2.11; 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'
Expand All @@ -26,19 +26,19 @@ djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==21.2.0; python_version >= '3.5'
idna==3.6; python_version >= '3.5'
idna==3.7; python_version >= '3.5'
jinja2==3.1.3; python_version >= '3.7'
jmespath==1.0.1; python_version >= '3.7'
joserfc==0.8.0; python_version >= '3.8'
kafka-python==2.0.2
kombu==5.3.5; python_version >= '3.8'
kombu==5.3.7; python_version >= '3.8'
markupsafe==2.1.5; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
packaging==24.0; python_version >= '3.7'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
psycopg2==2.9.5; python_version >= '3.6'
psycopg2-binary==2.9.5; python_version >= '3.6'
pycparser==2.21
pycparser==2.22; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2022.2.1
redis==5.0.0; python_version >= '3.7'
Expand All @@ -47,13 +47,13 @@ s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
stompest==2.3.0; python_version >= '3.6'
typing-extensions==4.10.0; python_version < '3.11'
stompest==2.3.0
typing-extensions==4.11.0; python_version < '3.11'
tzdata==2022.2; python_version >= '2'
unicodecsv==0.14.1
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
vine==5.1.0; python_version >= '3.6'
watchtower==3.0.0; python_version >= '3.6'
wcwidth==0.2.13
whitenoise==6.4.0; python_version >= '3.7'
xmltodict==0.13.0; python_version >= '3.6'
xmltodict==0.13.0; python_version >= '3.4'

0 comments on commit d0997cc

Please sign in to comment.