Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetRPG Requirement Updater committed Aug 13, 2023
1 parent 3525fe5 commit e3a6ad8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
27 changes: 16 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ colorama==0.4.6
# typer
commonmark==0.9.1
# via rich
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# coverage-badge
# pytest-cov
coverage-badge==1.1.0
# via -r requirements/tests.in
distlib==0.3.7
# via virtualenv
dnspython==2.4.1
dnspython==2.4.2
# via
# -r requirements/tests.in
# pymongo
Expand Down Expand Up @@ -86,7 +86,7 @@ pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
pathspec==0.11.2
# via black
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==3.10.0
# via
Expand All @@ -99,7 +99,7 @@ pluggy==1.2.0
# tox
pydantic==1.10.12
# via rstcheck-core
pygments==2.15.1
pygments==2.16.1
# via
# rich
# sphinx
Expand Down Expand Up @@ -142,24 +142,29 @@ sphinx==6.2.1
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
# via -r requirements/docs.in
sphinx-tabs==3.4.1
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.6
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.4
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.5
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.7
# via sphinx
tomli==2.0.1
# via
Expand All @@ -171,7 +176,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.6.4
tox==4.8.0
# via -r requirements/tests.in
typer[all]==0.7.0
# via rstcheck
Expand All @@ -183,7 +188,7 @@ typing-extensions==4.7.1
# pydantic
urllib3==2.0.4
# via requests
virtualenv==20.24.2
virtualenv==20.24.3
# via tox
wheel==0.41.1
# via pip-tools
Expand Down
19 changes: 12 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
dnspython==2.4.1
dnspython==2.4.2
# via pymongo
docutils==0.18.1
# via
Expand All @@ -44,7 +44,7 @@ pallets-sphinx-themes==2.1.1
# via -r requirements/docs.in
pydantic==1.10.12
# via rstcheck-core
pygments==2.15.1
pygments==2.16.1
# via
# rich
# sphinx
Expand All @@ -69,24 +69,29 @@ sphinx==6.2.1
# pallets-sphinx-themes
# sphinx-issues
# sphinx-tabs
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-log-cabinet
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-issues==3.0.1
# via -r requirements/docs.in
sphinx-tabs==3.4.1
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.6
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.4
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r requirements/docs.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.5
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.7
# via sphinx
typer[all]==0.7.0
# via rstcheck
Expand Down
2 changes: 1 addition & 1 deletion requirements/pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/pkg.in
#
dnspython==2.4.1
dnspython==2.4.2
# via pymongo
marshmallow==3.20.1
# via -r requirements/pkg.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# coverage-badge
# pytest-cov
coverage-badge==1.1.0
# via -r requirements/tests.in
distlib==0.3.7
# via virtualenv
dnspython==2.4.1
dnspython==2.4.2
# via
# -r requirements/tests.in
# pymongo
Expand Down Expand Up @@ -74,9 +74,9 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.6.4
tox==4.8.0
# via -r requirements/tests.in
typing-extensions==4.7.1
# via asgiref
virtualenv==20.24.2
virtualenv==20.24.3
# via tox

0 comments on commit e3a6ad8

Please sign in to comment.