diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index 30b39c4f8b95e..21e5f5b88c368 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -5,17 +5,20 @@ # wheels for a wide variety of platforms, including M1 Macs. black==22.6.0 -boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]==1.24.22 -boto3==1.24.22 +boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts]==1.24.61 +boto3==1.24.61 click==8.1.3 cryptography==37.0.4 colored==1.4.3 -docker==5.0.3 +docker==6.0.0 ec2instanceconnectcli==1.0.2 -flake8==4.0.1 -humanize==4.2.3 +flake8==5.0.4 +humanize==4.3.0 isort==5.10.1 junit-xml==1.9 +kubernetes==22.6.0 +kubernetes-stubs==22.6.0.post1 +# 0.971 has a regression: https://github.com/python/mypy/pull/13223. mypy==0.961 numpy==1.22.4 pandas==1.4.3 @@ -23,10 +26,10 @@ parameterized==0.8.1 paramiko==2.11.0 pdoc3==0.10.0 pg8000==1.29.1 -prettytable==3.3.0 +prettytable==3.4.0 psutil==5.9.1 # psycopg2 intentionally omitted. Use pg8000 instead. -pydantic==1.9.1 +pydantic==1.9.2 PyMySQL==1.0.2 pytest==7.1.2 pyyaml==6.0 @@ -38,10 +41,10 @@ sqlparse==0.4.2 toml==0.10.2 twine==4.0.1 types-pkg-resources==0.1.3 -types-prettytable==3.3.0 -types-psutil==5.9.0 +types-prettytable==3.4.0 +types-psutil==5.9.5 types-PyMYSQL==1.0.19 -types-PyYAML==6.0.9 -types-requests==2.28.0 -types-setuptools==57.4.18 -types-toml==0.10.7 +types-PyYAML==6.0.11 +types-requests==2.28.9 +types-setuptools==65.3.0 +types-toml==0.10.8