diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-07 08:17:20 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-07 08:17:20 -0500 |
commit | c053b7fe0ffcf12cc21f9abfaea12ffe849b2bc4 (patch) | |
tree | 2af0c01e31adabdacb6ddc5d52159032099ec062 /requirements/pytest.pip | |
parent | 7e0e072f47c57371a5ac33c76da9dab32747d3ee (diff) | |
download | python-coveragepy-git-c053b7fe0ffcf12cc21f9abfaea12ffe849b2bc4.tar.gz |
chore: make upgrade
-check-manifest==0.48 \
+check-manifest==0.49 \
-cibuildwheel==2.11.2 \
+cibuildwheel==2.11.3 \
-filelock==3.8.0 \
+filelock==3.8.2 \
-hypothesis==6.59.0 \
+hypothesis==6.60.0 \
-importlib-resources==5.10.0 \
+importlib-resources==5.10.1 \
-platformdirs==2.5.4 \
+platformdirs==2.6.0 \
-pylint==2.15.7 \
+pylint==2.15.8 \
-virtualenv==20.17.0 \
+virtualenv==20.17.1 \
Diffstat (limited to 'requirements/pytest.pip')
-rw-r--r-- | requirements/pytest.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip index c1943e43..fba0a2cc 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -39,9 +39,9 @@ flaky==3.7.0 \ future==0.18.2 \ --hash=sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d # via pycontracts -hypothesis==6.59.0 \ - --hash=sha256:4eb2875097a07553a1006cb2b96fab21682e4359b138b2ae3c5f5d8b3f5a8bf1 \ - --hash=sha256:af05e24b123c9413b8752bbf822105dbb112f56456fb240723d7f410eebf78bb +hypothesis==6.60.0 \ + --hash=sha256:39c06cd49f491204380d7c7aa45389d3fb84ee80ea1e3f10afc744044aceb751 \ + --hash=sha256:3e8a1e061a6bfa3d8c282dafec100f2c8c527ea50b6560e9a33adf0e2e5fef8f # via -r requirements/pytest.in importlib-metadata==5.1.0 \ --hash=sha256:d5059f9f1e8e41f80e9c56c2ee58811450c31984dfa625329ffd7c0dad88a73b \ |