Skip to content

Commit

Permalink
Bump sqlalchemy from 1.4.47 to 1.4.48
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.47 to 1.4.48.
- [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 seanh committed Jul 3, 2023
1 parent 3bdff6a commit 47caca8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/bddtests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ six==1.15.0
# python-dateutil
soupsieve==2.2.1
# via beautifulsoup4
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# via
# -r requirements/prod.txt
# alembic
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ six==1.15.0
# google-auth
# mailchimp-transactional
# python-dateutil
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# 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 @@ -320,7 +320,7 @@ six==1.15.0
# python-dateutil
soupsieve==2.2.1
# via beautifulsoup4
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# 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 @@ -568,7 +568,7 @@ soupsieve==2.2.1
# -r requirements/bddtests.txt
# -r requirements/functests.txt
# beautifulsoup4
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# via
# -r requirements/bddtests.txt
# -r requirements/functests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ six==1.15.0
# google-auth
# mailchimp-transactional
# python-dateutil
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# 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 @@ -325,7 +325,7 @@ six==1.15.0
# google-auth
# mailchimp-transactional
# python-dateutil
sqlalchemy==1.4.47
sqlalchemy==1.4.48
# via
# -r requirements/prod.txt
# alembic
Expand Down

0 comments on commit 47caca8

Please sign in to comment.