Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
deps:(deps-dev): update sqlalchemy requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent 48eaae0 commit f6adac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"deepchecks>=0.8.0,<0.12.0",
"dill>=0.3.0,<0.3.7",
"srsly>=2.4.4,<2.4.6",
"SQLAlchemy>=1.4.41, <2.0.10",
"SQLAlchemy>=1.4.41, <2.0.11",
"pyodbc>=4.0.34, <4.0.40",
"dask>=2022.9.0,<2023.5.0",
"pydantic>=1.9.0, <1.11.0",
Expand Down

0 comments on commit f6adac4

Please sign in to comment.