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 Oct 13, 2024
1 parent a1395f4 commit c40ca30
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ certifi==2024.8.30
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -36,13 +36,13 @@ click==8.1.7
# typer
colorama==0.4.6
# via tox
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via
# coverage-badge
# pytest-cov
coverage-badge==1.1.2
# via -r requirements/tests.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
dnspython==2.7.0
# via
Expand Down Expand Up @@ -80,7 +80,7 @@ jinja2==3.1.4
# sphinx
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.0
markupsafe==3.0.1
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -176,7 +176,7 @@ six==1.16.0
# via flask-rest-jsonapi
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.2
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand All @@ -203,9 +203,9 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlalchemy==2.0.35
# via flask-rest-jsonapi
sweetrpg-api-core==0.0.335
sweetrpg-api-core==0.0.336
# via -r requirements/pkg.in
sweetrpg-db==0.0.142
sweetrpg-db==0.0.143
# via
# -r requirements/pkg.in
# sweetrpg-api-core
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blinker==1.8.2
# via flask
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -50,7 +50,7 @@ jinja2==3.1.4
# sphinx
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.0
markupsafe==3.0.1
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -106,7 +106,7 @@ six==1.16.0
# via flask-rest-jsonapi
snowballstemmer==2.2.0
# via sphinx
sphinx==8.0.2
sphinx==8.1.2
# via
# -r requirements/docs.in
# pallets-sphinx-themes
Expand All @@ -133,9 +133,9 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlalchemy==2.0.35
# via flask-rest-jsonapi
sweetrpg-api-core==0.0.335
sweetrpg-api-core==0.0.336
# via -r requirements/pkg.in
sweetrpg-db==0.0.142
sweetrpg-db==0.0.143
# via
# -r requirements/pkg.in
# sweetrpg-api-core
Expand Down
4 changes: 2 additions & 2 deletions requirements/pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
markupsafe==3.0.0
markupsafe==3.0.1
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -55,7 +55,7 @@ six==1.16.0
# via flask-rest-jsonapi
sqlalchemy==2.0.35
# via flask-rest-jsonapi
sweetrpg-api-core==0.0.335
sweetrpg-api-core==0.0.336
# via -r requirements/pkg.in
sweetrpg-db==0.0.142
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ click==8.1.7
# via flask
colorama==0.4.6
# via tox
coverage[toml]==7.6.1
coverage[toml]==7.6.2
# via
# coverage-badge
# pytest-cov
coverage-badge==1.1.2
# via -r requirements/tests.in
distlib==0.3.8
distlib==0.3.9
# via virtualenv
dnspython==2.7.0
# via
Expand All @@ -49,7 +49,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
markupsafe==3.0.0
markupsafe==3.0.1
# via
# jinja2
# werkzeug
Expand Down Expand Up @@ -107,9 +107,9 @@ six==1.16.0
# via flask-rest-jsonapi
sqlalchemy==2.0.35
# via flask-rest-jsonapi
sweetrpg-api-core==0.0.335
sweetrpg-api-core==0.0.336
# via -r requirements/pkg.in
sweetrpg-db==0.0.142
sweetrpg-db==0.0.143
# via
# -r requirements/pkg.in
# sweetrpg-api-core
Expand Down

0 comments on commit c40ca30

Please sign in to comment.