Skip to content

Commit dfdfb10

Browse files
Bump werkzeug from 2.1.2 to 2.2.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 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@2.1.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7fc3c9 commit dfdfb10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pyyaml~=6.0
77
quart~=0.18
88
quart-openapi>=1.7.2
99
voluptuous~=0.13
10-
werkzeug==2.1.2
10+
werkzeug==2.2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"quart==0.17.0",
2727
"quart-openapi>=1.7.2",
2828
"voluptuous~=0.13",
29-
"werkzeug==2.1.2",
29+
"werkzeug==2.2.3",
3030
],
3131
packages=find_namespace_packages(include=["avwx_api_core*"]),
3232
package_data={"avwx_api_core.data": ["navaids.json"]},

0 commit comments

Comments
 (0)