Skip to content

Commit

Permalink
Merge pull request RedHatInsights#946 from petracihalova/redis-upgrade
Browse files Browse the repository at this point in the history
Redis upgrade
  • Loading branch information
petracihalova authored Oct 24, 2023
2 parents e76af9e + a932d72 commit 8ad6504
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Jinja2 = "==2.11.3"
watchtower = "==3.0.0"
boto3 = "==1.24.24"
celery = "==5.3.0b2"
redis = "==4.0.0"
redis = "==5.0.0"
sqlparse = "==0.4.4"
django-extensions = "==3.2.1"
python-dateutil = "==2.8.2"
Expand Down
102 changes: 13 additions & 89 deletions Pipfile.lock

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

5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
amqp==5.1.1; python_version >= '3.6'
app-common-python==0.2.5
asgiref==3.7.2; python_version >= '3.7'
async-timeout==4.0.3; python_full_version <= '3.11.2'
billiard==4.1.0; python_version >= '3.7'
boto3==1.24.24; python_version >= '3.7'
botocore==1.27.96; python_version >= '3.7'
Expand All @@ -12,7 +13,6 @@ 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 @@ -37,7 +37,7 @@ 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==4.0.0; python_version >= '3.6'
redis==5.0.0; python_version >= '3.7'
requests==2.31.0; python_version >= '3.7'
s3transfer==0.6.2; python_version >= '3.7'
sentry-sdk==1.18.0
Expand All @@ -51,4 +51,3 @@ 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 8ad6504

Please sign in to comment.