diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 7faf690b5..1454bab4e 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -5,7 +5,7 @@ anyio==4.4.0 # -c requirements.txt # httpcore # watchfiles -build==1.2.1 +build==1.2.2.post1 # via pip-tools certifi==2024.7.4 # via @@ -18,13 +18,13 @@ click==8.1.7 # via # -c requirements.txt # pip-tools -coverage[toml]==7.6.1 +coverage[toml]==7.6.4 # via pytest-cov -distlib==0.3.8 +distlib==0.3.9 # via virtualenv -factory-boy==3.3.0 +factory-boy==3.3.1 # via -r dev-requirements.in -faker==26.0.0 +faker==30.8.1 # via factory-boy filelock==3.13.1 # via @@ -44,7 +44,7 @@ httpx==0.24.1 # via # -c requirements.txt # pytest-httpx -identify==2.6.0 +identify==2.6.1 # via pre-commit idna==3.7 # via @@ -64,17 +64,17 @@ packaging==23.2 # -c requirements.txt # build # pytest -pip==24.2 +pip==24.3.1 # via pip-tools pip-tools==7.4.1 # via -r dev-requirements.in -platformdirs==4.2.2 +platformdirs==4.3.6 # via virtualenv pluggy==1.5.0 # via pytest -pre-commit==3.7.1 +pre-commit==4.0.1 # via -r dev-requirements.in -pyproject-hooks==1.1.0 +pyproject-hooks==1.2.0 # via # build # pip-tools @@ -84,9 +84,9 @@ pytest==7.4.4 # pytest-cov # pytest-django # pytest-httpx -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r dev-requirements.in -pytest-django==4.8.0 +pytest-django==4.9.0 # via -r dev-requirements.in pytest-httpx==0.24.0 # via -r dev-requirements.in @@ -99,9 +99,9 @@ pyyaml==6.0.1 # via # -c requirements.txt # pre-commit -ruff==0.7.0 +ruff==0.7.1 # via -r dev-requirements.in -setuptools==75.2.0 +setuptools==75.3.0 # via pip-tools six==1.16.0 # via @@ -113,11 +113,15 @@ sniffio==1.3.0 # anyio # httpcore # httpx -termcolor==2.4.0 +termcolor==2.5.0 # via -r dev-requirements.in -virtualenv==20.26.3 +typing-extensions==4.12.2 + # via + # -c requirements.txt + # faker +virtualenv==20.27.1 # via pre-commit -watchfiles==0.22.0 +watchfiles==0.24.0 # via -r dev-requirements.in -wheel==0.43.0 +wheel==0.44.0 # via pip-tools