Skip to content

Commit 01152c5

Browse files
Bump werkzeug from 0.16.1 to 2.2.3 in /promotion-service
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@0.16.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33ce273 commit 01152c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

promotion-service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
44
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
55
# we must peg werkzeug versions below to fix connexion
66
# https://github.com/zalando/connexion/pull/1044
7-
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
7+
werkzeug == 2.2.3; python_version=="3.5" or python_version=="3.4"
88
swagger-ui-bundle >= 0.0.2
99
python_dateutil >= 2.6.0
1010
setuptools >= 21.0.0

promotion-service/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ connexion[swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
44
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
55
# we must peg werkzeug versions below to fix connexion
66
# https://github.com/zalando/connexion/pull/1044
7-
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
7+
werkzeug == 2.2.3; python_version=="3.5" or python_version=="3.4"
88
swagger-ui-bundle >= 0.0.2
99
python_dateutil >= 2.6.0
1010
setuptools >= 21.0.0

0 commit comments

Comments
 (0)