mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.16.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
640 B
Plaintext
14 lines
640 B
Plaintext
connexion[swagger-ui] >= 2.6.0; python_version>="3.6"
|
|
# 2.3 is the last version that supports python 3.4-3.5
|
|
connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
|
|
# prevent breaking dependencies from advent of connexion>=3.0
|
|
connexion[swagger-ui] <= 2.14.2; python_version>"3.4"
|
|
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
|
|
# we must peg werkzeug versions below to fix connexion
|
|
# https://github.com/zalando/connexion/pull/1044
|
|
werkzeug == 3.0.6; python_version=="3.5" or python_version=="3.4"
|
|
swagger-ui-bundle >= 0.0.2
|
|
python_dateutil >= 2.6.0
|
|
setuptools >= 21.0.0
|
|
Flask == 2.1.1
|