Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base-local.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ipdb==0.13.13 # 2023 Mar https://pypi.org/project/ipdb/0.13.13/
# Pytest
# ------------------
pytest==7.4.2 # 2023 Sep https://github.com/pytest-dev/pytest/7.4.2
pytest-django==4.5.2 # 2021 Dec https://pypi.org/project/pytest-django/4.5.2
pytest-django==4.6.0 # 2021 Dec https://pypi.org/project/pytest-django/4.5.2
pytest-restrict==4.6.0 # 2023 Jul https://pypi.org/project/pytest-restrict/4.6.0

# kolo==1.3.7 # https://github.com/kolofordjango/kolo#installation
14 changes: 6 additions & 8 deletions requirements/base-local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile base-local.in
#
appnope==0.1.3
# via ipython
asttokens==2.2.1
# via stack-data
backcall==0.2.0
Expand All @@ -21,7 +19,7 @@ executing==1.2.0
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
# via -r base-local.in
# via -r requirements/base-local.in
ipython==8.14.0
# via ipdb
jedi==0.18.2
Expand All @@ -30,7 +28,7 @@ matplotlib-inline==0.1.6
# via ipython
packaging==23.2
# via
# -c base-base.txt
# -c requirements/base-base.txt
# pytest
parso==0.8.3
# via jedi
Expand All @@ -52,13 +50,13 @@ pygments==2.15.1
# via ipython
pytest==7.4.2
# via
# -r base-local.in
# -r requirements/base-local.in
# pytest-django
# pytest-restrict
pytest-django==4.5.2
# via -r base-local.in
pytest-django==4.6.0
# via -r requirements/base-local.in
pytest-restrict==4.6.0
# via -r base-local.in
# via -r requirements/base-local.in
six==1.16.0
# via asttokens
stack-data==0.6.2
Expand Down