Skip to content

Commit

Permalink
deps(dev): pin django-debug-toolbar >= 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course committed May 12, 2024
1 parent dfa58f7 commit 6e4a608
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions backend/paycheck/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=backend/paycheck/requirements/dev.txt backend/paycheck/requirements/dev.in
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
#
asgiref==3.8.1
# via django
Expand All @@ -11,7 +11,7 @@ asttokens==2.4.1
autopep8==1.6.0
# via django-silk
black==22.3.0
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
click==8.1.7
# via black
coverage[toml]==7.5.1
Expand All @@ -22,34 +22,37 @@ decorator==5.1.1
# ipython
django==5.0.6
# via
# -c backend/paycheck/requirements/base.in
# -c requirements/base.in
# django-debug-toolbar
# django-silk
django-debug-toolbar==4.3.0
# via -r requirements/dev.in
django-silk==5.1.0
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
exceptiongroup==1.2.1
# via
# ipython
# pytest
executing==2.0.1
# via stack-data
factory-boy==3.3.0
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
faker==25.1.0
# via
# -r backend/paycheck/requirements/dev.in
# -r requirements/dev.in
# factory-boy
flake8==4.0.1
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
gprof2dot==2022.7.29
# via django-silk
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
ipython==8.24.0
# via ipdb
isort==5.10.1
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
jedi==0.19.1
# via ipython
matplotlib-inline==0.1.7
Expand Down Expand Up @@ -86,13 +89,13 @@ pygments==2.18.0
# via ipython
pytest==8.2.0
# via
# -r backend/paycheck/requirements/dev.in
# -r requirements/dev.in
# pytest-cov
# pytest-django
pytest-cov==3.0.0
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
pytest-django==4.8.0
# via -r backend/paycheck/requirements/dev.in
# via -r requirements/dev.in
python-dateutil==2.9.0.post0
# via faker
six==1.16.0
Expand All @@ -102,6 +105,7 @@ six==1.16.0
sqlparse==0.5.0
# via
# django
# django-debug-toolbar
# django-silk
stack-data==0.6.3
# via ipython
Expand Down

0 comments on commit 6e4a608

Please sign in to comment.