From 00e3b56d9f09629376a30b568ce056a3fd52f9db Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 13 Oct 2023 14:09:28 +0200 Subject: [PATCH] MAINT: update to QRules v0.10.0 --- .constraints/py3.10.txt | 2 +- .constraints/py3.11.txt | 2 +- .constraints/py3.7.txt | 2 +- .constraints/py3.8.txt | 2 +- .constraints/py3.9.txt | 2 +- pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.constraints/py3.10.txt b/.constraints/py3.10.txt index 5a81dbfc9..81e72fd95 100644 --- a/.constraints/py3.10.txt +++ b/.constraints/py3.10.txt @@ -139,7 +139,7 @@ python-lsp-server==1.8.2 pytoolconfig==1.2.5 pyyaml==6.0.1 pyzmq==25.1.1 -qrules==0.9.8 +qrules==0.10.0 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 diff --git a/.constraints/py3.11.txt b/.constraints/py3.11.txt index 1bda2591a..9958f3529 100644 --- a/.constraints/py3.11.txt +++ b/.constraints/py3.11.txt @@ -138,7 +138,7 @@ python-lsp-server==1.8.2 pytoolconfig==1.2.5 pyyaml==6.0.1 pyzmq==25.1.1 -qrules==0.9.8 +qrules==0.10.0 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 diff --git a/.constraints/py3.7.txt b/.constraints/py3.7.txt index 90c106eeb..72566491f 100644 --- a/.constraints/py3.7.txt +++ b/.constraints/py3.7.txt @@ -145,7 +145,7 @@ pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 pyzmq==24.0.1 -qrules==0.9.8 +qrules==0.10.0 requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 diff --git a/.constraints/py3.8.txt b/.constraints/py3.8.txt index 2f7844602..d0515bd6c 100644 --- a/.constraints/py3.8.txt +++ b/.constraints/py3.8.txt @@ -142,7 +142,7 @@ pytoolconfig==1.2.5 pytz==2023.3.post1 pyyaml==6.0.1 pyzmq==25.1.1 -qrules==0.9.8 +qrules==0.10.0 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 diff --git a/.constraints/py3.9.txt b/.constraints/py3.9.txt index 00e5a82eb..0006f6d30 100644 --- a/.constraints/py3.9.txt +++ b/.constraints/py3.9.txt @@ -140,7 +140,7 @@ python-lsp-server==1.8.2 pytoolconfig==1.2.5 pyyaml==6.0.1 pyzmq==25.1.1 -qrules==0.9.8 +qrules==0.10.0 referencing==0.30.2 requests==2.31.0 rfc3339-validator==0.1.4 diff --git a/pyproject.toml b/pyproject.toml index 503b2d019..2e3f1d3ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dependencies = [ "attrs >=20.1.0", # on_setattr and https://www.attrs.org/en/stable/api.html#next-gen - "qrules ==0.9.*, >=0.9.6", # https://github.com/ComPWA/qrules/pull/145 + "qrules >=0.9.6", # https://github.com/ComPWA/qrules/pull/145 "sympy >=1.10", 'importlib-metadata; python_version <"3.8.0"', 'singledispatchmethod; python_version <"3.8.0"',