diff --git a/constraints.txt b/constraints.txt index 9c68ca2..b9d362d 100644 --- a/constraints.txt +++ b/constraints.txt @@ -58,7 +58,7 @@ kiwisolver==1.4.7 # via matplotlib matplotlib==3.9.2 # via -r requirements.in -numpy==2.1.2 +numpy==2.1.3 # via # contourpy # matplotlib @@ -88,5 +88,5 @@ urllib3==2.2.3 # via # django-anymail # requests -whitenoise==6.8.1 +whitenoise==6.8.2 # via -r requirements.in diff --git a/requirements-dev.txt b/requirements-dev.txt index eb2def4..0e1dafe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -41,7 +41,7 @@ django==5.1.2 # model-bakery factory-boy==3.3.1 # via -r requirements-dev.in -faker==30.8.1 +faker==30.8.2 # via factory-boy filelock==3.16.1 # via virtualenv @@ -108,7 +108,7 @@ pytest==8.3.3 # pytest-variables pytest-base-url==2.1.0 # via pytest-selenium -pytest-cov==5.0.0 +pytest-cov==6.0.0 # via -r requirements-dev.in pytest-django==4.9.0 # via -r requirements-dev.in @@ -133,9 +133,9 @@ requests==2.32.3 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.7.1 +ruff==0.7.2 # via -r requirements-dev.in -selenium==4.25.0 +selenium==4.26.1 # via # -r requirements-dev.in # pytest-selenium @@ -180,5 +180,5 @@ wsproto==1.2.0 # The following packages are considered to be unsafe in a requirements file: pip==24.3.1 # via pip-tools -setuptools==75.2.0 +setuptools==75.3.0 # via pip-tools diff --git a/requirements.txt b/requirements.txt index 2cc0ed3..9fe32b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ kiwisolver==1.4.7 # via matplotlib matplotlib==3.9.2 # via -r requirements.in -numpy==2.1.2 +numpy==2.1.3 # via # contourpy # matplotlib @@ -88,5 +88,5 @@ urllib3==2.2.3 # via # django-anymail # requests -whitenoise==6.8.1 +whitenoise==6.8.2 # via -r requirements.in