From 7f1799b4e1b1f45aa9dd871341a6bb5867e85eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:26:05 +0000 Subject: [PATCH 1/2] Bump hypothesis from 6.81.1 to 6.82.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.81.1 to 6.82.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.81.1...hypothesis-python-6.82.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 46b3f8031d6..0c1e8382d5c 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -167,7 +167,7 @@ hupper==1.10.2 # -r requirements/functests.txt # -r requirements/tests.txt # pyramid -hypothesis==6.81.1 +hypothesis==6.82.0 # via -r requirements/tests.txt importlib-metadata==4.8.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 48b832c528a..2c046f95881 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -107,7 +107,7 @@ hupper==1.10.2 # via # -r requirements/requirements.txt # pyramid -hypothesis==6.81.1 +hypothesis==6.82.0 # via -r requirements/tests.in importlib-metadata==4.8.1 # via From d68fcc14c49950cc7e2fda873c254e22799c18fc Mon Sep 17 00:00:00 2001 From: Jon Betts Date: Wed, 26 Jul 2023 15:59:05 +0100 Subject: [PATCH 2/2] Update pip-tools to avoid an incompatibility with pip --- requirements/checkdocs.txt | 4 ++-- requirements/checkformatting.txt | 4 ++-- requirements/coverage.txt | 4 ++-- requirements/dev.txt | 4 ++-- requirements/docs.txt | 4 ++-- requirements/format.txt | 4 ++-- requirements/functests.txt | 4 ++-- requirements/lint.txt | 4 ++-- requirements/requirements.txt | 2 +- requirements/tests.txt | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/requirements/checkdocs.txt b/requirements/checkdocs.txt index 91aa56c2fa1..4cd9d80db23 100644 --- a/requirements/checkdocs.txt +++ b/requirements/checkdocs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/checkdocs.in +# pip-compile --config=pyproject.toml requirements/checkdocs.in # alabaster==0.7.12 # via sphinx @@ -44,7 +44,7 @@ pep517==0.13.0 # via build pip-sync-faster==0.0.3 # via -r requirements/checkdocs.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/checkdocs.in # pip-sync-faster diff --git a/requirements/checkformatting.txt b/requirements/checkformatting.txt index e3aa24d7c03..ec39438add7 100644 --- a/requirements/checkformatting.txt +++ b/requirements/checkformatting.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/checkformatting.in +# pip-compile --config=pyproject.toml requirements/checkformatting.in # black==23.7.0 # via -r requirements/checkformatting.in @@ -28,7 +28,7 @@ pep517==0.13.0 # via build pip-sync-faster==0.0.3 # via -r requirements/checkformatting.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/checkformatting.in # pip-sync-faster diff --git a/requirements/coverage.txt b/requirements/coverage.txt index 2338ea5afbf..62e3e84df75 100644 --- a/requirements/coverage.txt +++ b/requirements/coverage.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/coverage.in +# pip-compile --config=pyproject.toml requirements/coverage.in # build==0.8.0 # via pip-tools @@ -18,7 +18,7 @@ pep517==0.13.0 # via build pip-sync-faster==0.0.3 # via -r requirements/coverage.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/coverage.in # pip-sync-faster diff --git a/requirements/dev.txt b/requirements/dev.txt index fe28bc0d8fc..b53e92fad7c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/dev.in +# pip-compile --config=pyproject.toml requirements/dev.in # alembic==1.11.1 # via -r requirements/requirements.txt @@ -196,7 +196,7 @@ pickleshare==0.7.5 # via ipython pip-sync-faster==0.0.3 # via -r requirements/dev.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/dev.in # pip-sync-faster diff --git a/requirements/docs.txt b/requirements/docs.txt index eea47e25ebf..d36c2de078a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/docs.in +# pip-compile --config=pyproject.toml requirements/docs.in # alabaster==0.7.12 # via sphinx @@ -44,7 +44,7 @@ pep517==0.13.0 # via build pip-sync-faster==0.0.3 # via -r requirements/docs.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/docs.in # pip-sync-faster diff --git a/requirements/format.txt b/requirements/format.txt index 03fd3d0ab16..f703e256815 100644 --- a/requirements/format.txt +++ b/requirements/format.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/format.in +# pip-compile --config=pyproject.toml requirements/format.in # black==23.7.0 # via -r requirements/format.in @@ -28,7 +28,7 @@ pep517==0.13.0 # via build pip-sync-faster==0.0.3 # via -r requirements/format.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/format.in # pip-sync-faster diff --git a/requirements/functests.txt b/requirements/functests.txt index f9b1f199be6..f83ad02bd6e 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/functests.in +# pip-compile --config=pyproject.toml requirements/functests.in # alembic==1.11.1 # via -r requirements/requirements.txt @@ -175,7 +175,7 @@ peppercorn==0.6 # deform pip-sync-faster==0.0.3 # via -r requirements/functests.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/functests.in # pip-sync-faster diff --git a/requirements/lint.txt b/requirements/lint.txt index 0c1e8382d5c..ad82f741e4b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/lint.in +# pip-compile --config=pyproject.toml requirements/lint.in # alembic==1.11.1 # via @@ -276,7 +276,7 @@ pip-sync-faster==0.0.3 # -r requirements/functests.txt # -r requirements/lint.in # -r requirements/tests.txt -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/functests.txt # -r requirements/lint.in diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 75413137c77..d2510c38965 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/requirements.in +# pip-compile --config=pyproject.toml requirements/requirements.in # alembic==1.11.1 # via -r requirements/requirements.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 2c046f95881..557e8e81a7a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile requirements/tests.in +# pip-compile --config=pyproject.toml requirements/tests.in # alembic==1.11.1 # via -r requirements/requirements.txt @@ -180,7 +180,7 @@ peppercorn==0.6 # deform pip-sync-faster==0.0.3 # via -r requirements/tests.in -pip-tools==6.14.0 +pip-tools==7.1.0 # via # -r requirements/tests.in # pip-sync-faster