Skip to content

Commit

Permalink
Merge pull request #647 from getsentry/upgrade-virtualenv
Browse files Browse the repository at this point in the history
upgrade virtualenv
  • Loading branch information
asottile-sentry committed Feb 6, 2024
2 parents 0084413 + 3d9ef6f commit e329f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ patchelf>=0.14.5;sys_platform=="linux"
pip>=22.1.2
setuptools>=67
wheel>=0.38.1
virtualenv>=20.15.1
virtualenv>=20.25.0
9 changes: 4 additions & 5 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
#
auditwheel==5.1.2
delocate==0.10.4
distlib==0.3.5
distlib==0.3.8
dumb-pypi==1.13.0
filelock==3.7.1
filelock==3.13.1
jinja2==3.1.3
markupsafe==2.1.1
packaging==21.3
patchelf==0.14.5.0 ; sys_platform == "linux"
platformdirs==2.5.2
platformdirs==4.2.0
pyelftools==0.28
pyparsing==3.0.9
six==1.16.0
typing-extensions==4.3.0
virtualenv==20.15.1
virtualenv==20.25.0
wheel==0.38.4

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit e329f46

Please sign in to comment.