Skip to content

Commit

Permalink
Bump connexion from 2.14.1 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [connexion](https://github.com/spec-first/connexion) from 2.14.1 to 3.1.0.
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](spec-first/connexion@2.14.1...3.1.0)

---
updated-dependencies:
- dependency-name: connexion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent ba9b488 commit 73d73d2
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 27 deletions.
62 changes: 49 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ alembic==1.12.1
# flask-migrate
alembic-utils==0.8.2
# via -r requirements.txt
anyio==4.4.0
# via
# -r requirements.txt
# httpx
# starlette
asgiref==3.8.1
# via
# -r requirements.txt
# connexion
asserts==0.12.0
# via -r requirements-dev.in
async-timeout==4.0.2
Expand Down Expand Up @@ -54,6 +63,8 @@ cachetools==5.3.1
certifi==2023.7.22
# via
# -r requirements.txt
# httpcore
# httpx
# requests
# sentry-sdk
cffi==1.15.1
Expand All @@ -74,20 +85,15 @@ click==8.1.3
# via
# -r requirements.txt
# black
# clickclick
# flask
# pip-tools
clickclick==20.10.2
# via
# -r requirements.txt
# connexion
colored==2.2.4
# via -r requirements-dev.in
commonmark==0.9.1
# via
# -r requirements.txt
# rich
connexion==2.14.1
connexion==3.1.0
# via -r requirements.txt
cryptography==42.0.4
# via
Expand All @@ -99,8 +105,11 @@ deepdiff==6.2.1
# via -r requirements-dev.in
distlib==0.3.6
# via virtualenv
exceptiongroup==1.2.0
# via pytest
exceptiongroup==1.2.1
# via
# -r requirements.txt
# anyio
# pytest
filelock==3.8.0
# via virtualenv
flake8==7.0.0
Expand All @@ -110,7 +119,6 @@ flake8-pyproject==1.2.3
flask==2.2.5
# via
# -r requirements.txt
# connexion
# flask-babel
# flask-marshmallow
# flask-migrate
Expand Down Expand Up @@ -156,11 +164,25 @@ gunicorn==20.1.0
# via
# -r requirements.txt
# funding-service-design-utils
h11==0.14.0
# via
# -r requirements.txt
# httpcore
httpcore==1.0.5
# via
# -r requirements.txt
# httpx
httpx==0.27.0
# via
# -r requirements.txt
# connexion
identify==2.5.9
# via pre-commit
idna==3.7
# via
# -r requirements.txt
# anyio
# httpx
# requests
inflection==0.5.1
# via
Expand All @@ -173,11 +195,11 @@ invoke==2.2.0
itsdangerous==2.1.2
# via
# -r requirements.txt
# connexion
# flask
jinja2==3.1.4
# via
# -r requirements.txt
# connexion
# flask
# flask-babel
# swagger-ui-bundle
Expand Down Expand Up @@ -244,7 +266,6 @@ packaging==21.3
# via
# -r requirements.txt
# build
# connexion
# marshmallow
# marshmallow-sqlalchemy
# prance
Expand Down Expand Up @@ -329,6 +350,10 @@ python-json-logger==2.0.4
# via
# -r requirements.txt
# funding-service-design-utils
python-multipart==0.0.9
# via
# -r requirements.txt
# connexion
pytz==2022.6
# via
# -r requirements.txt
Expand All @@ -338,7 +363,6 @@ pytz==2022.6
pyyaml==6.0
# via
# -r requirements.txt
# clickclick
# connexion
# funding-service-design-utils
# jsonschema-path
Expand Down Expand Up @@ -406,6 +430,11 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
# thrift
sniffio==1.3.1
# via
# -r requirements.txt
# anyio
# httpx
soupsieve==2.4.1
# via
# -r requirements.txt
Expand All @@ -422,6 +451,10 @@ sqlalchemy-utils==0.41.1
# via
# -r requirements.txt
# funding-service-design-utils
starlette==0.37.2
# via
# -r requirements.txt
# connexion
swagger-ui-bundle==0.0.9
# via -r requirements.txt
thrift==0.16.0
Expand All @@ -435,11 +468,14 @@ tomli==2.0.1
# flake8-pyproject
# pip-tools
# pytest
typing-extensions==4.4.0
typing-extensions==4.12.0
# via
# -r requirements.txt
# alembic
# alembic-utils
# anyio
# asgiref
# connexion
# flupy
# sqlalchemy
urllib3==1.26.18
Expand Down
50 changes: 36 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ alembic==1.12.1
# flask-migrate
alembic-utils==0.8.2
# via -r requirements.in
anyio==4.4.0
# via
# httpx
# starlette
asgiref==3.8.1
# via connexion
async-timeout==4.0.2
# via redis
attrs==23.1.0
Expand All @@ -32,6 +38,8 @@ cachetools==5.3.1
# via flipper-client
certifi==2023.7.22
# via
# httpcore
# httpx
# requests
# sentry-sdk
cffi==1.15.1
Expand All @@ -41,21 +49,18 @@ chardet==4.0.0
charset-normalizer==2.1.1
# via requests
click==8.1.3
# via
# clickclick
# flask
clickclick==20.10.2
# via connexion
# via flask
commonmark==0.9.1
# via rich
connexion==2.14.1
connexion==3.1.0
# via -r requirements.in
cryptography==42.0.4
# via pyjwt
exceptiongroup==1.2.1
# via anyio
flask==2.2.5
# via
# -r requirements.in
# connexion
# flask-babel
# flask-marshmallow
# flask-migrate
Expand Down Expand Up @@ -88,16 +93,24 @@ greenlet==3.0.3
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via connexion
idna==3.7
# via requests
# via
# anyio
# httpx
# requests
inflection==0.5.1
# via connexion
itsdangerous==2.1.2
# via
# connexion
# flask
# via flask
jinja2==3.1.4
# via
# connexion
# flask
# flask-babel
# swagger-ui-bundle
Expand Down Expand Up @@ -141,7 +154,6 @@ openapi-spec-validator==0.7.1
# via -r requirements.in
packaging==21.3
# via
# connexion
# marshmallow
# marshmallow-sqlalchemy
# prance
Expand Down Expand Up @@ -173,14 +185,15 @@ python-dotenv==0.20.0
# via funding-service-design-utils
python-json-logger==2.0.4
# via funding-service-design-utils
python-multipart==0.0.9
# via connexion
pytz==2022.6
# via
# babel
# flask-babel
# funding-service-design-utils
pyyaml==6.0
# via
# clickclick
# connexion
# funding-service-design-utils
# jsonschema-path
Expand Down Expand Up @@ -229,6 +242,10 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
# thrift
sniffio==1.3.1
# via
# anyio
# httpx
soupsieve==2.4.1
# via beautifulsoup4
sqlalchemy==2.0.24
Expand All @@ -243,14 +260,19 @@ sqlalchemy-utils==0.41.1
# via
# -r requirements.in
# funding-service-design-utils
starlette==0.37.2
# via connexion
swagger-ui-bundle==0.0.9
# via -r requirements.in
thrift==0.16.0
# via flipper-client
typing-extensions==4.4.0
typing-extensions==4.12.0
# via
# alembic
# alembic-utils
# anyio
# asgiref
# connexion
# flupy
# sqlalchemy
urllib3==1.26.18
Expand Down

0 comments on commit 73d73d2

Please sign in to comment.