Skip to content

Commit

Permalink
⬆️ Bump requirements.txt
Browse files Browse the repository at this point in the history
```
make -B requirements.txt
```
  • Loading branch information
AndreMiras committed Dec 12, 2024
1 parent 654db46 commit bdf83de
Showing 1 changed file with 19 additions and 31 deletions.
50 changes: 19 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,69 +1,57 @@
#
# 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
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

0 comments on commit bdf83de

Please sign in to comment.