Skip to content

Commit

Permalink
Only upgrade the bare necessities
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Oct 30, 2024
1 parent c46baaa commit 5841905
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ types-retry==0.9.9.4
types-requests==2.26.1
types-tzlocal~=5.1.0.1
parameterized==0.9.0
pytest==7.4.4
pytest==8.0.2
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-django==4.5.2
pytest-env==0.8.2
pytest-icdiff==0.6
pytest-mock==3.11.1
pytest-split==0.8.1
pytest-split==0.9.0
pytest-watch==4.2.0
pytest-xdist==3.6.1
python-dateutil>=2.8.2
Expand Down
12 changes: 7 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ platformdirs==3.11.0
# via
# -c requirements.txt
# black
pluggy==0.13.1
# via pytest
pluggy==1.5.0
# via
# -c requirements.txt
# pytest
pprintpp==0.4.0
# via pytest-icdiff
prance==23.6.21.0
Expand All @@ -209,7 +211,7 @@ pydantic-core==2.23.4
# pydantic
pygments==2.18.0
# via rich
pytest==7.4.4
pytest==8.0.2
# via
# -r requirements-dev.in
# pytest-asyncio
Expand All @@ -234,7 +236,7 @@ pytest-icdiff==0.6
# via -r requirements-dev.in
pytest-mock==3.11.1
# via -r requirements-dev.in
pytest-split==0.8.1
pytest-split==0.9.0
# via -r requirements-dev.in
pytest-watch==4.2.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -301,7 +303,7 @@ sqlparse==0.4.4
# via
# -c requirements.txt
# django
syrupy==4.6.0
syrupy==4.6.4
# via -r requirements-dev.in
toml==0.10.2
# via
Expand Down

0 comments on commit 5841905

Please sign in to comment.