Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.18 to 2.0.19
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.18 to 2.0.19.
- [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 and robertknight committed Jul 17, 2023
1 parent c85b038 commit 8c0f484
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ six==1.15.0
# click-repl
# google-auth
# python-dateutil
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# -r requirements/requirements.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ six==1.15.0
# python-dateutil
soupsieve==2.1
# via beautifulsoup4
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# -r requirements/requirements.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ soupsieve==2.0.1
# via
# -r requirements/tests.txt
# beautifulsoup4
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# -r requirements/requirements.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ six==1.15.0
# click-repl
# google-auth
# python-dateutil
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# -r requirements/requirements.in
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ six==1.15.0
# python-dateutil
soupsieve==2.0.1
# via beautifulsoup4
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# -r requirements/requirements.txt
# alembic
Expand Down

0 comments on commit 8c0f484

Please sign in to comment.