diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2023-04-28 07:30:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-04-28 07:30:13 -0400 |
commit | 31c216b67ffb21c589fd39b55fe1bbd26d5bf705 (patch) | |
tree | 40f500a0e883007af737bb5e6d6e7e6125d017ac /requirements/pip.pip | |
parent | f6388c393af842bd432237cf9b5d69adf3de4407 (diff) | |
download | python-coveragepy-git-31c216b67ffb21c589fd39b55fe1bbd26d5bf705.tar.gz |
chore: make upgrade
Diffstat (limited to 'requirements/pip.pip')
-rw-r--r-- | requirements/pip.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pip.pip b/requirements/pip.pip index 8ba19986..579d5028 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -10,19 +10,19 @@ filelock==3.12.0 # via virtualenv importlib-metadata==6.6.0 # via virtualenv -platformdirs==3.2.0 +platformdirs==3.5.0 # via virtualenv typing-extensions==4.5.0 # via # importlib-metadata # platformdirs -virtualenv==20.22.0 +virtualenv==20.23.0 # via -r requirements/pip.in zipp==3.15.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==23.1.1 +pip==23.1.2 # via -r requirements/pip.in setuptools==65.7.0 # via -r requirements/pip.in |