Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.35 to 2.0.36
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.36.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 3a9091c commit 45fa85d
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 57 deletions.
120 changes: 64 additions & 56 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cryptography = "^42.0.5"
pytz = "2024.1"
orjson = "^3.10.7"
serpyco-rs = "^1.10.2"
sqlalchemy = {version = "^2.0,!=2.0.36", optional = true }
sqlalchemy = {version = ">=2,<3", optional = true }
xmltodict = "^0.13.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 45fa85d

Please sign in to comment.