|
1 | 1 | -r base.txt
|
2 | 2 |
|
3 |
| -Werkzeug==2.0.2 # https://github.com/pallets/werkzeug |
4 |
| -ipdb==0.13.9 # https://github.com/gotcha/ipdb |
5 |
| -psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 |
6 |
| -watchgod==0.7 # https://github.com/samuelcolvin/watchgod |
| 3 | +Werkzeug==3.0.3 # https://github.com/pallets/werkzeug |
| 4 | +ipdb==0.13.13 # https://github.com/gotcha/ipdb |
| 5 | +psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 |
| 6 | +watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod |
7 | 7 |
|
8 | 8 | # Testing
|
9 | 9 | # ------------------------------------------------------------------------------
|
10 |
| -mypy==0.930 # https://github.com/python/mypy |
11 |
| -django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs |
12 |
| -pytest==6.2.5 # https://github.com/pytest-dev/pytest |
13 |
| -pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar |
14 |
| -djangorestframework-stubs==1.4.0 # https://github.com/typeddjango/djangorestframework-stubs |
| 10 | +mypy==1.10.1 #https://github.com/python/mypy |
| 11 | +django-stubs==5.0.2 # https://github.com/typeddjango/django-stubs |
| 12 | +pytest==8.2.2 # https://github.com/pytest-dev/pytest |
| 13 | +pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar |
| 14 | +djangorestframework-stubs==3.15.0 # https://github.com/typeddjango/djangorestframework-stubs |
15 | 15 |
|
16 | 16 | # Documentation
|
17 | 17 | # ------------------------------------------------------------------------------
|
18 |
| -sphinx==4.3.2 # https://github.com/sphinx-doc/sphinx |
19 |
| -sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild |
| 18 | +Sphinx==7.3.7 # https://github.com/sphinx-doc/sphinx |
| 19 | +sphinx-autobuild==2024.4.16 # https://github.com/GaretJax/sphinx-autobuild |
20 | 20 |
|
21 | 21 | # Code quality
|
22 | 22 | # ------------------------------------------------------------------------------
|
23 |
| -flake8==4.0.1 # https://github.com/PyCQA/flake8 |
24 |
| -flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort |
25 |
| -coverage==6.2 # https://github.com/nedbat/coveragepy |
26 |
| -black # https://github.com/psf/black |
27 |
| -pylint-django==2.5.0 # https://github.com/PyCQA/pylint-django |
28 |
| -pre-commit==2.16.0 # https://github.com/pre-commit/pre-commit |
| 23 | +flake8==7.1.0 # https://github.com/PyCQA/flake8 |
| 24 | +flake8-isort==6.1.1 # https://github.com/gforcada/flake8-isort |
| 25 | +coverage==7.5.4 # https://github.com/nedbat/coveragepy |
| 26 | +black==24.4.2 # https://github.com/psf/black |
| 27 | +pylint-django==2.5.5 # https://github.com/PyCQA/pylint-django |
| 28 | +pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit |
29 | 29 |
|
30 | 30 | # Django
|
31 | 31 | # ------------------------------------------------------------------------------
|
32 |
| -factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy |
| 32 | +factory-boy==3.3.0 # https://github.com/FactoryBoy/factory_boy |
33 | 33 |
|
34 |
| -django-debug-toolbar==3.2.4 # https://github.com/jazzband/django-debug-toolbar |
35 |
| -django-extensions==3.1.5 # https://github.com/django-extensions/django-extensions |
36 |
| -django-coverage-plugin==2.0.2 # https://github.com/nedbat/django_coverage_plugin |
37 |
| -pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django |
| 34 | +django-debug-toolbar==4.4.5 # https://github.com/jazzband/django-debug-toolbar |
| 35 | +django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions |
| 36 | +django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin |
| 37 | +pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django |
0 commit comments