Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.35 to 2.0.36
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.36.
- [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 Nov 1, 2024
1 parent 7b488aa commit 0efc4ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ six==1.16.0
# via
# asttokens
# python-dateutil
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/prod.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 @@ -239,7 +239,7 @@ six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/prod.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 @@ -379,7 +379,7 @@ soupsieve==2.5
# via
# -r requirements/functests.txt
# beautifulsoup4
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ sentry-sdk==2.17.0
# via
# -r requirements/prod.in
# h-pyramid-sentry
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/prod.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 @@ -244,7 +244,7 @@ sentry-sdk==2.17.0
# h-pyramid-sentry
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ sentry-sdk==2.17.0
# via
# -r requirements/prod.txt
# h-pyramid-sentry
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# -r requirements/prod.txt
# alembic
Expand Down

0 comments on commit 0efc4ca

Please sign in to comment.