Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Bump alembic-utils from 0.7.8 to 0.8.2 (#145)
Browse files Browse the repository at this point in the history
Bumps [alembic-utils]() from 0.7.8 to 0.8.2.

---
updated-dependencies:
- dependency-name: alembic-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent d7a9580 commit 5bba925
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
27 changes: 13 additions & 14 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# pip-compile requirements-dev.in
#
alembic==1.8.1
alembic==1.12.1
# via
# -r requirements.txt
# alembic-utils
# flask-migrate
alembic-utils==0.7.8
alembic-utils==0.8.2
# via -r requirements.txt
asserts==0.12.0
# via -r requirements-dev.in
Expand All @@ -30,7 +30,9 @@ babel==2.11.0
bandit==1.7.4
# via -r requirements-dev.in
beautifulsoup4==4.12.2
# via -r requirements.txt
# via
# -r requirements.txt
# funding-service-design-utils
black==22.12.0
# via -r requirements-dev.in
blinker==1.5
Expand Down Expand Up @@ -82,13 +84,6 @@ clickclick==20.10.2
# via
# -r requirements.txt
# connexion
colorama==0.4.6
# via
# -r requirements.txt
# bandit
# build
# click
# pytest
colored==1.4.4
# via -r requirements-dev.in
commonmark==0.9.1
Expand Down Expand Up @@ -150,13 +145,13 @@ flupy==1.2.0
# via
# -r requirements.txt
# alembic-utils
funding-service-design-utils==2.0.8
funding-service-design-utils==2.0.26
# via -r requirements.txt
gitdb==4.0.10
# via gitpython
gitpython==3.1.30
# via bandit
greenlet==2.0.2
greenlet==3.0.1
# via
# -r requirements.txt
# sqlalchemy
Expand Down Expand Up @@ -222,6 +217,7 @@ markupsafe==2.1.1
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
marshmallow==3.19.0
# via
Expand Down Expand Up @@ -280,7 +276,7 @@ prance==0.22.11.4.0
# via -r requirements.txt
pre-commit==3.1.1
# via -r requirements-dev.in
psycopg2==2.9.5
psycopg2==2.9.9
# via -r requirements.txt
pycparser==2.21
# via
Expand All @@ -298,6 +294,7 @@ pyjwt[crypto]==2.6.0
# via
# -r requirements.txt
# funding-service-design-utils
# pyjwt
pyparsing==3.0.9
# via
# -r requirements.txt
Expand Down Expand Up @@ -382,10 +379,11 @@ semver==2.13.0
# via
# -r requirements.txt
# prance
sentry-sdk[flask]==1.11.1
sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
# sentry-sdk
shortuuid==1.0.11
# via -r requirements.txt
six==1.16.0
Expand Down Expand Up @@ -431,6 +429,7 @@ tomli==2.0.1
typing-extensions==4.4.0
# via
# -r requirements.txt
# alembic
# alembic-utils
# flupy
# jsonschema-spec
Expand Down
15 changes: 11 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile requirements.in
#
alembic==1.8.1
alembic==1.12.1
# via
# alembic-utils
# flask-migrate
alembic-utils==0.7.8
alembic-utils==0.8.2
# via -r requirements.in
async-timeout==4.0.2
# via redis
Expand Down Expand Up @@ -86,6 +86,8 @@ flupy==1.2.0
# via alembic-utils
funding-service-design-utils==2.0.26
# via -r requirements.in
greenlet==3.0.1
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
idna==3.4
Expand Down Expand Up @@ -161,7 +163,9 @@ pyee==6.0.0
pygments==2.13.0
# via rich
pyjwt[crypto]==2.6.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# pyjwt
pyparsing==3.0.9
# via packaging
pyrsistent==0.19.2
Expand Down Expand Up @@ -208,7 +212,9 @@ s3transfer==0.6.1
semver==2.13.0
# via prance
sentry-sdk[flask]==1.31.0
# via funding-service-design-utils
# via
# funding-service-design-utils
# sentry-sdk
shortuuid==1.0.11
# via -r requirements.in
six==1.16.0
Expand Down Expand Up @@ -238,6 +244,7 @@ thrift==0.16.0
# via flipper-client
typing-extensions==4.4.0
# via
# alembic
# alembic-utils
# flupy
# jsonschema-spec
Expand Down

0 comments on commit 5bba925

Please sign in to comment.