Skip to content

Commit

Permalink
Merge pull request RedHatInsights#945 from petracihalova/packages-upg…
Browse files Browse the repository at this point in the history
…rade

Packages celery, gunicorn, redis upgrade
  • Loading branch information
lpichler authored Oct 20, 2023
2 parents 8754ec5 + 63faf35 commit 91b58a4
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 30 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
django-environ = "==0.10.0"
djangorestframework = "==3.14.0"
gunicorn = "==20.1.0"
gunicorn = "==21.2.0"
whitenoise = "==6.4.0"
Django = "==4.1.10"
django-filter = "==22.1"
Expand All @@ -22,8 +22,8 @@ urllib3 = "==1.26.15"
Jinja2 = "==2.11.3"
watchtower = "==3.0.0"
boto3 = "==1.24.24"
celery = "==5.2.2"
redis = "==3.5.3"
celery = "==5.3.0b2"
redis = "==4.0.0"
sqlparse = "==0.4.4"
django-extensions = "==3.2.1"
python-dateutil = "==2.8.2"
Expand Down
129 changes: 107 additions & 22 deletions Pipfile.lock

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

12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
amqp==5.1.1; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.7.2; python_version >= '3.7'
billiard==3.6.4.0
billiard==4.1.0; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
botocore==1.27.96; python_version >= '3.7'
celery==5.2.2; python_version >= '3.7'
celery==5.3.0b2; python_version >= '3.7'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.0; 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-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django==4.1.10; 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'
Expand All @@ -22,24 +23,24 @@ django-tenants==3.4.8
djangorestframework==3.14.0; python_version >= '3.6'
djangorestframework-csv==2.1.1
ecs-logging==2.0.0; python_version >= '3.6'
gunicorn==20.1.0; python_version >= '3.5'
gunicorn==21.2.0; python_version >= '3.5'
idna==3.4; python_version >= '3.5'
jinja2==2.11.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
jmespath==1.0.1; python_version >= '3.7'
kafka-python==2.0.2
kombu==5.3.2; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
prometheus-client==0.15.0; python_version >= '3.6'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
psycopg2==2.9.5; python_version >= '3.6'
psycopg2-binary==2.9.5; python_version >= '3.6'
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==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
redis==4.0.0; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
setuptools==68.2.2; python_version >= '3.8'
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'
typing-extensions==4.8.0; python_version < '3.11'
Expand All @@ -50,3 +51,4 @@ vine==5.0.0; python_version >= '3.6'
watchtower==3.0.0; python_version >= '3.6'
wcwidth==0.2.8
whitenoise==6.4.0; python_version >= '3.7'
wrapt==1.16.0rc1; python_version >= '3.6'

0 comments on commit 91b58a4

Please sign in to comment.