We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fc3c9 commit dbe75bdCopy full SHA for dbe75bd
requirements.txt
@@ -7,4 +7,4 @@ pyyaml~=6.0
7
quart~=0.18
8
quart-openapi>=1.7.2
9
voluptuous~=0.13
10
-werkzeug==2.1.2
+werkzeug==2.2.3
setup.py
@@ -26,7 +26,7 @@
26
"quart==0.17.0",
27
"quart-openapi>=1.7.2",
28
"voluptuous~=0.13",
29
- "werkzeug==2.1.2",
+ "werkzeug==2.2.3",
30
],
31
packages=find_namespace_packages(include=["avwx_api_core*"]),
32
package_data={"avwx_api_core.data": ["navaids.json"]},
0 commit comments