Skip to content

Commit

Permalink
update: bump flask-alchemy to 2.4.4, jinja2 to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Feb 12, 2024
1 parent df0ce11 commit c1d944e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setuptools = "*"
# Flask (and dependencies), pinned because it's hard to upgrade
Flask = "2.1.3"
# Flask==2.1.3
jinja2 = "3.0.3" # 3.1.3 last 11 janv. 2024
jinja2 = "3.1.3" # 3.1.3 last 11 janv. 2024
# • Updating jinja2 (3.0.3 -> 3.1.3)
# Pinned because wtforms is pinned too
# .
Expand Down Expand Up @@ -85,7 +85,7 @@ sqlalchemy = "1.3.24"
# flask-sqlachemy 2.2 breaks our apps.
# flask-sqlalchemy = "2.1"
# flask-sqlalchemy = "2.2"
flask-sqlalchemy = "2.3.2"
flask-sqlalchemy = "2.4.4"
# flask-sqlalchemy = {git = "https://github.com/pallets/flask-sqlalchemy.git", rev = "f4662ad464a73befa47cf74754fdbfe156570e59"}
psycopg2 = "^2.9.9"

Expand Down

0 comments on commit c1d944e

Please sign in to comment.