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

Update pinned dependencies #3391

Merged
merged 1 commit into from Jul 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/coverage.txt
Expand Up @@ -12,7 +12,7 @@ attrs==21.4.0
# pytest
backports-zoneinfo==0.2.1
# via -r requirements/coverage.in
black==22.3.0
black==22.6.0
# via -r requirements/coverage.in
click==8.1.3
# via
Expand Down Expand Up @@ -85,7 +85,7 @@ pytz==2022.1
# pandas
pyyaml==6.0
# via libcst
redis==4.3.3
redis==4.3.4
# via fakeredis
six==1.16.0
# via
Expand All @@ -99,7 +99,7 @@ tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.2.0
typing-extensions==4.3.0
# via
# -r requirements/coverage.in
# black
Expand Down
36 changes: 20 additions & 16 deletions requirements/tools.txt
Expand Up @@ -29,15 +29,17 @@ bandit==1.7.4
# via flake8-bandit
beautifulsoup4==4.11.1
# via sphinx-codeautolink
black==22.3.0
black==22.6.0
# via shed
bleach==5.0.0
bleach==5.0.1
# via readme-renderer
build==0.8.0
# via pip-tools
certifi==2022.6.15
# via requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
click==8.1.3
# via
Expand Down Expand Up @@ -95,7 +97,7 @@ flake8-2020==1.6.1
# via -r requirements/tools.in
flake8-bandit==3.0.0
# via -r requirements/tools.in
flake8-bugbear==22.6.22
flake8-bugbear==22.7.1
# via -r requirements/tools.in
flake8-builtins==1.5.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -133,7 +135,7 @@ gitpython==3.1.27
# via bandit
idna==3.3
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
importlib-metadata==4.12.0
# via
Expand Down Expand Up @@ -179,6 +181,7 @@ nodeenv==1.7.0
# via pyright
packaging==21.3
# via
# build
# pytest
# sphinx
# tox
Expand All @@ -189,12 +192,12 @@ pathspec==0.9.0
pbr==5.9.0
# via stevedore
pep517==0.12.0
# via pip-tools
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.6.2
pip-tools==6.8.0
# via -r requirements/tools.in
pkginfo==1.8.3
# via twine
Expand All @@ -206,7 +209,7 @@ pluggy==1.0.0
# via
# pytest
# tox
prompt-toolkit==3.0.29
prompt-toolkit==3.0.30
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -236,7 +239,7 @@ pygments==2.12.0
# sphinx
pyparsing==3.0.9
# via packaging
pyright==1.1.255
pyright==1.1.256
# via -r requirements/tools.in
pytest==7.1.2
# via -r requirements/tools.in
Expand All @@ -252,7 +255,7 @@ pyyaml==6.0
# libcst
readme-renderer==35.0
# via twine
requests==2.28.0
requests==2.28.1
# via
# -r requirements/tools.in
# requests-toolbelt
Expand Down Expand Up @@ -328,10 +331,11 @@ toml==0.10.2
tomli==2.0.1
# via
# black
# build
# mypy
# pep517
# pytest
tox==3.25.0
tox==3.25.1
# via -r requirements/tools.in
traitlets==5.3.0
# via
Expand All @@ -343,11 +347,11 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pytz==2022.1.0
types-pytz==2022.1.1
# via -r requirements/tools.in
types-redis==4.3.2
types-redis==4.3.3
# via -r requirements/tools.in
typing-extensions==4.2.0
typing-extensions==4.3.0
# via
# -r requirements/tools.in
# black
Expand All @@ -363,7 +367,7 @@ urllib3==1.26.9
# via
# requests
# twine
virtualenv==20.15.0
virtualenv==20.15.1
# via tox
wcwidth==0.2.5
# via prompt-toolkit
Expand Down