From 24672349dde3ea2f27a99315d5814cd3e270992f Mon Sep 17 00:00:00 2001 From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:04:32 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 4 ++-- requirements-dev.txt | 14 +++++++------- requirements.txt | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/constraints.txt b/constraints.txt index 2d1e9ba..0331436 100644 --- a/constraints.txt +++ b/constraints.txt @@ -16,9 +16,9 @@ charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib -crispy-bootstrap5==2023.10 +crispy-bootstrap5==2024.2 # via -r requirements.in -cryptography==42.0.3 +cryptography==42.0.5 # via django-anymail cycler==0.12.1 # via matplotlib diff --git a/requirements-dev.txt b/requirements-dev.txt index a8befe9..8b6fbd7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ click==8.1.7 # via # black # pip-tools -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 # via pytest-cov distlib==0.3.8 # via virtualenv @@ -95,7 +95,7 @@ pyproject-hooks==1.0.0 # pip-tools pysocks==1.7.1 # via urllib3 -pytest==8.0.1 +pytest==8.0.2 # via # -r requirements-dev.in # pytest-base-url @@ -135,7 +135,7 @@ requests==2.31.0 # pytest-selenium ruff==0.2.2 # via -r requirements-dev.in -selenium==4.18.0 +selenium==4.18.1 # via # -r requirements-dev.in # pytest-selenium @@ -143,7 +143,7 @@ six==1.16.0 # via # -c constraints.txt # python-dateutil -sniffio==1.3.0 +sniffio==1.3.1 # via trio sortedcontainers==2.4.0 # via trio @@ -159,14 +159,14 @@ trio==0.24.0 # trio-websocket trio-websocket==0.11.1 # via selenium -typing-extensions==4.9.0 +typing-extensions==4.10.0 # via selenium urllib3[socks]==2.2.1 # via # -c constraints.txt # requests # selenium -virtualenv==20.25.0 +virtualenv==20.25.1 # via pre-commit wheel==0.42.0 # via pip-tools @@ -176,7 +176,7 @@ wsproto==1.2.0 # The following packages are considered to be unsafe in a requirements file: pip==24.0 # via pip-tools -setuptools==69.1.0 +setuptools==69.1.1 # via # nodeenv # pip-tools diff --git a/requirements.txt b/requirements.txt index 04cf559..ec68d79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,9 +16,9 @@ charset-normalizer==3.3.2 # via requests contourpy==1.2.0 # via matplotlib -crispy-bootstrap5==2023.10 +crispy-bootstrap5==2024.2 # via -r requirements.in -cryptography==42.0.3 +cryptography==42.0.5 # via django-anymail cycler==0.12.1 # via matplotlib