Skip to content

Commit

Permalink
Merge pull request AdaGold#61 from AdaGold/bump-requirements
Browse files Browse the repository at this point in the history
Bump requirements for Flask & SqlAlchemy dependencies
  • Loading branch information
yangashley authored Mar 20, 2024
2 parents 7d47b85 + e35ba55 commit 01b6a39
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
alembic==1.5.4
alembic==1.13.1
autopep8==1.5.5
blinker==1.4
blinker==1.7
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
Flask==1.1.2
Flask-Migrate==2.6.0
Flask-SQLAlchemy==2.4.4
click==8.1.7
Flask==3.0.2
Flask-Migrate==4.0.5
Flask-SQLAlchemy==3.1.1
idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.3
itsdangerous==2.1.2
Jinja2==3.1.3
Mako==1.1.4
MarkupSafe==1.1.1
psycopg2-binary==2.9.5
MarkupSafe==2.1.5
psycopg2-binary==2.9.9
pycodestyle==2.6.0
pytest==7.3.1
pytest==8.0.0
pytest-cov==2.12.1
python-dateutil==2.8.1
python-dotenv==0.15.0
python-dotenv==1.0.1
python-editor==1.0.4
requests==2.25.1
six==1.15.0
SQLAlchemy==1.3.23
SQLAlchemy==2.0.25
toml==0.10.2
urllib3==1.26.4
Werkzeug==1.0.1
Werkzeug==3.0.1

0 comments on commit 01b6a39

Please sign in to comment.