diff --git a/pyproject.toml b/pyproject.toml index 2bf4c219..a37dea7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,92 +66,91 @@ dev = [ "types-requests", "types-six", ] -contraints = [ +constraints = [ "astroid==2.5.8", - "attrs==22.2.0", - "azure-core==1.26.3", - "azure-storage-blob==12.15.0", - "bcrypt==4.0.1", - "boto3==1.26.96", - "botocore==1.29.96", - "botocore-stubs==1.29.96", - "cachetools==5.3.0", - "certifi==2022.12.7", - "cffi==1.15.1", - "charset-normalizer==3.1.0", + "azure-common==1.1.28", + "azure-core==1.30.1", + "azure-storage-blob==12.19.1", + "bcrypt==4.1.2", + "boto3==1.34.71", + "botocore==1.34.71", + "botocore-stubs==1.34.69", + "cachetools==5.3.3", + "certifi==2024.2.2", + "cffi==1.16.0", + "charset-normalizer==3.3.2", "coverage==6.5.0", "coveralls==3.3.1", - "cryptography==39.0.2", + "cramjam==2.8.3", + "cryptography==42.0.5", "docopt==0.6.2", - "exceptiongroup==1.1.1", - "execnet==1.9.0", - "freezegun==1.2.2", - "google-api-core==2.11.0", - "google-api-python-client==2.82.0", - "googleapis-common-protos==1.59.0", - "google-auth==2.16.2", - "google-auth-httplib2==0.1.0", - "httplib2==0.21.0", - "idna==3.4", + "execnet==2.0.2", + "freezegun==1.4.0", + "google-api-core==2.18.0", + "google-api-python-client==2.123.0", + "google-auth==2.29.0", + "google-auth-httplib2==0.2.0", + "googleapis-common-protos==1.63.0", + "httplib2==0.22.0", + "idna==3.6", "iniconfig==2.0.0", "isodate==0.6.1", "isort==5.7.0", "jmespath==1.0.1", - "lazy-object-proxy==1.9.0", + "lazy-object-proxy==1.10.0", "mccabe==0.6.1", - "mock==5.0.1", - "mypy==1.1.1", + "mock==5.1.0", + "mypy==1.9.0", "mypy-extensions==1.0.0", "oauth2client==4.1.3", - "packaging==23.0", - "paramiko==3.1.0", - "pluggy==1.0.0", - "protobuf==4.22.1", - "psycopg2==2.9.5", - "pyasn1==0.4.8", - "pyasn1-modules==0.2.8", + "packaging==24.0", + "paramiko==3.4.0", + "pluggy==1.4.0", + "proto-plus==1.23.0", + "protobuf==4.25.3", + "psycopg2-binary==2.9.9", + "pyasn1==0.6.0", + "pyasn1_modules==0.4.0", "pycparser==2.21", - "pydantic==1.10.6", + "pydantic==1.10.14", "pylint==2.7.2", "pylint-quotes==0.2.1", "PyNaCl==1.5.0", - "pyparsing==3.0.9", - "pytest==7.2.2", - "pytest-cov==4.0.0", - "pytest-mock==3.10.0", - "pytest-timeout==2.1.0", - "pytest-xdist==3.2.1", - "python-dateutil==2.8.2", - "python-snappy==0.6.1", + "pyparsing==3.1.2", + "pytest==8.1.1", + "pytest-cov==5.0.0", + "pytest-mock==3.14.0", + "pytest-timeout==2.3.1", + "pytest-xdist==3.5.0", + "python-dateutil==2.9.0.post0", + "python-snappy==0.7.1", + "python-swiftclient==4.5.0", "python-systemd==0.0.9", - "PyYAML==6.0", - "requests==2.28.2", - "responses==0.23.1", - "rohmu==1.0.10", + "PyYAML==6.0.1", + "requests==2.31.0", + "responses==0.25.0", + "rohmu==2.3.0", "rsa==4.9", - "s3transfer==0.6.0", + "s3transfer==0.10.1", "six==1.16.0", "toml==0.10.2", - "tomli==2.0.1", - "types-awscrt==0.16.13", + "types-awscrt==0.20.5", "types-botocore==1.0.2", - "types-httplib2==0.21.0.5", - "types-mock==5.0.0.5", - "types-paramiko==3.0.0.4", - "types-psycopg2==2.9.21.8", - "types-python-dateutil==2.8.19.10", - "types-PyYAML==6.0.12.8", - "types-requests==2.28.11.15", - "types-six==1.16.21.7", - "types-urllib3==1.26.25.8", - "typing_extensions==4.7.1", + "types-httplib2==0.22.0.20240310", + "types-mock==5.1.0.20240311", + "types-paramiko==3.4.0.20240311", + "types-psycopg2==2.9.21.20240311", + "types-python-dateutil==2.9.0.20240316", + "types-requests==2.31.0.20240311", + "types-six==1.16.21.20240311", + "typing_extensions==4.10.0", "unify==0.5", "untokenize==0.1.1", "uritemplate==4.1.1", - "urllib3==1.26.15", + "urllib3==2.2.1", "wrapt==1.12.1", "yapf==0.30.0", - "zstandard==0.20.0", + "zstandard==0.22.0", ] [project.urls]