Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.36 to 2.0.37
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 83a38e9 commit 4a6f2d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ asyncpg==0.30.0
bcrypt==4.2.1
pytoml==0.1.21
redis==5.2.1
SQLalchemy==2.0.36
SQLalchemy==2.0.37

# testing
pytest==8.3.4
Expand Down
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ mypy==1.14.1
flake8==7.1.1
pytest==8.3.4
pytest-cov==6.0.0
sqlalchemy==2.0.36
sqlalchemy==2.0.37
2 changes: 1 addition & 1 deletion demos/polls/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.11.11
aiohttp-jinja2==1.6
asyncpg==0.30.0
trafaret_config==2.0.2
SQLalchemy==2.0.36
SQLalchemy==2.0.37

# For testing
pytest==8.3.4
Expand Down

0 comments on commit 4a6f2d8

Please sign in to comment.