diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 90d9d1ae4ca..2f5c4402804 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -53,14 +53,12 @@ click==8.3.0 # slotscheck # towncrier # wait-for-it -coverage==7.10.7 +coverage==7.11.0 # via # -r requirements/test-common.in # pytest-cov -cryptography==46.0.2 - # via - # pyjwt - # trustme +cryptography==46.0.3 + # via trustme cython==3.1.4 # via -r requirements/cython.in distlib==0.4.0 @@ -167,9 +165,6 @@ pygments==2.19.2 # pytest # rich # sphinx -pyjwt==2.8.0 - # via - # pyjwt pyproject-hooks==1.2.0 # via # build diff --git a/requirements/dev.txt b/requirements/dev.txt index 1f022fa22fa..f77ac5f273c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -53,14 +53,12 @@ click==8.3.0 # slotscheck # towncrier # wait-for-it -coverage==7.10.7 +coverage==7.11.0 # via # -r requirements/test-common.in # pytest-cov -cryptography==46.0.2 - # via - # pyjwt - # trustme +cryptography==46.0.3 + # via trustme distlib==0.4.0 # via virtualenv docutils==0.21.2 @@ -162,9 +160,6 @@ pygments==2.19.2 # pytest # rich # sphinx -pyjwt==2.8.0 - # via - # pyjwt pyproject-hooks==1.2.0 # via # build @@ -198,8 +193,7 @@ python-on-whales==0.78.0 pyyaml==6.0.3 # via pre-commit requests==2.32.5 - # via - # sphinx + # via sphinx rich==14.2.0 # via pytest-codspeed setuptools-git==1.2 diff --git a/requirements/lint.txt b/requirements/lint.txt index ab5305dba15..ab8dfc02bb4 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -23,7 +23,7 @@ cfgv==3.4.0 # via pre-commit click==8.3.0 # via slotscheck -cryptography==46.0.2 +cryptography==46.0.3 # via trustme distlib==0.4.0 # via virtualenv diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 6eff60fbeff..3ce08ae3eff 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -14,11 +14,11 @@ cffi==2.0.0 # pytest-codspeed click==8.3.0 # via wait-for-it -coverage==7.10.7 +coverage==7.11.0 # via # -r requirements/test-common.in # pytest-cov -cryptography==46.0.2 +cryptography==46.0.3 # via trustme exceptiongroup==1.3.0 # via pytest diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 4971f2ef9dd..6e0f50ccf57 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -27,11 +27,11 @@ cffi==2.0.0 # pytest-codspeed click==8.3.0 # via wait-for-it -coverage==7.10.7 +coverage==7.11.0 # via # -r requirements/test-common.in # pytest-cov -cryptography==46.0.2 +cryptography==46.0.3 # via trustme exceptiongroup==1.3.0 # via pytest diff --git a/requirements/test.txt b/requirements/test.txt index 0021468e317..76c5888f529 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -27,11 +27,11 @@ cffi==2.0.0 # pytest-codspeed click==8.3.0 # via wait-for-it -coverage==7.10.7 +coverage==7.11.0 # via # -r requirements/test-common.in # pytest-cov -cryptography==46.0.2 +cryptography==46.0.3 # via trustme exceptiongroup==1.3.0 # via pytest