From e94ae032826a934150854d61f699e0284e4f1215 Mon Sep 17 00:00:00 2001 From: jfuller Date: Fri, 2 Feb 2024 11:43:46 +0100 Subject: [PATCH] pin osidb-bindings==3.6.0 --- CHANGELOG.md | 2 +- requirements/base.in | 2 +- requirements/base.txt | 8 ++++---- requirements/dev.txt | 15 ++++----------- requirements/lint.txt | 2 +- requirements/test.txt | 18 ++++++------------ 6 files changed, 17 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a12a45..b133c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * if default --search_provides finds no children then revert to --search-latest +* pin osidb-bindings==3.6.0 ## [0.5.4] - 2024-01-23 ### Fixed * fixed searches with middleware CLI enabled (GRIF-221) - ## [0.5.3] - 2024-01-22 ### Fixed * fixed regex escaping logic for -r and -s diff --git a/requirements/base.in b/requirements/base.in index a7de8e8..2f24bbe 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -1,4 +1,4 @@ -osidb-bindings==3.5.1 +osidb-bindings==3.6.0 component-registry-bindings==1.4.0 click click-completion diff --git a/requirements/base.txt b/requirements/base.txt index 913d28d..8ee0958 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --generate-hashes requirements/base.in @@ -458,9 +458,9 @@ multidict==6.0.4 \ # via # aiohttp # yarl -osidb-bindings==3.5.1 \ - --hash=sha256:70ac8e7e714611a126f0b73e48db93ff7769725d653fdcca47badcd9c1a4964c \ - --hash=sha256:a27b9211ad2bb9102a41fec6db375f51e480dbb42c8516f00e1be04ec135cb61 +osidb-bindings==3.6.0 \ + --hash=sha256:0be7fc0dc0a49a4fe77a997e85cfe1133d38e7cc6d51cf4eb076a418d818391e \ + --hash=sha256:448ca7f065289b5b4ecab54884f9c0fe8bc9d50840d84cf12ffe0c71dc3f411b # via -r requirements/base.in packageurl-python==0.10.4 \ --hash=sha256:5c91334f942cd55d45eb0c67dd339a535ef90e25f05b9ec016ad188ed0ef9048 \ diff --git a/requirements/dev.txt b/requirements/dev.txt index e544656..ae8a4ca 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --generate-hashes requirements/dev.in @@ -432,7 +432,6 @@ exceptiongroup==1.1.0 \ # via # -r requirements/lint.txt # -r requirements/test.txt - # pytest executing==1.2.0 \ --hash=sha256:0314a69e37426e3608aada02473b4161d4caf5a4b244d1d0c48072b8fee7bacc \ --hash=sha256:19da64c18d2d851112f09c287f8d3dbbdf725ab0e569077efb6cdcbd3497c107 @@ -869,9 +868,9 @@ mypy-extensions==1.0.0 \ # via # -r requirements/test.txt # mypy -osidb-bindings==3.5.1 \ - --hash=sha256:70ac8e7e714611a126f0b73e48db93ff7769725d653fdcca47badcd9c1a4964c \ - --hash=sha256:a27b9211ad2bb9102a41fec6db375f51e480dbb42c8516f00e1be04ec135cb61 +osidb-bindings==3.6.0 \ + --hash=sha256:0be7fc0dc0a49a4fe77a997e85cfe1133d38e7cc6d51cf4eb076a418d818391e \ + --hash=sha256:448ca7f065289b5b4ecab54884f9c0fe8bc9d50840d84cf12ffe0c71dc3f411b # via # -r requirements/base.txt # -r requirements/test.txt @@ -1104,12 +1103,6 @@ tomli==2.0.1 \ # via # -r requirements/lint.txt # -r requirements/test.txt - # build - # coverage - # ipdb - # mypy - # pyproject-hooks - # pytest traitlets==5.9.0 \ --hash=sha256:9e6ec080259b9a5940c797d58b613b5e31441c2257b87c2e795c5228ae80d2d8 \ --hash=sha256:f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9 diff --git a/requirements/lint.txt b/requirements/lint.txt index 776b0cd..fa734ca 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --generate-hashes requirements/lint.in diff --git a/requirements/test.txt b/requirements/test.txt index 968b1fe..fb61a58 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --allow-unsafe --generate-hashes requirements/test.in @@ -295,9 +295,7 @@ decorator==5.1.1 \ exceptiongroup==1.1.0 \ --hash=sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e \ --hash=sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23 - # via - # -r requirements/test.in - # pytest + # via -r requirements/test.in frozenlist==1.4.0 \ --hash=sha256:007df07a6e3eb3e33e9a1fe6a9db7af152bbd8a185f9aaa6ece10a3529e3e1c6 \ --hash=sha256:008eb8b31b3ea6896da16c38c1b136cb9fec9e249e77f6211d479db79a4eaf01 \ @@ -661,9 +659,9 @@ mypy-extensions==1.0.0 \ --hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \ --hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782 # via mypy -osidb-bindings==3.5.1 \ - --hash=sha256:70ac8e7e714611a126f0b73e48db93ff7769725d653fdcca47badcd9c1a4964c \ - --hash=sha256:a27b9211ad2bb9102a41fec6db375f51e480dbb42c8516f00e1be04ec135cb61 +osidb-bindings==3.6.0 \ + --hash=sha256:0be7fc0dc0a49a4fe77a997e85cfe1133d38e7cc6d51cf4eb076a418d818391e \ + --hash=sha256:448ca7f065289b5b4ecab54884f9c0fe8bc9d50840d84cf12ffe0c71dc3f411b # via -r requirements/base.txt packageurl-python==0.10.4 \ --hash=sha256:5c91334f942cd55d45eb0c67dd339a535ef90e25f05b9ec016ad188ed0ef9048 \ @@ -788,11 +786,7 @@ six==1.16.0 \ tomli==2.0.1 \ --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f - # via - # -r requirements/test.in - # coverage - # mypy - # pytest + # via -r requirements/test.in types-requests==2.28.11.14 \ --hash=sha256:232792870b60adb07d23175451ab4e6190021b0c584edf052d92d9b993118f06 \ --hash=sha256:f84613b0d4c5d0eeb7879dfa05e14a3702b9c1f7a4ee81dfe9b4321b13fe93a1