diff --git a/requirements-dev.txt b/requirements-dev.txt index fbd8df4f..66f4f54d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,4 +9,4 @@ mypy-extensions==1.0.0 pre-commit==3.3.3 psycopg2-binary==2.9.6 setuptools==68.2.2 -wheel==0.40.0 +wheel==0.41.2 diff --git a/setup.cfg b/setup.cfg index 836c8afe..263a9ed8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ dev = pre-commit==3.3.3 psycopg2-binary==2.9.6 setuptools==68.2.2 - wheel==0.40.0 + wheel==0.41.2 [flake8]