Skip to content

Commit

Permalink
Merge pull request #2369 from carpentries/update-redis
Browse files Browse the repository at this point in the history
update redis to >=4.5.4
  • Loading branch information
elichad committed Apr 3, 2023
2 parents e50a56f + 4350457 commit 3e7bbfe
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 172 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ django-formset-js-improved = "~=0.5.0.2"
psycopg2 = "~=2.9.5"
pygithub = "~=1.55"
pyyaml = "~=6.0"
redis = "~=4.5.4"
requests = "~=2.27.0"
rq = "~=1.10.0"
rq-scheduler = "~=0.11.0"
Expand All @@ -40,7 +41,7 @@ django-better-admin-arrayfield = "==1.4.2"
[dev-packages]
django-webtest = "~=1.9.8"
faker = "~=9.3.1"
fakeredis = "~=1.6.1"
fakeredis = "~=2.10.2"
mkdocs = "~=1.4.2"
mkdocs-material = "~=8.5.11"
requests-mock = "~=1.9.3"
Expand Down

0 comments on commit 3e7bbfe

Please sign in to comment.