diff --git a/requirements-dev.txt b/requirements-dev.txt index a9e6fea..97a951e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,13 +1,13 @@ -pytest==8.3.2 +pytest==8.3.3 pytest-pg==0.0.21 pytest-runner==6.0.1 pytest-asyncio==0.24.0 isort==5.13.2 flake8==7.1.1 -pyright==1.1.379 -black==24.8.0 -asyncpg==0.29.0 -setuptools==74.1.2 +pyright==1.1.387 +black==24.10.0 +asyncpg==0.30.0 +setuptools==75.3.0 wheel==0.44.0 twine==5.1.1 asyncpg-listen>=0.0.6 @@ -16,5 +16,5 @@ opentelemetry-instrumentation>=0.48b0 opentelemetry-semantic-conventions>=0.48b0 opentelemetry-sdk>=1.27.0 wrapt>=1.0.0,<2.0.0 -build==1.2.2 +build==1.2.2.post1 -e .