diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 07:07:48 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 07:07:48 -0500 |
| commit | 29546eef905685c693a160a3ac717a666b398b5c (patch) | |
| tree | c6fe9117cc29a245a15918d07c566ab1384d89a3 /requirements/pip.pip | |
| parent | feee5b44d220385197e6d390136e433c2c56390d (diff) | |
| download | python-coveragepy-git-29546eef905685c693a160a3ac717a666b398b5c.tar.gz | |
build: make upgrade on python 3.7
Diffstat (limited to 'requirements/pip.pip')
| -rw-r--r-- | requirements/pip.pip | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/requirements/pip.pip b/requirements/pip.pip index bde5c8a6..4ae6e266 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -1,21 +1,25 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile with python 3.7 # To update, run: # # make upgrade # -backports.entry-points-selectable==1.1.1 +distlib==0.3.4 # via virtualenv -distlib==0.3.3 +filelock==3.4.2 # via virtualenv -filelock==3.4.0 +importlib-metadata==4.10.0 # via virtualenv -platformdirs==2.4.0 +platformdirs==2.4.1 # via virtualenv six==1.16.0 # via virtualenv -virtualenv==20.10.0 +typing-extensions==4.0.1 + # via importlib-metadata +virtualenv==20.12.0 # via -r requirements/pip.in +zipp==3.7.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 |
