Skip to content

Commit

Permalink
Update virtualenv to 20.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 committed Dec 24, 2024
1 parent c8b39c8 commit af4f2b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devspaces-udi/build/python/requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ attrs==22.1.0
# pytest
cython==0.29.32
# via -r requirements-build.in
distlib==0.3.6
distlib>=0.3.7,<1
# via virtualenv
editables==0.3
# via hatchling
exceptiongroup==1.0.1
# via
# -r requirements-build.in
# pytest
filelock==3.8.2
filelock>=3.12.2,<4
# via virtualenv
flake8==6.0.0
# via -r requirements-build.in
Expand Down Expand Up @@ -54,7 +54,7 @@ packaging==21.3
# setuptools-scm
pathspec==0.10.2
# via hatchling
platformdirs==2.6.0
platformdirs>=3.9.1,<5
# via virtualenv
pluggy==1.0.0
# via
Expand Down Expand Up @@ -101,7 +101,7 @@ typing-extensions==4.4.0
# via
# -r requirements-build.in
# setuptools-scm
virtualenv==20.17.1
virtualenv==20.28.0
# via -r requirements-build.in
wheel==0.38.4
# via -r requirements-build.in
Expand Down

0 comments on commit af4f2b8

Please sign in to comment.