diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-02 07:10:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-02 07:10:31 -0500 |
commit | 518cdff5bf3467702fa691f833be3b37eef326a0 (patch) | |
tree | 00b4d850303fe79c219d765d1b0a86492d0e72a5 | |
parent | e1ff601489c7f3af90299ff3a5541b83151c323c (diff) | |
download | python-coveragepy-git-518cdff5bf3467702fa691f833be3b37eef326a0.tar.gz |
chore: make upgrade
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 10 | ||||
-rw-r--r-- | requirements/kit.pip | 4 | ||||
-rw-r--r-- | requirements/light-threads.pip | 9 | ||||
-rw-r--r-- | requirements/lint.pip | 10 | ||||
-rw-r--r-- | requirements/pip-tools.pip | 4 | ||||
-rw-r--r-- | requirements/pip.pip | 4 | ||||
-rw-r--r-- | requirements/pytest.pip | 10 | ||||
-rw-r--r-- | requirements/tox.pip | 4 |
9 files changed, 31 insertions, 28 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 2c8066ec..5c03e49b 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # diff --git a/requirements/dev.pip b/requirements/dev.pip index 9e86c464..61652523 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # @@ -167,9 +167,9 @@ greenlet==2.0.1 \ --hash=sha256:f6327b6907b4cb72f650a5b7b1be23a2aab395017aa6f1adb13069d66360eb3f \ --hash=sha256:fb412b7db83fe56847df9c47b6fe3f13911b06339c2aa02dcc09dce8bbf582cd # via -r requirements/dev.in -hypothesis==6.58.2 \ - --hash=sha256:6108f8f692fa6554c8cb10b3516d97d2609fa063745ecaf36f1878d007c51d8f \ - --hash=sha256:6e235b71455ef7e329b8214e75bad3f5195caf4ee708c571f20a76c6f5c18814 +hypothesis==6.59.0 \ + --hash=sha256:4eb2875097a07553a1006cb2b96fab21682e4359b138b2ae3c5f5d8b3f5a8bf1 \ + --hash=sha256:af05e24b123c9413b8752bbf822105dbb112f56456fb240723d7f410eebf78bb # via -r requirements/pytest.pip idna==3.4 \ --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \ diff --git a/requirements/kit.pip b/requirements/kit.pip index 80a43432..c96ea8d1 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # diff --git a/requirements/light-threads.pip b/requirements/light-threads.pip index a97ec9eb..9245dbc4 100644 --- a/requirements/light-threads.pip +++ b/requirements/light-threads.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # @@ -252,4 +252,7 @@ zope-interface==5.5.2 \ setuptools==65.6.3 \ --hash=sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54 \ --hash=sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 - # via gevent + # via + # gevent + # zope-event + # zope-interface diff --git a/requirements/lint.pip b/requirements/lint.pip index d38f60fe..5697b19e 100644 --- a/requirements/lint.pip +++ b/requirements/lint.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # @@ -182,9 +182,9 @@ greenlet==2.0.1 \ --hash=sha256:f6327b6907b4cb72f650a5b7b1be23a2aab395017aa6f1adb13069d66360eb3f \ --hash=sha256:fb412b7db83fe56847df9c47b6fe3f13911b06339c2aa02dcc09dce8bbf582cd # via -r requirements/dev.in -hypothesis==6.58.2 \ - --hash=sha256:6108f8f692fa6554c8cb10b3516d97d2609fa063745ecaf36f1878d007c51d8f \ - --hash=sha256:6e235b71455ef7e329b8214e75bad3f5195caf4ee708c571f20a76c6f5c18814 +hypothesis==6.59.0 \ + --hash=sha256:4eb2875097a07553a1006cb2b96fab21682e4359b138b2ae3c5f5d8b3f5a8bf1 \ + --hash=sha256:af05e24b123c9413b8752bbf822105dbb112f56456fb240723d7f410eebf78bb # via -r requirements/pytest.pip idna==3.4 \ --hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \ diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip index 038773d7..746fd431 100644 --- a/requirements/pip-tools.pip +++ b/requirements/pip-tools.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # diff --git a/requirements/pip.pip b/requirements/pip.pip index 6d624549..a3e3a7c1 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # diff --git a/requirements/pytest.pip b/requirements/pytest.pip index cea25a6f..f4f2a621 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # @@ -42,9 +42,9 @@ flaky==3.7.0 \ future==0.18.2 \ --hash=sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d # via pycontracts -hypothesis==6.58.2 \ - --hash=sha256:6108f8f692fa6554c8cb10b3516d97d2609fa063745ecaf36f1878d007c51d8f \ - --hash=sha256:6e235b71455ef7e329b8214e75bad3f5195caf4ee708c571f20a76c6f5c18814 +hypothesis==6.59.0 \ + --hash=sha256:4eb2875097a07553a1006cb2b96fab21682e4359b138b2ae3c5f5d8b3f5a8bf1 \ + --hash=sha256:af05e24b123c9413b8752bbf822105dbb112f56456fb240723d7f410eebf78bb # via -r requirements/pytest.in importlib-metadata==5.1.0 \ --hash=sha256:d5059f9f1e8e41f80e9c56c2ee58811450c31984dfa625329ffd7c0dad88a73b \ diff --git a/requirements/tox.pip b/requirements/tox.pip index 86bfb3c3..55cd7aef 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,6 +1,6 @@ # -# This file is autogenerated by pip-compile with python 3.7 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.7 +# by the following command: # # make upgrade # |