Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Jun 19, 2022
1 parent 73dffac commit 5fd4db4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Expand Up @@ -24,7 +24,7 @@ deprecated==1.2.13
# via redis
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
exceptiongroup==1.0.0rc8 ; python_version < "3.11"
# via hypothesis (hypothesis-python/setup.py)
execnet==1.9.0
# via pytest-xdist
Expand All @@ -34,7 +34,7 @@ iniconfig==1.1.1
# via pytest
lark-parser==0.12.0
# via -r requirements/coverage.in
libcst==0.4.3
libcst==0.4.5
# via -r requirements/coverage.in
mypy-extensions==0.4.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Expand Up @@ -8,7 +8,7 @@ attrs==21.4.0
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
exceptiongroup==1.0.0rc8 ; python_version < "3.11"
# via hypothesis (hypothesis-python/setup.py)
execnet==1.9.0
# via pytest-xdist
Expand Down
20 changes: 10 additions & 10 deletions requirements/tools.txt
Expand Up @@ -19,7 +19,7 @@ attrs==21.4.0
# pytest
autoflake==1.4
# via shed
babel==2.10.1
babel==2.10.3
# via sphinx
backcall==0.2.0
# via ipython
Expand All @@ -33,7 +33,7 @@ black==22.3.0
# via shed
bleach==5.0.0
# via readme-renderer
certifi==2022.5.18.1
certifi==2022.6.15
# via requests
cffi==1.15.0
# via cryptography
Expand Down Expand Up @@ -67,7 +67,7 @@ docutils==0.17.1
# sphinx-rtd-theme
dpcontracts==0.6.0
# via -r requirements/tools.in
exceptiongroup==1.0.0rc8 ; python_version < "3.11.0b1"
exceptiongroup==1.0.0rc8 ; python_version < "3.11"
# via hypothesis (hypothesis-python/setup.py)
executing==0.8.3
# via stack-data
Expand Down Expand Up @@ -109,7 +109,7 @@ flake8-helper==0.2.1
# via flake8-strftime
flake8-mutable==1.2.0
# via -r requirements/tools.in
flake8-noqa==1.2.2
flake8-noqa==1.2.5
# via -r requirements/tools.in
flake8-pie==0.15.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -158,7 +158,7 @@ keyring==23.6.0
# via twine
lark-parser==0.12.0
# via -r requirements/tools.in
libcst==0.4.3
libcst==0.4.5
# via
# -r requirements/tools.in
# shed
Expand Down Expand Up @@ -236,7 +236,7 @@ pygments==2.12.0
# sphinx
pyparsing==3.0.9
# via packaging
pyright==1.1.249
pyright==1.1.254
# via -r requirements/tools.in
pytest==7.1.2
# via -r requirements/tools.in
Expand Down Expand Up @@ -287,7 +287,7 @@ sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==5.0.1
sphinx==5.0.2
# via
# -r requirements/tools.in
# sphinx-codeautolink
Expand Down Expand Up @@ -315,7 +315,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.2
# via django
stack-data==0.2.0
stack-data==0.3.0
# via ipython
stevedore==3.5.0
# via bandit
Expand All @@ -333,7 +333,7 @@ tomli==2.0.1
# pytest
tox==3.25.0
# via -r requirements/tools.in
traitlets==5.2.2.post1
traitlets==5.3.0
# via
# ipython
# matplotlib-inline
Expand All @@ -345,7 +345,7 @@ types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pytz==2021.3.8
# via -r requirements/tools.in
types-redis==4.2.6
types-redis==4.2.8
# via -r requirements/tools.in
typing-extensions==4.2.0
# via
Expand Down

0 comments on commit 5fd4db4

Please sign in to comment.