Skip to content

Commit

Permalink
Revert "Updated dependencies relying on pluggy"
Browse files Browse the repository at this point in the history
This reverts commit 4edd4ab.
  • Loading branch information
Gilbert09 committed Oct 30, 2024
1 parent 6e26440 commit c46baaa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ types-retry==0.9.9.4
types-requests==2.26.1
types-tzlocal~=5.1.0.1
parameterized==0.9.0
pytest==8.3.3
pytest-asyncio==0.24.0
pytest==7.4.4
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.10.0
pytest-split==0.8.1
pytest-watch==4.2.0
pytest-xdist==3.6.1
python-dateutil>=2.8.2
responses==0.23.1
syrupy~=4.6.0
watchdog==2.1.8
flaky==3.8.1
flaky==3.7.0
aioresponses==0.7.6
prance==23.06.21.0
openapi-spec-validator==0.7.1 # Needed for prance as a validation backend
16 changes: 7 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ faker==17.5.0
# via -r requirements-dev.in
fakeredis==2.23.3
# via -r requirements-dev.in
flaky==3.8.1
flaky==3.7.0
# via -r requirements-dev.in
freezegun==1.2.2
# via -r requirements-dev.in
Expand Down Expand Up @@ -189,10 +189,8 @@ platformdirs==3.11.0
# via
# -c requirements.txt
# black
pluggy==1.5.0
# via
# -c requirements.txt
# pytest
pluggy==0.13.1
# via pytest
pprintpp==0.4.0
# via pytest-icdiff
prance==23.6.21.0
Expand All @@ -211,7 +209,7 @@ pydantic-core==2.23.4
# pydantic
pygments==2.18.0
# via rich
pytest==8.3.3
pytest==7.4.4
# via
# -r requirements-dev.in
# pytest-asyncio
Expand All @@ -224,7 +222,7 @@ pytest==8.3.3
# pytest-watch
# pytest-xdist
# syrupy
pytest-asyncio==0.24.0
pytest-asyncio==0.21.1
# via -r requirements-dev.in
pytest-cov==4.1.0
# via -r requirements-dev.in
Expand All @@ -236,7 +234,7 @@ pytest-icdiff==0.6
# via -r requirements-dev.in
pytest-mock==3.11.1
# via -r requirements-dev.in
pytest-split==0.10.0
pytest-split==0.8.1
# via -r requirements-dev.in
pytest-watch==4.2.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -303,7 +301,7 @@ sqlparse==0.4.4
# via
# -c requirements.txt
# django
syrupy==4.6.4
syrupy==4.6.0
# via -r requirements-dev.in
toml==0.10.2
# via
Expand Down

0 comments on commit c46baaa

Please sign in to comment.