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 Dec 3, 2023
1 parent be08d17 commit e56d2c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pygments==2.17.2
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.6.0
pymongo[srv]==4.6.1
# via
# mongoengine
# sweetrpg-db
Expand Down Expand Up @@ -231,7 +231,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/tests.in
typer[all]==0.9.0
# via
Expand All @@ -247,11 +247,11 @@ typing-extensions==4.8.0
# typer
urllib3==2.1.0
# via requests
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
werkzeug==3.0.1
# via flask
wheel==0.41.3
wheel==0.42.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pygments==2.17.2
# rich
# sphinx
# sphinx-tabs
pymongo[srv]==4.6.0
pymongo[srv]==4.6.1
# via
# mongoengine
# sweetrpg-db
Expand Down
2 changes: 1 addition & 1 deletion requirements/pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mongoengine==0.27.0
# sweetrpg-db
packaging==23.2
# via marshmallow
pymongo[srv]==4.6.0
pymongo[srv]==4.6.1
# via
# mongoengine
# sweetrpg-db
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pluggy==1.3.0
# via
# pytest
# tox
pymongo[srv]==4.6.0
pymongo[srv]==4.6.1
# via
# mongoengine
# sweetrpg-db
Expand Down Expand Up @@ -126,13 +126,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/tests.in
typing-extensions==4.8.0
# via
# asgiref
# sqlalchemy
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
werkzeug==3.0.1
# via flask

0 comments on commit e56d2c0

Please sign in to comment.