Skip to content

Commit

Permalink
bump deps to catch trio-0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Oct 19, 2024
1 parent 156c5ea commit 1659e8c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 31 deletions.
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#
# pip-compile-multi
#
coverage[toml]==7.5.4
coverage[toml]==7.6.3
# via -r requirements\coverage.in
32 changes: 15 additions & 17 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,31 @@
# pip-compile-multi
#
-r install.txt
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.15.0
babel==2.16.0
# via sphinx
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via towncrier
colorama==0.4.6
# via
# click
# sphinx
docutils==0.20.1
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
imagesize==1.4.1
# via sphinx
incremental==22.10.0
# via towncrier
jinja2==3.1.4
# via
# sphinx
# towncrier
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
packaging==24.1
# via sphinx
Expand All @@ -42,31 +40,31 @@ requests==2.32.3
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.3.7
sphinx==8.1.3
# via
# -r requirements\docs.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-trio
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.1
# via -r requirements\docs.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r requirements\docs.in
towncrier==23.11.0
towncrier==24.8.0
# via -r requirements\docs.in
urllib3==2.2.2
urllib3==2.2.3
# via requests
8 changes: 4 additions & 4 deletions requirements/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
#
# pip-compile-multi
#
attrs==23.2.0
attrs==24.2.0
# via
# -r requirements\install.in
# outcome
# trio
cffi==1.16.0 ; os_name == "nt" and implementation_name != "pypy"
cffi==1.17.1 ; os_name == "nt" and implementation_name != "pypy"
# via
# -r requirements\install.in
# trio
idna==3.7
idna==3.10
# via trio
outcome==1.3.0.post0
# via
Expand All @@ -28,5 +28,5 @@ sortedcontainers==2.4.0
# via trio
tblib==3.0.0
# via -r requirements\install.in
trio==0.26.0
trio==0.27.0
# via -r requirements\install.in
14 changes: 7 additions & 7 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
#
# pip-compile-multi
#
black==24.4.2
black==24.10.0
# via -r requirements\lint.in
click==8.1.7
# via black
colorama==0.4.6
# via click
flake8==7.1.0
flake8==7.1.1
# via
# -r requirements\lint.in
# flake8-async
flake8-async==24.6.1
flake8-async==24.9.5
# via -r requirements\lint.in
libcst==1.4.0
libcst==1.5.0
# via flake8-async
mccabe==0.7.0
# via flake8
Expand All @@ -27,11 +27,11 @@ packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.2.2
platformdirs==4.3.6
# via black
pycodestyle==2.12.0
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pyyaml==6.0.1
pyyaml==6.0.2
# via libcst
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-r install.txt
colorama==0.4.6
# via pytest
coverage[toml]==7.5.4
coverage[toml]==7.6.3
# via
# -r requirements\test.in
# pytest-cov
Expand All @@ -20,7 +20,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.2
pytest==8.3.3
# via
# -r requirements\test.in
# pytest-cov
Expand Down

0 comments on commit 1659e8c

Please sign in to comment.