Skip to content

Commit

Permalink
Merge pull request #1963 from camptocamp/fix-cve-11
Browse files Browse the repository at this point in the history
[MEDIUM] virtualenv@20.13.4: SNYK-PYTHON-VIRTUALENV-8136228 CWE-78 [F…
  • Loading branch information
sbrunner authored Oct 2, 2024
2 parents 1987b2b + a15507a commit af3e02b
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 22 deletions.
7 changes: 3 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cryptography = "==43.0.1"
distlib = "==0.3.8"
docutils = "==0.18.1"
dparse = "==0.5.2"
filelock = "==3.4.2"
filelock = "==3.12.2"
google-api-core = "==2.5.0"
google-auth = "==2.6.6"
googleapis-common-protos = "==1.54.0"
Expand All @@ -53,7 +53,7 @@ packaging = "==22.0"
pathspec = "==0.9.0"
pip = "==23.3.2"
pkginfo = "==1.8.3"
platformdirs = "==2.4.1"
platformdirs = "==3.9.1"
protobuf = "==3.19.6"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
Expand All @@ -77,7 +77,7 @@ typing-extensions = "==4.0.1"
unidecode = "==1.3.8"
uritemplate = "==4.1.1"
urllib3 = "==1.26.20"
virtualenv = "==20.13.4"
virtualenv = "==20.26.6"
virtualenv-clone = "==0.5.7"
webencodings = "==0.5.1"
zipp = "==3.19.3"
Expand All @@ -103,7 +103,6 @@ mypy = "==0.931"
mypy-extensions = "==0.4.4"
pbr = "==5.8.1"
pep8-naming = "==0.10.0"
platformdirs = "==2.4.1"
pycodestyle = "==2.7.0"
pydocstyle = "==6.1.1"
pyflakes = "==2.3.1"
Expand Down
Loading

0 comments on commit af3e02b

Please sign in to comment.