diff --git a/docs/changelog.rst b/docs/changelog.rst index a91ad3c0d..7dd24b0cf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -Version 3.26.3 +Version 3.26.4 -------------- This patch version includes diff --git a/requirements-devel.txt b/requirements-devel.txt index f3ad629ea..82c1fbd75 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -22,11 +22,11 @@ pytest-httpserver>=1.0.8 mypy>=1.5.1,<2.0.0 mypy-extensions==1.0.0 -tomli>=2.0.1<3.0.0 -types-protobuf>=4.24.0.1<5.0.0 -types-requests>=2.31.0.2<3.0.0 -types-urllib3>=1.26.25.14<2.0.0 -typing_extensions>=4.7.1<5.0.0 +tomli>=2.0.1,<3.0.0 +types-protobuf>=4.24.0.1,<5.0.0 +types-requests>=2.31.0.2,<3.0.0 +types-urllib3>=1.26.25.14,<2.0.0 +typing_extensions>=4.7.1,<5.0.0 pre-commit