mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 14:02:24 +01:00
Update remaining Python dependencies
This commit is contained in:
parent
b5cd169af8
commit
8191e3fe63
@ -1,25 +1,24 @@
|
||||
alembic==1.13.1
|
||||
amqp==5.1.1
|
||||
async-timeout==4.0.2
|
||||
amqp==5.2.0
|
||||
async-timeout==4.0.3
|
||||
Babel==2.15.0
|
||||
bcrypt==4.0.1
|
||||
beautifulsoup4==4.12.2
|
||||
billiard==3.6.4.0
|
||||
bleach==6.0.0
|
||||
blinker==1.6.2
|
||||
celery==5.2.7
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.1.0
|
||||
click==8.1.3
|
||||
click-didyoumean==0.3.0
|
||||
bcrypt==4.1.3
|
||||
beautifulsoup4==4.12.3
|
||||
billiard==4.2.0
|
||||
bleach==6.1.0
|
||||
blinker==1.8.2
|
||||
celery==5.4.0
|
||||
certifi==2024.2.2
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
click-didyoumean==0.3.1
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.2.0
|
||||
coverage==7.2.3
|
||||
decorator==5.1.1
|
||||
click-repl==0.3.0
|
||||
coverage==7.5.1
|
||||
deep-compare==1.0.5
|
||||
dnspython==2.3.0
|
||||
email-validator==2.0.0.post1
|
||||
exceptiongroup==1.1.1
|
||||
dnspython==2.6.1
|
||||
email_validator==2.1.1
|
||||
exceptiongroup==1.2.1
|
||||
Flask==3.0.3
|
||||
flask-babel==4.0.0
|
||||
Flask-FlatPages==0.8.2
|
||||
@ -29,50 +28,51 @@ Flask-Migrate==4.0.7
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-WTF==1.2.1
|
||||
git-archive-all==1.23.1
|
||||
gitdb==4.0.10
|
||||
gitdb==4.0.11
|
||||
GitHub-Flask==3.2.0
|
||||
GitPython==3.1.37
|
||||
greenlet==2.0.2
|
||||
gunicorn==20.1.0
|
||||
idna==3.4
|
||||
GitPython==3.1.43
|
||||
greenlet==3.0.3
|
||||
idna==3.7
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.2.0
|
||||
Jinja2==3.1.2
|
||||
kombu==5.2.4
|
||||
libsass==0.22.0
|
||||
lxml==4.9.2
|
||||
Mako==1.2.4
|
||||
Markdown==3.4.3
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.1
|
||||
Jinja2==3.1.4
|
||||
kombu==5.3.7
|
||||
libsass==0.23.0
|
||||
lxml==5.2.2
|
||||
Mako==1.3.5
|
||||
Markdown==3.6
|
||||
MarkupSafe==2.1.5
|
||||
packaging==24.0
|
||||
passlib==1.7.4
|
||||
Pillow==10.0.1
|
||||
pluggy==1.0.0
|
||||
prompt-toolkit==3.0.38
|
||||
pillow==10.3.0
|
||||
pluggy==1.5.0
|
||||
prompt-toolkit==3.0.43
|
||||
psycopg2==2.9.9
|
||||
Pygments==2.15.1
|
||||
pytest==7.3.1
|
||||
pytest-cov==4.0.0
|
||||
pytz==2023.3
|
||||
PyYAML==6.0
|
||||
redis==4.5.4
|
||||
requests==2.31.0
|
||||
Pygments==2.18.0
|
||||
pytest==8.2.1
|
||||
pytest-cov==5.0.0
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.1
|
||||
PyYAML==6.0.1
|
||||
redis==5.0.4
|
||||
requests==2.32.2
|
||||
sentry-sdk==2.3.1
|
||||
six==1.16.0
|
||||
smmap==5.0.0
|
||||
soupsieve==2.4.1
|
||||
smmap==5.0.1
|
||||
soupsieve==2.5
|
||||
SQLAlchemy==2.0.30
|
||||
SQLAlchemy-Searchable==2.1.0
|
||||
sqlalchemy-searchable==2.1.0
|
||||
SQLAlchemy-Utils==0.41.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.11.0
|
||||
ua-parser==0.16.1
|
||||
urllib3==1.26.18
|
||||
tzdata==2024.1
|
||||
ua-parser==0.18.0
|
||||
urllib3==2.2.1
|
||||
user-agents==2.2.0
|
||||
validators==0.20.0
|
||||
vine==5.0.0
|
||||
wcwidth==0.2.6
|
||||
validators==0.28.1
|
||||
vine==5.1.0
|
||||
wcwidth==0.2.13
|
||||
webencodings==0.5.1
|
||||
Werkzeug==3.0.3
|
||||
WTForms==3.1.2
|
||||
WTForms-SQLAlchemy==0.4.1
|
||||
sentry-sdk[flask]==2.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user