Skip to content

Commit 17f708f

Browse files
Bump sqlalchemy from 1.4.45 to 2.0.36 (#1224)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.45 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-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b7ff87 commit 17f708f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ asyncpg==0.30.0
55
bcrypt==4.1.3
66
pytoml==0.1.21
77
redis==5.2.0
8-
SQLalchemy==2.0.19
8+
SQLalchemy==2.0.36
99

1010
# testing
1111
pytest==8.1.1

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mypy==1.10.1
1414
flake8==7.1.0
1515
pytest==8.1.1
1616
pytest-cov==5.0.0
17-
sqlalchemy==2.0.19
17+
sqlalchemy==2.0.36

demos/polls/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp==3.8.5
22
aiohttp-jinja2==1.5.1
33
asyncpg==0.30.0
44
trafaret_config==2.0.2
5-
SQLalchemy==2.0.19
5+
SQLalchemy==2.0.36
66

77
# For testing
88
pytest==8.1.1

0 commit comments

Comments
 (0)