diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a88815012c5..dd9499e2ee7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -448,7 +448,7 @@ jobs: run: | make cythonize - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_SKIP: pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }} CIBW_ARCHS_MACOS: x86_64 arm64 universal2 diff --git a/requirements/constraints.txt b/requirements/constraints.txt index fe56ca39e43..0495e739ee0 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -43,7 +43,7 @@ cffi==2.0.0 # cryptography # pycares # pytest-codspeed -cfgv==3.4.0 +cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.4 # via requests @@ -65,7 +65,7 @@ distlib==0.4.0 # via virtualenv docutils==0.21.2 # via sphinx -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist @@ -102,6 +102,8 @@ jinja2==3.1.6 # via # sphinx # towncrier +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich markupsafe==3.0.3 @@ -113,7 +115,7 @@ multidict==6.7.0 # -r requirements/multidict.in # -r requirements/runtime-deps.in # yarl -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via # -r requirements/lint.in # -r requirements/test-common.in @@ -130,7 +132,7 @@ packaging==25.0 # wheel pathspec==0.12.1 # via mypy -pip-tools==7.5.1 +pip-tools==7.5.2 # via -r requirements/dev.in pkgconfig==1.5.5 # via -r requirements/test-common.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 5d07815d2ea..c00f2f3adaf 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -43,7 +43,7 @@ cffi==2.0.0 # cryptography # pycares # pytest-codspeed -cfgv==3.4.0 +cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.4 # via requests @@ -63,7 +63,7 @@ distlib==0.4.0 # via virtualenv docutils==0.21.2 # via sphinx -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist @@ -100,6 +100,8 @@ jinja2==3.1.6 # via # sphinx # towncrier +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich markupsafe==3.0.3 @@ -110,7 +112,7 @@ multidict==6.7.0 # via # -r requirements/runtime-deps.in # yarl -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via # -r requirements/lint.in # -r requirements/test-common.in @@ -127,7 +129,7 @@ packaging==25.0 # wheel pathspec==0.12.1 # via mypy -pip-tools==7.5.1 +pip-tools==7.5.2 # via -r requirements/dev.in pkgconfig==1.5.5 # via -r requirements/test-common.in diff --git a/requirements/lint.txt b/requirements/lint.txt index d1c30733441..085451118f4 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -19,7 +19,7 @@ cffi==2.0.0 # cryptography # pycares # pytest-codspeed -cfgv==3.4.0 +cfgv==3.5.0 # via pre-commit click==8.3.1 # via slotscheck @@ -27,7 +27,7 @@ cryptography==46.0.3 # via trustme distlib==0.4.0 # via virtualenv -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest filelock==3.20.0 # via virtualenv @@ -43,11 +43,13 @@ iniconfig==2.3.0 # via pytest isal==1.7.2 # via -r requirements/lint.in +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich mdurl==0.1.2 # via markdown-it-py -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via -r requirements/lint.in mypy-extensions==1.1.0 # via mypy diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 36f12c1fcfb..8f28a7aadf7 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -20,7 +20,7 @@ coverage==7.11.0 # pytest-cov cryptography==46.0.3 # via trustme -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist @@ -34,11 +34,13 @@ iniconfig==2.3.0 # via pytest isal==1.8.0 ; python_version < "3.14" # via -r requirements/test-common.in +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich mdurl==0.1.2 # via markdown-it-py -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via -r requirements/test-common.in mypy-extensions==1.1.0 # via mypy diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 48739ac8e0b..c266f2e5b0e 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -33,7 +33,7 @@ coverage==7.11.0 # pytest-cov cryptography==46.0.3 # via trustme -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist @@ -55,6 +55,8 @@ iniconfig==2.3.0 # via pytest isal==1.8.0 ; python_version < "3.14" # via -r requirements/test-common.in +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich mdurl==0.1.2 @@ -63,7 +65,7 @@ multidict==6.7.0 # via # -r requirements/runtime-deps.in # yarl -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via -r requirements/test-common.in mypy-extensions==1.1.0 # via mypy diff --git a/requirements/test.txt b/requirements/test.txt index bbddc41da0d..604d54b111a 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -33,7 +33,7 @@ coverage==7.11.0 # pytest-cov cryptography==46.0.3 # via trustme -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 # via pytest execnet==2.1.2 # via pytest-xdist @@ -55,6 +55,8 @@ iniconfig==2.3.0 # via pytest isal==1.7.2 ; python_version < "3.14" # via -r requirements/test-common.in +librt==0.6.3 + # via mypy markdown-it-py==4.0.0 # via rich mdurl==0.1.2 @@ -63,7 +65,7 @@ multidict==6.7.0 # via # -r requirements/runtime-deps.in # yarl -mypy==1.18.2 ; implementation_name == "cpython" +mypy==1.19.0 ; implementation_name == "cpython" # via -r requirements/test-common.in mypy-extensions==1.1.0 # via mypy