Skip to content

Commit bbc53a5

Browse files
Bump sqlalchemy from 2.0.38 to 2.0.39 (#1394)
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.38 to 2.0.39. - [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 235171f commit bbc53a5

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.3.0
66
pytoml==0.1.21
77
redis==5.2.1
8-
SQLalchemy==2.0.38
8+
SQLalchemy==2.0.39
99

1010
# testing
1111
pytest==8.3.5

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.15.0
1414
flake8==7.1.2
1515
pytest==8.3.5
1616
pytest-cov==6.0.0
17-
sqlalchemy==2.0.38
17+
sqlalchemy==2.0.39

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

77
# For testing
88
pytest==8.3.5

0 commit comments

Comments
 (0)