Skip to content

Commit 03780cf

Browse files
authored
Merge pull request #220 from IBM/sclinnell-patching
Patching Python Vulns
2 parents 092266d + 98b261d commit 03780cf

File tree

2 files changed

+301
-288
lines changed

2 files changed

+301
-288
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unittest2 = "==1.1.0"
1111
pre-commit = "==2.18.1"
1212
flake8 = "==4.0.1"
1313
autopep8 = "==1.6.0"
14-
pipenv = "==2022.3.28"
14+
pipenv = "==2023.2.4"
1515
pep8-naming = "==0.12.1"
1616
pytest-cov = "==3.0.0"
1717

@@ -25,7 +25,7 @@ click = "==8.1.2"
2525
flask = "==2.1.1"
2626
backoff = "==1.11.1"
2727
boxsdk = {extras = ["jwt"],version = "==3.2.0"}
28-
cryptography = "==36.0.2"
28+
cryptography = "==39.0.1"
2929
hvac = "==0.11.2"
3030
asyncio = "==3.4.3"
3131
requests = "==2.27.1"
@@ -35,6 +35,7 @@ pyjwt = "==2.4.0"
3535
ibm-db = "==3.1.1"
3636
detect-secrets = {ref = "0.13.1+ibm.56.dss", git = "https://github.com/ibm/detect-secrets.git"}
3737
pytest = "==7.2.0"
38+
Werkzeug = "== 2.2.3"
3839

3940
[requires]
4041
python_version = "3.9"

0 commit comments

Comments
 (0)