build(deps): bump sqlalchemy from 1.4.39 to 1.4.40 (#776)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.39 to 1.4.40.
- [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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-09 04:19:26 +02:00
committed by GitHub
parent 5e37c8cc2f
commit c994bc63b9
2 changed files with 40 additions and 40 deletions

View File

@ -44,7 +44,7 @@ classifiers = [
python = "^3.7.0"
databases = ">=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.1"
pydantic = ">=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.9.1"
SQLAlchemy = ">=1.3.18,<1.4.40"
SQLAlchemy = ">=1.3.18,<1.4.41"
cryptography = { version = ">=35,<38", optional = true }
# Async database drivers
aiosqlite = { version = "^0.17.0", optional = true }