From 78e66ac0f2bd61d51f9aec08543c73afefbcc304 Mon Sep 17 00:00:00 2001
From: Crocmagnon <3630554+Crocmagnon@users.noreply.github.com>
Date: Mon, 1 Jul 2024 18:07:47 +0000
Subject: [PATCH] Update dependencies

---
 constraints.txt      |  2 +-
 requirements-dev.txt | 10 +++++-----
 requirements.txt     |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/constraints.txt b/constraints.txt
index 80ab076..1dde9d4 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -59,7 +59,7 @@ outcome==1.3.0.post0
     # via trio
 packaging==24.1
     # via gunicorn
-pillow==10.3.0
+pillow==10.4.0
     # via -r requirements.in
 pysocks==1.7.1
     # via urllib3
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 2d64887..e73a48c 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -66,7 +66,7 @@ h11==0.14.0
     # via
     #   -c constraints.txt
     #   wsproto
-hypothesis==6.103.5
+hypothesis==6.104.2
     # via -r requirements-dev.in
 identify==2.5.36
     # via pre-commit
@@ -83,7 +83,7 @@ jinja2==3.1.4
     # via pytest-html
 markupsafe==2.1.5
     # via jinja2
-model-bakery==1.18.1
+model-bakery==1.18.2
     # via -r requirements-dev.in
 mypy-extensions==1.0.0
     # via black
@@ -155,7 +155,7 @@ requests==2.32.3
     #   bpython
     #   pytest-base-url
     #   pytest-selenium
-ruff==0.4.10
+ruff==0.5.0
     # via -r requirements-dev.in
 selenium==4.22.0
     # via
@@ -213,7 +213,7 @@ wsproto==1.2.0
     #   trio-websocket
 
 # The following packages are considered to be unsafe in a requirements file:
-pip==24.1
+pip==24.1.1
     # via pip-tools
-setuptools==70.1.0
+setuptools==70.2.0
     # via pip-tools
diff --git a/requirements.txt b/requirements.txt
index f8a24f1..3f79142 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -59,7 +59,7 @@ outcome==1.3.0.post0
     # via trio
 packaging==24.1
     # via gunicorn
-pillow==10.3.0
+pillow==10.4.0
     # via -r requirements.in
 pysocks==1.7.1
     # via urllib3