diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d57a25..f04955e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ -r requirements.txt psycopg2-binary==2.9.12 -pytest==9.0.3 +pytest==9.1.0 pytest-cov==7.1.0 pytest-mock==3.15.1 -pylint==4.0.5 +pylint==4.0.6 black==26.5.1 mypy==2.1.0 mypy-extensions==1.1.0 diff --git a/requirements.txt b/requirements.txt index 6ec3dc1..502646e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -cryptography==48.0.0 +cryptography==49.0.0 jsonschema==4.26.0 PyJWT==2.13.0 requests==2.34.2 -boto3==1.43.24 -botocore==1.43.24 +boto3==1.43.29 +botocore==1.43.29 aiosql==15.0 confluent-kafka==2.14.2 psycopg2==2.9.12