Skip to content

Commit

Permalink
Don't upgrade SQLAlchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Oct 2, 2023
1 parent 4915046 commit c271bf2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 56 deletions.
98 changes: 44 additions & 54 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 @@ -82,7 +82,7 @@ pyramid-tm = { version = "2.5" }
sentry-sdk = { version = "1.31.0", optional = true }
ujson = { version = "5.8.0" }
cee_syslog_handler = { version = "0.6.0" }
SQLAlchemy = { version = "2.0.21" }
SQLAlchemy = { version = "2.0.16" }
SQLAlchemy-Utils = { version = "0.41.1" }
"zope.interface" = { version = "6.0" }
"zope.sqlalchemy" = { version = "3.1" }
Expand Down Expand Up @@ -180,4 +180,4 @@ format-jinja = """

[tool.poetry-plugin-tweak-dependencies-version]
default = "present"
sqlalchemy = ">=1.4.0,<3.0.0"
SQLAlchemy = ">=1.4.0,<3.0.0"

0 comments on commit c271bf2

Please sign in to comment.