mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-19 15:04:23 +01:00
bump SQLAlchemy-Utils to version 0.41.0 (#2294)
* Bump down SQLAlchemy-Utils to version 0.41.0 * Update development dependencies --------- Signed-off-by: Bendik Dyrli <skandix@datapor.no> Co-authored-by: Kevin Chung <kchung@ctfd.io>
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
pip-tools==5.4.0
|
pip-tools==5.4.0
|
||||||
pytest==5.4.2
|
pytest==7.3.1
|
||||||
pytest-randomly==3.4.0
|
pytest-randomly==3.12.0
|
||||||
coverage==5.1
|
coverage==7.2.3
|
||||||
ruff==0.0.260
|
ruff==0.0.260
|
||||||
psycopg2-binary==2.8.6
|
psycopg2-binary==2.9.6
|
||||||
moto==1.3.16
|
moto==1.3.16
|
||||||
bandit==1.6.2
|
bandit==1.6.2
|
||||||
flask_profiler==1.8.1
|
flask_profiler==1.8.1
|
||||||
pytest-xdist==1.32.0
|
pytest-xdist==3.2.1
|
||||||
pytest-cov==2.9.0
|
pytest-cov==4.0.0
|
||||||
sphinx_rtd_theme==0.4.3
|
sphinx_rtd_theme==0.4.3
|
||||||
flask-debugtoolbar==0.11.0
|
flask-debugtoolbar==0.11.0
|
||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
Faker==4.1.0
|
Faker==4.1.0
|
||||||
pipdeptree==2.2.0
|
pipdeptree==2.2.0
|
||||||
black==19.10b0
|
black==19.10b0
|
||||||
pytest-sugar==0.9.4
|
pytest-sugar==0.9.7
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Flask-Caching==1.8.0
|
|||||||
Flask-Migrate==2.5.3
|
Flask-Migrate==2.5.3
|
||||||
Flask-Script==2.0.6
|
Flask-Script==2.0.6
|
||||||
SQLAlchemy==1.3.17
|
SQLAlchemy==1.3.17
|
||||||
SQLAlchemy-Utils==0.36.6
|
SQLAlchemy-Utils==0.41.0
|
||||||
passlib==1.7.4
|
passlib==1.7.4
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
@@ -25,7 +25,7 @@ boto3==1.13.9
|
|||||||
marshmallow==2.20.2
|
marshmallow==2.20.2
|
||||||
pydantic==1.6.2
|
pydantic==1.6.2
|
||||||
WTForms==2.3.1
|
WTForms==2.3.1
|
||||||
python-geoacumen-city==2023.1.15
|
python-geoacumen-city==2023.4.15
|
||||||
maxminddb==1.5.4
|
maxminddb==1.5.4
|
||||||
tenacity==6.2.0
|
tenacity==6.2.0
|
||||||
pybluemonday==0.0.10
|
pybluemonday==0.0.10
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ python-dotenv==0.13.0
|
|||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
python-editor==1.0.4
|
python-editor==1.0.4
|
||||||
# via alembic
|
# via alembic
|
||||||
python-geoacumen-city==2023.1.15
|
python-geoacumen-city==2023.4.15
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pytz==2020.4
|
pytz==2020.4
|
||||||
# via flask-restx
|
# via flask-restx
|
||||||
@@ -140,7 +140,6 @@ six==1.15.0
|
|||||||
# flask-restx
|
# flask-restx
|
||||||
# jsonschema
|
# jsonschema
|
||||||
# python-dateutil
|
# python-dateutil
|
||||||
# sqlalchemy-utils
|
|
||||||
# tenacity
|
# tenacity
|
||||||
sqlalchemy==1.3.17
|
sqlalchemy==1.3.17
|
||||||
# via
|
# via
|
||||||
@@ -150,7 +149,7 @@ sqlalchemy==1.3.17
|
|||||||
# flask-sqlalchemy
|
# flask-sqlalchemy
|
||||||
# marshmallow-sqlalchemy
|
# marshmallow-sqlalchemy
|
||||||
# sqlalchemy-utils
|
# sqlalchemy-utils
|
||||||
sqlalchemy-utils==0.36.6
|
sqlalchemy-utils==0.41.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
tenacity==6.2.0
|
tenacity==6.2.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|||||||
Reference in New Issue
Block a user