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 b350615 commit c8dc2b8Copy full SHA for c8dc2b8
requirements.txt
@@ -83,7 +83,7 @@ typing-extensions==4.5.0
83
# indexd (setup.py)
84
urllib3==2.0.7
85
# via requests
86
-werkzeug==3.0.4
+werkzeug==3.0.6
87
# via
88
# flask
89
setup.py
@@ -45,12 +45,12 @@
45
"sqlalchemy-utils>=0.32",
46
"psycopg2>=2.7",
47
"cdislogging>=1.0",
48
- "requests>=2.32.2", # pinned for DEV-2844 (POAM)
+ "requests>=2.32.2",
49
"ddtrace>=2.9.1",
50
"importlib-metadata>=1.4",
51
# jsonschema-spec 0.1.6 depends on typing-extensions<4.6.0
52
"typing-extensions<4.6.0",
53
- "zipp>=3.19.1", # pinned for DEV-2842 (POAM)
54
- "werkzeug>=3.0.3", # pinned for DEV-2704 (POAM)
+ "zipp>=3.19.1",
+ "werkzeug>=3.0.6",
55
],
56
)
0 commit comments