Skip to content

Commit be17cb1

Browse files
authored
Continued patching (#26)
* updating werkzeug Signed-off-by: Kristi Kazmierczak <[email protected]> * updating pipfile Signed-off-by: Kristi Kazmierczak <[email protected]> --------- Signed-off-by: Kristi Kazmierczak <[email protected]>
1 parent 02b4c36 commit be17cb1

File tree

2 files changed

+155
-155
lines changed

2 files changed

+155
-155
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ cryptography = "==42.0.5"
2929
hvac = "==0.11.2"
3030
asyncio = "==3.4.3"
3131
requests = "==2.31.0"
32-
gunicorn = "==20.1.0"
32+
gunicorn = "==22.0.0"
3333
gevent = "==23.9.1"
3434
pyjwt = "==2.5.0"
3535
ibm-db = "==3.1.1"
3636
detect-secrets = {ref = "0.13.1+ibm.62.dss", git = "https://github.com/ibm/detect-secrets.git"}
3737
pytest = "==8.1.1"
38-
Werkzeug = "== 2.3.8"
38+
Werkzeug = "== 3.0.3"
3939
pre-commit = "==3.7.0"
4040

4141
[requires]

0 commit comments

Comments
 (0)