Skip to content

Commit

Permalink
Bump pytest from 7.4.4 to 8.3.4
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.3.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 331a045 commit e7568cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ alabaster==0.7.16
annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
babel==2.16.0
# via sphinx
black==23.12.1
# via -r requirements/dev.in
blinker==1.9.0
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
Expand All @@ -38,11 +38,11 @@ coverage[toml]==7.6.8
# coverage-badge
# pytest-cov
coverage-badge==1.1.2
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
distlib==0.3.9
# via virtualenv
dnspython==2.7.0
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
docutils==0.21.2
# via
# rstcheck-core
Expand Down Expand Up @@ -78,7 +78,7 @@ packaging==24.2
# sphinx
# tox
pallets-sphinx-themes==2.3.0
# via -r /home/runner/work/common.py/common.py/requirements/docs.in
# via -r requirements/docs.in
pathspec==0.12.1
# via black
pip-tools==7.4.1
Expand Down Expand Up @@ -107,26 +107,26 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==7.4.4
pytest==8.3.4
# via
# -r /home/runner/work/common.py/common.py/requirements/tests.in
# -r requirements/tests.in
# pytest-cov
# pytest-env
# pytest-ordering
pytest-cov==4.1.0
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
pytest-env==1.1.3
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
pytest-ordering==0.6
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
python-dotenv==1.0.1
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
requests==2.32.3
# via sphinx
rich==13.9.4
# via typer
rstcheck==6.2.4
# via -r /home/runner/work/common.py/common.py/requirements/docs.in
# via -r requirements/docs.in
rstcheck-core==1.2.1
# via rstcheck
shellingham==1.5.4
Expand All @@ -135,18 +135,18 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via
# -r /home/runner/work/common.py/common.py/requirements/docs.in
# -r requirements/docs.in
# pallets-sphinx-themes
# sphinx-issues
# sphinx-notfound-page
# sphinx-tabs
# sphinxcontrib-log-cabinet
sphinx-issues==3.0.1
# via -r /home/runner/work/common.py/common.py/requirements/docs.in
# via -r requirements/docs.in
sphinx-notfound-page==1.0.4
# via pallets-sphinx-themes
sphinx-tabs==3.4.7
# via -r /home/runner/work/common.py/common.py/requirements/docs.in
# via -r requirements/docs.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
Expand All @@ -156,13 +156,13 @@ sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-log-cabinet==1.0.1
# via -r /home/runner/work/common.py/common.py/requirements/docs.in
# via -r requirements/docs.in
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
tox==4.23.2
# via -r /home/runner/work/common.py/common.py/requirements/tests.in
# via -r requirements/tests.in
typer==0.14.0
# via rstcheck
typing-extensions==4.12.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ asgiref~=3.6
blinker~=1.6
coverage-badge~=1.0
dnspython~=2.0
pytest~=7.3
pytest~=8.3
pytest-cov~=4.0
pytest-env~=1.0
pytest-ordering~=0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pluggy==1.5.0
# tox
pyproject-api==1.8.0
# via tox
pytest==7.4.4
pytest==8.3.4
# via
# -r requirements/tests.in
# pytest-cov
Expand Down

0 comments on commit e7568cf

Please sign in to comment.