From 2972d62e2afdc4cdb7d18c5b7839f412a8711ddb Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 2 Jun 2023 23:50:11 +0200 Subject: [PATCH] remove unused deps & update --- constraints.txt | 8 +------- requirements-dev.in | 2 -- requirements-dev.txt | 16 ++++------------ requirements.txt | 8 +------- 4 files changed, 6 insertions(+), 28 deletions(-) diff --git a/constraints.txt b/constraints.txt index 2591c26..5b928e2 100644 --- a/constraints.txt +++ b/constraints.txt @@ -16,14 +16,10 @@ certifi==2023.5.7 # via # requests # selenium -cffi==1.15.1 - # via cryptography charset-normalizer==3.1.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration -cryptography==40.0.2 - # via django-anymail django==4.2.1 # via # -r requirements.in @@ -45,7 +41,7 @@ django-extensions==3.2.1 # via -r requirements.in django-htmx==1.14.0 # via -r requirements.in -django-linear-migrations==2.7.0 +django-linear-migrations==2.8.0 # via -r requirements.in django-registration==3.3 # via -r requirements.in @@ -65,8 +61,6 @@ outcome==1.2.0 # via trio pillow==9.5.0 # via -r requirements.in -pycparser==2.21 - # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0 diff --git a/requirements-dev.in b/requirements-dev.in index 1330a39..284d828 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -3,11 +3,9 @@ django-debug-toolbar>=3.2 pytest>=6.0 pytest-cov>=3.0.0 pytest-django>=4.1.0 -pytest-html>=3.1.1 pytest-selenium>=4.0.0 pre-commit>=2.1 model-bakery>=1.3.1 -freezegun>=1.1.0 bpython>=0.22.1 invoke>=2.0.0 hypothesis>=6.56.4 diff --git a/requirements-dev.txt b/requirements-dev.txt index d37a351..e0762ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -41,7 +41,7 @@ click==8.1.3 # via # black # pip-tools -coverage[toml]==7.2.6 +coverage[toml]==7.2.7 # via pytest-cov curtsies==0.4.1 # via bpython @@ -67,15 +67,13 @@ exceptiongroup==1.1.1 # trio-websocket filelock==3.12.0 # via virtualenv -freezegun==1.2.2 - # via -r requirements-dev.in greenlet==2.0.2 # via bpython h11==0.14.0 # via # -c constraints.txt # wsproto -hypothesis==6.75.6 +hypothesis==6.75.9 # via -r requirements-dev.in identify==2.5.24 # via pre-commit @@ -142,17 +140,13 @@ pytest-cov==4.1.0 pytest-django==4.5.2 # via -r requirements-dev.in pytest-html==3.2.0 - # via - # -r requirements-dev.in - # pytest-selenium + # via pytest-selenium pytest-metadata==3.0.0 # via pytest-html pytest-selenium==4.0.1 # via -r requirements-dev.in pytest-variables==3.0.0 # via pytest-selenium -python-dateutil==2.8.2 - # via freezegun pyxdg==0.28 # via bpython pyyaml==6.0 @@ -170,9 +164,7 @@ selenium==4.9.1 # -c constraints.txt # pytest-selenium six==1.16.0 - # via - # blessed - # python-dateutil + # via blessed sniffio==1.3.0 # via # -c constraints.txt diff --git a/requirements.txt b/requirements.txt index 8cc3835..948be77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,14 +16,10 @@ certifi==2023.5.7 # via # requests # selenium -cffi==1.15.1 - # via cryptography charset-normalizer==3.1.0 # via requests confusable-homoglyphs==3.2.0 # via django-registration -cryptography==40.0.2 - # via django-anymail django==4.2.1 # via # -r requirements.in @@ -45,7 +41,7 @@ django-extensions==3.2.1 # via -r requirements.in django-htmx==1.14.0 # via -r requirements.in -django-linear-migrations==2.7.0 +django-linear-migrations==2.8.0 # via -r requirements.in django-registration==3.3 # via -r requirements.in @@ -65,8 +61,6 @@ outcome==1.2.0 # via trio pillow==9.5.0 # via -r requirements.in -pycparser==2.21 - # via cffi pysocks==1.7.1 # via urllib3 requests==2.31.0