From e65e3f4f56823d18090c36f841ec91423abb3bec Mon Sep 17 00:00:00 2001 From: Crocmagnon Date: Mon, 24 Apr 2023 18:04:38 +0000 Subject: [PATCH] Update dependencies --- constraints.txt | 4 ++-- requirements-dev.txt | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/constraints.txt b/constraints.txt index 9e1e95c..c251473 100644 --- a/constraints.txt +++ b/constraints.txt @@ -56,7 +56,7 @@ kiwisolver==1.4.4 # via matplotlib matplotlib==3.7.1 # via -r requirements.in -numpy==1.24.2 +numpy==1.24.3 # via # contourpy # matplotlib @@ -86,5 +86,5 @@ whitenoise==6.4.0 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: -setuptools==67.7.1 +setuptools==67.7.2 # via gunicorn diff --git a/requirements-dev.txt b/requirements-dev.txt index abc7261..62787af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,7 +46,7 @@ exceptiongroup==1.1.1 # via trio-websocket factory-boy==3.2.1 # via -r requirements-dev.in -faker==18.4.0 +faker==18.5.1 # via factory-boy filelock==3.12.0 # via virtualenv @@ -174,9 +174,9 @@ wsproto==1.2.0 # via trio-websocket # The following packages are considered to be unsafe in a requirements file: -pip==23.1 +pip==23.1.1 # via pip-tools -setuptools==67.7.1 +setuptools==67.7.2 # via # -c constraints.txt # nodeenv diff --git a/requirements.txt b/requirements.txt index 201f40f..4947a66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ kiwisolver==1.4.4 # via matplotlib matplotlib==3.7.1 # via -r requirements.in -numpy==1.24.2 +numpy==1.24.3 # via # contourpy # matplotlib @@ -86,5 +86,5 @@ whitenoise==6.4.0 # via -r requirements.in # The following packages are considered to be unsafe in a requirements file: -setuptools==67.7.1 +setuptools==67.7.2 # via gunicorn