diff --git a/requirements.txt b/requirements.txt index ed202e8..d9d242b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,18 +3,18 @@ pytest-cov==7.1.0 pytest-mock==3.15.1 pylint==4.0.5 black==26.3.1 -mypy==1.20.2 +mypy==2.0.0 mypy-extensions==1.1.0 -urllib3==2.6.3 +urllib3==2.7.0 cryptography==48.0.0 jsonschema==4.26.0 PyJWT==2.12.1 requests==2.33.1 -boto3==1.43.3 +boto3==1.43.6 aiosql==15.0 -botocore==1.43.3 +botocore==1.43.6 confluent-kafka==2.14.0 -moto[s3,secretsmanager,events]==5.2.0 +moto[s3,secretsmanager,events]==5.2.1 testcontainers==4.14.2 docker==7.1.0 # psycopg2-binary==2.9.10 # Ideal for local development, but not for long-term production use