diff --git a/requirements/dev.txt b/requirements/dev.txt index dfcb55d2e4..78926a61b9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,15 +10,15 @@ pytest-cov==5.0.0; python_version<"3.9" # mypy adds new rules in new minor versions, which could cause our PR check to fail # here we fix its version and upgrade it manually in the future mypy==1.13.0 -types-pywin32==308.0.0.20241121 +types-pywin32==308.0.0.20241128 types-PyYAML==6.0.12.20240917 types-chevron==0.14.2.20240310 types-psutil==6.1.0.20241102 -types-setuptools==75.5.0.20241122 +types-setuptools==75.6.0.20241126 types-Pygments==2.18.0.20240506 types-colorama==0.4.15.20240311 types-dateparser==1.2.0.20240420 -types-docutils==0.21.0.20241005 +types-docutils==0.21.0.20241128 types-jsonschema==4.23.0.20240813 types-pyOpenSSL==24.1.0.20240722 # lucashuy: pin `types-request` based on the Python version since newer versions of diff --git a/requirements/reproducible-linux.txt b/requirements/reproducible-linux.txt index 86709afc2e..ab0c86d89f 100644 --- a/requirements/reproducible-linux.txt +++ b/requirements/reproducible-linux.txt @@ -946,9 +946,9 @@ tomlkit==0.13.2 \ --hash=sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde \ --hash=sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79 # via aws-sam-cli (setup.py) -types-awscrt==0.23.0 \ - --hash=sha256:3fd1edeac923d1956c0e907c973fb83bda465beae7f054716b371b293f9b5fdc \ - --hash=sha256:517d9d06f19cf58d778ca90ad01e52e0489466bf70dcf78c7f47f74fdf151a60 +types-awscrt==0.23.1 \ + --hash=sha256:0d362a5d62d68ca4216f458172f41c1123ec04791d68364de8ee8b61b528b262 \ + --hash=sha256:a20b425dabb258bc3d07a5e7de503fd9558dd1542d72de796e74e402c6d493b2 # via botocore-stubs types-python-dateutil==2.9.0.20241003 \ --hash=sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d \ diff --git a/requirements/reproducible-mac.txt b/requirements/reproducible-mac.txt index a613b6893b..d435070b4f 100644 --- a/requirements/reproducible-mac.txt +++ b/requirements/reproducible-mac.txt @@ -999,9 +999,9 @@ tomlkit==0.13.2 \ --hash=sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde \ --hash=sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79 # via aws-sam-cli (setup.py) -types-awscrt==0.23.0 \ - --hash=sha256:3fd1edeac923d1956c0e907c973fb83bda465beae7f054716b371b293f9b5fdc \ - --hash=sha256:517d9d06f19cf58d778ca90ad01e52e0489466bf70dcf78c7f47f74fdf151a60 +types-awscrt==0.23.1 \ + --hash=sha256:0d362a5d62d68ca4216f458172f41c1123ec04791d68364de8ee8b61b528b262 \ + --hash=sha256:a20b425dabb258bc3d07a5e7de503fd9558dd1542d72de796e74e402c6d493b2 # via botocore-stubs types-python-dateutil==2.9.0.20241003 \ --hash=sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d \ diff --git a/requirements/reproducible-win.txt b/requirements/reproducible-win.txt index 44e9d2f044..cfd43d1470 100644 --- a/requirements/reproducible-win.txt +++ b/requirements/reproducible-win.txt @@ -970,9 +970,9 @@ tomlkit==0.13.2 \ --hash=sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde \ --hash=sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79 # via aws-sam-cli (setup.py) -types-awscrt==0.23.0 \ - --hash=sha256:3fd1edeac923d1956c0e907c973fb83bda465beae7f054716b371b293f9b5fdc \ - --hash=sha256:517d9d06f19cf58d778ca90ad01e52e0489466bf70dcf78c7f47f74fdf151a60 +types-awscrt==0.23.1 \ + --hash=sha256:0d362a5d62d68ca4216f458172f41c1123ec04791d68364de8ee8b61b528b262 \ + --hash=sha256:a20b425dabb258bc3d07a5e7de503fd9558dd1542d72de796e74e402c6d493b2 # via botocore-stubs types-python-dateutil==2.9.0.20241003 \ --hash=sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d \