Skip to content

Commit

Permalink
chore(deps): Bump sqlalchemy from 1.4.51 to 2.0.27
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.51 to 2.0.27.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2024
1 parent ee2375d commit a32619e
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 76 deletions.
141 changes: 67 additions & 74 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 @@ -15,7 +15,7 @@ python = ">=3.8"
fs-s3fs = { version = "==1.1.1", optional = true }
singer-sdk = { version="~=0.35.0" }
pymysql = "==1.1.0"
sqlalchemy = "<2"
sqlalchemy = "<3"
sshtunnel = "0.4.0"

# Binary client for MySQL
Expand All @@ -29,7 +29,7 @@ remote-pdb=">=2.1.0"

[tool.poetry.group.typing.dependencies]
mypy = ">=1.8.0"
sqlalchemy = { version = "<2", extras = ["mypy"] }
sqlalchemy = { version = "<3", extras = ["mypy"] }
types-paramiko = ">=3.4.0.20240120"

[tool.poetry.extras]
Expand Down

0 comments on commit a32619e

Please sign in to comment.