Skip to content

Commit 602c878

Browse files
Bump sqlalchemy from 2.0.36 to 2.0.37 (#1328)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.36 to 2.0.37. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12ec93c commit 602c878

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.2.1
66
pytoml==0.1.21
77
redis==5.2.1
8-
SQLalchemy==2.0.36
8+
SQLalchemy==2.0.37
99

1010
# testing
1111
pytest==8.3.4

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.14.1
1414
flake8==7.1.1
1515
pytest==8.3.4
1616
pytest-cov==6.0.0
17-
sqlalchemy==2.0.36
17+
sqlalchemy==2.0.37

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.11.11
22
aiohttp-jinja2==1.6
33
asyncpg==0.30.0
44
trafaret_config==2.0.2
5-
SQLalchemy==2.0.36
5+
SQLalchemy==2.0.37
66

77
# For testing
88
pytest==8.3.4

0 commit comments

Comments
 (0)