Skip to content

Commit

Permalink
upgrade pytest and exceptiongroup
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jan 29, 2024
1 parent 0603de0 commit 319fbb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ types-redis==4.3.20
types-retry==0.9.9.4
types-requests==2.26.1
parameterized==0.9.0
pytest==7.4.0
pytest==7.4.4
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-django==4.5.2
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ docopt==0.6.2
# via pytest-watch
email-validator==2.0.0.post2
# via pydantic
exceptiongroup==1.1.2
# via pytest
exceptiongroup==1.2.0
# via
# -c requirements.txt
# pytest
faker==17.5.0
# via -r requirements-dev.in
fakeredis[lua]==2.11.0
Expand Down Expand Up @@ -149,7 +151,7 @@ pydantic-core==2.14.6
# pydantic
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.4
# via
# -r requirements-dev.in
# pytest-asyncio
Expand Down

0 comments on commit 319fbb1

Please sign in to comment.