From bdf83de7e4657f1717131d3229307292c925b185 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Thu, 12 Dec 2024 22:33:38 +0100 Subject: [PATCH] :arrow_up: Bump requirements.txt ``` make -B requirements.txt ``` --- requirements.txt | 50 ++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 31 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e8fda4..81e5042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,14 @@ # -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: # # pip-compile --output-file=requirements.txt requirements.in # -asgiref==3.5.2 +asgiref==3.8.1 # via django -attrs==22.1.0 - # via pytest -black==24.3.0 +black==24.10.0 # via -r requirements.in -click==8.1.3 +click==8.1.7 # via black dj-static==0.0.6 # via -r requirements.in @@ -18,52 +16,42 @@ django==3.1.14 # via -r requirements.in flake8==7.1.1 # via -r requirements.in -gunicorn==20.1.0 +gunicorn==23.0.0 # via -r requirements.in -iniconfig==1.1.1 +iniconfig==2.0.0 # via pytest -isort==5.10.1 +isort==5.13.2 # via -r requirements.in mccabe==0.7.0 # via flake8 -mypy-extensions==0.4.3 +mypy-extensions==1.0.0 # via black packaging==24.2 # via # black + # gunicorn # pytest -pathspec==0.10.1 +pathspec==0.12.1 # via black -platformdirs==2.5.2 +platformdirs==4.3.6 # via black -pluggy==1.0.0 - # via pytest -py==1.11.0 +pluggy==1.5.0 # via pytest -pycodestyle==2.12.0 +pycodestyle==2.12.1 # via flake8 pyflakes==3.2.0 # via flake8 -pystache==0.6.0 +pystache==0.6.6 # via static -pytest==7.1.3 +pytest==8.3.4 # via pytest-django -pytest-django==4.5.2 +pytest-django==4.9.0 # via -r requirements.in -pytz==2022.4 +pytz==2024.2 # via django -sqlparse==0.5.0 +sqlparse==0.5.3 # via django static==1.1.1 # via -r requirements.in static3==0.7.0 # via dj-static -tomli==2.0.1 - # via - # black - # pytest -typing-extensions==4.12.2 - # via black - -# The following packages are considered to be unsafe in a requirements file: -# setuptools