Skip to content

Commit

Permalink
Merge pull request #3567 from learningequality/dependabot/pip/redis-4…
Browse files Browse the repository at this point in the history
….3.4

Bump redis from 3.5.3 to 4.3.4
  • Loading branch information
bjester authored Sep 16, 2022
2 parents 605106a + c803f12 commit c38a051
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ amqp==5.1.1
# via kombu
asgiref==3.3.4
# via django
async-timeout==4.0.2
# via redis
attrs==19.3.0
# via
# -r requirements.in
Expand Down Expand Up @@ -52,6 +54,8 @@ click-repl==0.2.0
# via celery
confusable-homoglyphs==3.2.0
# via django-registration
deprecated==1.2.13
# via redis
django==3.2.14
# via
# -r requirements.in
Expand Down Expand Up @@ -172,6 +176,7 @@ packaging==20.9
# via
# google-api-core
# google-cloud-error-reporting
# redis
pathlib==1.0.1
# via -r requirements.in
pillow==9.2.0
Expand Down Expand Up @@ -224,7 +229,7 @@ pytz==2022.1
# django
# django-postmark
# google-api-core
redis==3.5.3
redis==4.3.4
# via
# -r requirements.in
# django-redis
Expand Down Expand Up @@ -271,6 +276,8 @@ wcwidth==0.2.5
# via prompt-toolkit
webencodings==0.5.1
# via html5lib
wrapt==1.14.1
# via deprecated
zipp==3.4.1
# via importlib-metadata

Expand Down

0 comments on commit c38a051

Please sign in to comment.