Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest from 7.1.3 to 7.3.0 #268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 1 addition & 9 deletions requirements.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile --output-file=requirements.test.txt requirements.test.in
#
attrs==21.4.0
# via pytest
flake8==4.0.1
# via -r requirements.test.in
freezegun==1.1.0
Expand All @@ -22,15 +20,13 @@ packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.7
# via packaging
pytest==7.1.3
pytest==7.3.0
# via
# -r requirements.test.in
# pytest-freezegun
Expand All @@ -46,10 +42,6 @@ python-dateutil==2.8.2
# via freezegun
six==1.16.0
# via python-dateutil
tomli==2.0.0
# via
# mypy
# pytest
typed-ast==1.5.4
# via -r requirements.test.in
types-pyyaml==6.0.11
Expand Down