Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redis from 3.5.3 to 4.3.4 in /requirements #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
#
alabaster==0.7.12
# via sphinx
async-timeout==4.0.2
# via redis
attrs==21.2.0
# via pytest
babel==2.9.1
# via sphinx
backports.entry-points-selectable==1.1.0
backports-entry-points-selectable==1.1.0
# via virtualenv
certifi==2021.5.30
# via requests
Expand All @@ -22,6 +24,8 @@ click==8.0.1
# via
# flask
# pip-tools
deprecated==1.2.13
# via redis
distlib==0.3.2
# via virtualenv
docutils==0.16
Expand Down Expand Up @@ -56,6 +60,7 @@ packaging==21.0
# via
# pallets-sphinx-themes
# pytest
# redis
# sphinx
# tox
pallets-sphinx-themes==2.0.1
Expand Down Expand Up @@ -96,7 +101,7 @@ pytz==2021.1
# via babel
pyyaml==5.4.1
# via pre-commit
redis==3.5.3
redis==4.3.4
# via -r tests.in
requests==2.26.0
# via sphinx
Expand Down Expand Up @@ -150,6 +155,8 @@ werkzeug==2.0.1
# via flask
wheel==0.37.0
# via pip-tools
wrapt==1.14.1
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
22 changes: 15 additions & 7 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
#
# pip-compile requirements/tests.in
#
async-timeout==4.0.2
# via redis
attrs==21.2.0
# via pytest
click==8.0.1
# via flask
deprecated==1.2.13
# via redis
flask==2.0.1
# via -r requirements/tests.in
# via -r tests.in
iniconfig==1.1.1
# via pytest
itsdangerous==2.0.1
Expand All @@ -19,26 +23,30 @@ jinja2==3.0.1
markupsafe==2.0.1
# via jinja2
packaging==21.0
# via pytest
# via
# pytest
# redis
pluggy==1.0.0
# via pytest
psutil==5.8.0
# via pytest-xprocess
py==1.10.0
# via pytest
pylibmc==1.6.1
# via -r requirements/tests.in
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.18.1
# via -r requirements/tests.in
redis==3.5.3
# via -r requirements/tests.in
# via -r tests.in
redis==4.3.4
# via -r tests.in
toml==0.10.2
# via pytest
werkzeug==2.0.1
# via flask
wrapt==1.14.1
# via deprecated