Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.20 to 2.0.23
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.20 to 2.0.23.
- [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 Nov 3, 2023
1 parent 8fccfa2 commit 5b9f2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mariadb==1.1.7
openpower==0.1.3
requests==2.31.0
sentry-sdk==1.31.0
SQLAlchemy==2.0.20
SQLAlchemy==2.0.23
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"requests==2.31.0",
"openpower==0.1.3",
"sentry-sdk==1.31.0",
"sqlalchemy==2.0.20",
"sqlalchemy==2.0.23",
"mariadb==1.1.7",
]

Expand Down

0 comments on commit 5b9f2f5

Please sign in to comment.