Skip to content

Commit

Permalink
fix: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Feb 18, 2024
1 parent 9e5d6c1 commit 5b76f1b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 44 deletions.
62 changes: 31 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
alembic==1.12.0
blinker==1.6.2
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
alembic==1.13.1
blinker==1.7.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
cryptography==41.0.3
dnspython==2.4.2
email-validator==2.0.0.post2
flake8==6.1.0
Flask==2.3.3
Flask-Login==0.6.2
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.5
Flask-WTF==1.1.1
greenlet==2.0.2
cryptography==42.0.3
dnspython==2.6.0
email-validator==2.1.0.post1
flake8==7.0.0
Flask==3.0.2
Flask-Login==0.6.3
Flask-Migrate==4.0.5
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
greenlet==3.0.3
gunicorn==21.2.0
idna==3.4
idna==3.6
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
Mako==1.2.4
MarkupSafe==2.1.3
Jinja2==3.1.3
Mako==1.3.2
MarkupSafe==2.1.5
mccabe==0.7.0
packaging==23.1
pluggy==1.3.0
pycodestyle==2.11.0
packaging==23.2
pluggy==1.4.0
pycodestyle==2.11.1
pycparser==2.21
pyflakes==3.1.0
pyflakes==3.2.0
PyMySQL==1.1.0
pytest==7.4.1
python-dotenv==1.0.0
pytest==8.0.1
python-dotenv==1.0.1
requests==2.31.0
SQLAlchemy==2.0.20
typing_extensions==4.7.1
Unidecode==1.3.6
urllib3==2.0.4
Werkzeug==2.3.7
WTForms==3.0.1
SQLAlchemy==2.0.27
typing_extensions==4.9.0
Unidecode==1.3.8
urllib3==2.2.1
Werkzeug==3.0.1
WTForms==3.1.2
2 changes: 1 addition & 1 deletion scripts/update_dependencies.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pip install --upgrade pip
pip freeze | cut -d = -f 1 | xargs -n1 pip install --upgrade

# Update requirements.txt
pip freeze > requirements.txt
pip freeze > ../requirements.txt

echo "Update completed!"
12 changes: 0 additions & 12 deletions update_dependencies.sh

This file was deleted.

0 comments on commit 5b76f1b

Please sign in to comment.