Skip to content

Commit

Permalink
chore: make upgrade doc_upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 5, 2025
1 parent b3b256d commit ea8ae17
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
anyio==4.7.0
anyio==4.8.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -103,7 +103,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.1
# via -r doc/requirements.in
starlette==0.43.0
starlette==0.45.2
# via sphinx-autobuild
stevedore==5.4.0
# via doc8
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.123.1
hypothesis==6.123.2
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
idna==3.10
# via requests
Expand Down Expand Up @@ -181,7 +181,7 @@ urwid==2.6.16
# urwid-readline
urwid-readline==0.15.1
# via pudb
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r /Users/ned/coverage/trunk/requirements/pip.in
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
auditwheel==6.1.0
auditwheel==6.2.0
# via -r requirements/kit.in
backports-tarfile==1.2.0
# via jaraco-context
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
hypothesis==6.123.1
hypothesis==6.123.2
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.14.0
mypy==1.14.1
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.16.1
# via virtualenv
platformdirs==4.3.6
# via virtualenv
virtualenv==20.28.0
virtualenv==20.28.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.123.1
hypothesis==6.123.2
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ tox-gh==1.4.4
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.28.0
virtualenv==20.28.1
# via tox

0 comments on commit ea8ae17

Please sign in to comment.