Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 5, 2024
1 parent 9eaf15f commit 82cf813
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
15 changes: 11 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build==1.1.1
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# check-manifest
# pip-tools
cachetools==5.3.3
Expand Down Expand Up @@ -74,8 +75,10 @@ distlib==0.3.8
# -r requirements/tox.txt
# virtualenv
doc8==0.11.2
# via -r requirements/quality.txt
docutils==0.19
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
docutils==0.20.1
# via
# -r requirements/quality.txt
# doc8
Expand Down Expand Up @@ -179,6 +182,7 @@ mypy-extensions==1.0.0
packaging==24.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/tox.txt
# black
# build
Expand Down Expand Up @@ -238,8 +242,10 @@ pylint==2.17.7
# -r requirements/quality.txt
# pylint-pytest
pylint-pytest==1.0.3
# via -r requirements/quality.txt
pyproject-api==1.5.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -348,6 +354,7 @@ stevedore==3.5.2
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# -r requirements/tox.txt
# black
# build
Expand Down
6 changes: 4 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ cogapp==3.4.1
coverage==7.2.7
# via -r requirements/test.txt
doc8==0.11.2
# via -r requirements/doc.in
docutils==0.19
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
docutils==0.20.1
# via
# doc8
# restructuredtext-lint
Expand Down
12 changes: 8 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ coverage==7.2.7
dill==0.3.7
# via pylint
doc8==0.11.2
# via -r requirements/doc.txt
docutils==0.19
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
docutils==0.20.1
# via
# -r requirements/doc.txt
# doc8
Expand Down Expand Up @@ -200,8 +202,10 @@ pylint==2.17.7
# -r requirements/quality.in
# pylint-pytest
pylint-pytest==1.0.3
# via -r requirements/quality.in
pyproject-hooks==1.0.0
# via
# -c requirements/constraints.txt
# -r requirements/quality.in
pyproject-hooks==1.1.0
# via build
pytest==7.4.4
# via
Expand Down

0 comments on commit 82cf813

Please sign in to comment.