From 52a9094fea070b9d9ec5934c1caf3c7aba6463f0 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 20 Jan 2024 09:33:42 +0100 Subject: [PATCH] update dependencies --- constraints.txt | 16 +++++----------- requirements-dev.in | 7 +------ requirements-dev.txt | 24 +++++++++++------------- requirements.in | 2 +- requirements.txt | 16 +++++----------- 5 files changed, 23 insertions(+), 42 deletions(-) diff --git a/constraints.txt b/constraints.txt index 287ed10..b5e088e 100644 --- a/constraints.txt +++ b/constraints.txt @@ -10,19 +10,15 @@ asgiref==3.7.2 # django-htmx certifi==2023.11.17 # via requests -cffi==1.16.0 - # via cryptography charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.7 - # via django-anymail cycler==0.12.1 # via matplotlib -django==4.2.8 +django==5.0.1 # via # -r requirements.in # crispy-bootstrap5 @@ -50,9 +46,9 @@ django-extensions==3.2.3 # via -r requirements.in django-htmx==1.17.2 # via -r requirements.in -django-solo==2.1.0 +django-solo==2.2.0 # via -r requirements.in -fonttools==4.47.0 +fonttools==4.47.2 # via matplotlib freezegun==1.4.0 # via -r requirements.in @@ -64,7 +60,7 @@ kiwisolver==1.4.5 # via matplotlib matplotlib==3.8.2 # via -r requirements.in -numpy==1.26.2 +numpy==1.26.3 # via # contourpy # matplotlib @@ -72,12 +68,10 @@ packaging==23.2 # via # gunicorn # matplotlib -pillow==10.1.0 +pillow==10.2.0 # via # -r requirements.in # matplotlib -pycparser==2.21 - # via cffi pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2 diff --git a/requirements-dev.in b/requirements-dev.in index cf95aaf..f92d149 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -4,16 +4,11 @@ pytest>=6.0 pytest-cov>=3.0.0 pytest-django>=4.5.0 pytest-selenium>=4.0.0 -# pytest-selenium 4.0.1 has an implicit dependency on `py` -py>=1.11.0 pre-commit>=2.7 model-bakery>=1.1 invoke>=2.0.0 factory-boy>=3.2.1 -# pytest-selenium is broken with selenium 4.10.0 -# TypeError: WebDriver.__init__() got an unexpected keyword argument 'service_log_path' -# https://github.com/robotframework/SeleniumLibrary/issues/1835 -selenium>=4.4.3,<4.10.0 +selenium>=4.4.3 black>=22.12.0 pip-tools>=6.0 ruff>=0.0.237 diff --git a/requirements-dev.txt b/requirements-dev.txt index 8643f2f..e933147 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asgiref==3.7.2 # via # -c constraints.txt # django -attrs==23.1.0 +attrs==23.2.0 # via # outcome # trio @@ -31,19 +31,19 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.3.4 +coverage[toml]==7.4.0 # via # coverage # pytest-cov distlib==0.3.8 # via virtualenv -django==4.2.8 +django==5.0.1 # via # -c constraints.txt # model-bakery factory-boy==3.3.0 # via -r requirements-dev.in -faker==21.0.0 +faker==22.4.0 # via factory-boy filelock==3.13.1 # via virtualenv @@ -60,9 +60,9 @@ iniconfig==2.0.0 # via pytest invoke==2.2.0 # via -r requirements-dev.in -jinja2==3.1.2 +jinja2==3.1.3 # via pytest-html -markupsafe==2.1.3 +markupsafe==2.1.4 # via jinja2 model-bakery==1.17.0 # via -r requirements-dev.in @@ -90,13 +90,11 @@ pluggy==1.3.0 # via pytest pre-commit==3.6.0 # via -r requirements-dev.in -py==1.11.0 - # via -r requirements-dev.in pyproject-hooks==1.0.0 # via build pysocks==1.7.1 # via urllib3 -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements-dev.in # pytest-base-url @@ -116,7 +114,7 @@ pytest-html==4.1.1 # via pytest-selenium pytest-metadata==3.0.0 # via pytest-html -pytest-selenium==4.0.1 +pytest-selenium==4.0.2 # via -r requirements-dev.in pytest-variables==3.0.0 # via pytest-selenium @@ -131,9 +129,9 @@ requests==2.31.0 # -c constraints.txt # pytest-base-url # pytest-selenium -ruff==0.1.9 +ruff==0.1.14 # via -r requirements-dev.in -selenium==4.9.1 +selenium==4.16.0 # via # -r requirements-dev.in # pytest-selenium @@ -151,7 +149,7 @@ sqlparse==0.4.4 # django tenacity==8.2.3 # via pytest-selenium -trio==0.23.2 +trio==0.24.0 # via # selenium # trio-websocket diff --git a/requirements.in b/requirements.in index 675b095..ba90a95 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -django>=4.1,<5.0 +django>=4.1 django-anymail[mailgun]>=8.6 django-cleanup>=6.0 whitenoise>=6.2 diff --git a/requirements.txt b/requirements.txt index 004791b..264e21c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,19 +10,15 @@ asgiref==3.7.2 # django-htmx certifi==2023.11.17 # via requests -cffi==1.16.0 - # via cryptography charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib crispy-bootstrap5==2023.10 # via -r requirements.in -cryptography==41.0.7 - # via django-anymail cycler==0.12.1 # via matplotlib -django==4.2.8 +django==5.0.1 # via # -r requirements.in # crispy-bootstrap5 @@ -50,9 +46,9 @@ django-extensions==3.2.3 # via -r requirements.in django-htmx==1.17.2 # via -r requirements.in -django-solo==2.1.0 +django-solo==2.2.0 # via -r requirements.in -fonttools==4.47.0 +fonttools==4.47.2 # via matplotlib freezegun==1.4.0 # via -r requirements.in @@ -64,7 +60,7 @@ kiwisolver==1.4.5 # via matplotlib matplotlib==3.8.2 # via -r requirements.in -numpy==1.26.2 +numpy==1.26.3 # via # contourpy # matplotlib @@ -72,12 +68,10 @@ packaging==23.2 # via # gunicorn # matplotlib -pillow==10.1.0 +pillow==10.2.0 # via # -r requirements.in # matplotlib -pycparser==2.21 - # via cffi pyparsing==3.1.1 # via matplotlib python-dateutil==2.8.2