Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 2, 2024
1 parent 3abe3cc commit 9eaf15f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Expand Up @@ -57,7 +57,7 @@ click==8.1.7
# pip-tools
click-log==0.4.0
# via -r requirements/quality.txt
cogapp==3.3.0
cogapp==3.4.1
# via -r requirements/quality.txt
colorama==0.4.6
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ mypy-extensions==1.0.0
# -r requirements/quality.txt
# black
# mypy
packaging==23.2
packaging==24.0
# via
# -r requirements/pip-tools.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -405,7 +405,7 @@ urllib3==2.0.7
# responses
# twine
# types-requests
urwid==2.6.7
urwid==2.6.10
# via
# -r requirements/quality.txt
# pudb
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Expand Up @@ -24,7 +24,7 @@ click==8.1.7
# click-log
click-log==0.4.0
# via -r requirements/test.txt
cogapp==3.3.0
cogapp==3.4.1
# via -r requirements/doc.in
coverage==7.2.7
# via -r requirements/test.txt
Expand Down Expand Up @@ -79,7 +79,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
packaging==23.2
packaging==24.0
# via
# -r requirements/test.txt
# pudb
Expand Down Expand Up @@ -177,7 +177,7 @@ urllib3==2.0.7
# -r requirements/test.txt
# requests
# responses
urwid==2.6.7
urwid==2.6.10
# via
# -r requirements/test.txt
# pudb
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.7.0
# via
# build
# click
packaging==23.2
packaging==24.0
# via build
pip-tools==6.14.0
# via -r requirements/pip-tools.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Expand Up @@ -46,7 +46,7 @@ click-log==0.4.0
# via
# -r requirements/doc.txt
# -r requirements/test.txt
cogapp==3.3.0
cogapp==3.4.1
# via -r requirements/doc.txt
coverage==7.2.7
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ mypy-extensions==1.0.0
# via
# black
# mypy
packaging==23.2
packaging==24.0
# via
# -r requirements/doc.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -354,7 +354,7 @@ urllib3==2.0.7
# responses
# twine
# types-requests
urwid==2.6.7
urwid==2.6.10
# via
# -r requirements/doc.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Expand Up @@ -53,7 +53,7 @@ mdurl==0.1.2
# via
# -r requirements/base.txt
# markdown-it-py
packaging==23.2
packaging==24.0
# via
# pudb
# pytest
Expand Down Expand Up @@ -99,7 +99,7 @@ urllib3==2.0.7
# -r requirements/base.txt
# requests
# responses
urwid==2.6.7
urwid==2.6.10
# via
# pudb
# urwid-readline
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Expand Up @@ -21,7 +21,7 @@ importlib-metadata==6.7.0
# pluggy
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand Down

0 comments on commit 9eaf15f

Please sign in to comment.