diff --git a/backend/requirements/dev.txt b/backend/requirements/dev.txt index 92b277bad..638625a11 100644 --- a/backend/requirements/dev.txt +++ b/backend/requirements/dev.txt @@ -85,7 +85,7 @@ packaging==23.2 # via build pandas==1.3.4 # via iptocc -pillow==10.2.0 +pillow==10.3.0 # via genbadge pip-tools==7.3.0 # via -r requirements.in/dev.txt diff --git a/backend/requirements/prod.txt b/backend/requirements/prod.txt index c8608dfb7..25ab90209 100644 --- a/backend/requirements/prod.txt +++ b/backend/requirements/prod.txt @@ -56,7 +56,7 @@ numpy==1.24.3 # via pandas pandas==1.5.3 # via iptocc -pillow==10.2.0 +pillow==10.3.0 # via genbadge psycopg2==2.9.6 # via -r requirements.in/base.txt