Skip to content

Commit

Permalink
⬆️ bump sqlalchemy from 1.4.41 to 2.0.15
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.41 to 2.0.15.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent ebbf566 commit de7d707
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 54 deletions.
109 changes: 56 additions & 53 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
Expand Up @@ -38,7 +38,7 @@ importlib_metadata = {version = ">=1.6,<5.0", python = "<3.8"}
typer = {extras = ["all"], version = "^0.6.1"}
rich = ">=8,<11"
marko = ">=0.10,<1.1"
sqlalchemy = "^1.3.20"
sqlalchemy = ">=1.3.20,<3.0.0"
PyYAML = ">=5.4.1,<7.0.0"
click = "<8.1.0"

Expand Down

0 comments on commit de7d707

Please sign in to comment.