Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Apr 29, 2023
1 parent 82d2e02 commit 7b792ce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions requirements/coverage.txt
Expand Up @@ -14,7 +14,7 @@ click==8.1.3
# via
# -r requirements/coverage.in
# black
coverage==7.2.3
coverage==7.2.4
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
Expand All @@ -24,7 +24,7 @@ exceptiongroup==1.1.1 ; python_version < "3.11"
# pytest
execnet==1.9.0
# via pytest-xdist
fakeredis==2.11.0
fakeredis==2.11.2
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand All @@ -44,13 +44,13 @@ packaging==23.1
# via
# black
# pytest
pandas==2.0.0
pandas==2.0.1
# via -r requirements/coverage.in
pathspec==0.11.1
# via black
pexpect==4.8.0
# via -r requirements/test.in
platformdirs==3.2.0
platformdirs==3.5.0
# via black
pluggy==1.0.0
# via pytest
Expand Down
24 changes: 12 additions & 12 deletions requirements/tools.txt
Expand Up @@ -52,7 +52,7 @@ colorama==0.4.6
# via tox
com2ann==0.3.0
# via shed
coverage==7.2.3
coverage==7.2.4
# via -r requirements/tools.in
cryptography==40.0.2
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ importlib-metadata==6.6.0
# twine
iniconfig==2.0.0
# via pytest
ipython==8.12.0
ipython==8.13.1
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand Down Expand Up @@ -205,7 +205,7 @@ pip-tools==6.13.0
# via -r requirements/tools.in
pkginfo==1.9.6
# via twine
platformdirs==3.2.0
platformdirs==3.5.0
# via
# black
# tox
Expand Down Expand Up @@ -240,21 +240,21 @@ pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.304
pyright==1.1.305
# via -r requirements/tools.in
pytest==7.3.1
# via -r requirements/tools.in
python-dateutil==2.8.2
# via -r requirements/tools.in
pyupgrade==3.3.1
pyupgrade==3.3.2
# via shed
pyyaml==6.0
# via
# bandit
# libcst
readme-renderer==37.3
# via twine
requests==2.28.2
requests==2.29.0
# via
# -r requirements/tools.in
# requests-toolbelt
Expand All @@ -266,7 +266,7 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via
# bandit
# twine
Expand All @@ -289,7 +289,7 @@ sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.4.1
# via beautifulsoup4
sphinx==6.1.3
sphinx==6.2.1
# via
# -r requirements/tools.in
# sphinx-codeautolink
Expand Down Expand Up @@ -338,7 +338,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.4.12
tox==4.5.1
# via -r requirements/tools.in
traitlets==5.9.0
# via
Expand Down Expand Up @@ -370,7 +370,7 @@ urllib3==1.26.15
# via
# requests
# twine
virtualenv==20.22.0
virtualenv==20.23.0
# via tox
wcwidth==0.2.6
# via prompt-toolkit
Expand All @@ -382,9 +382,9 @@ zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via pip-tools
setuptools==67.7.1
setuptools==67.7.2
# via
# nodeenv
# pip-tools

0 comments on commit 7b792ce

Please sign in to comment.