Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 9fc67c5 commit 713a24d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# pip-compile-multi
#
dictdiffer==0.9.0
# via -r requirements-tests.in
# via -r dev_requirements/requirements-tests.in
iniconfig==2.0.0
# via pytest
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.1
pytest==8.3.2
# via
# -r requirements-tests.in
# -r dev_requirements/requirements-tests.in
# pytest-datafiles
pytest-datafiles==3.0.0
# via -r requirements-tests.in
# via -r dev_requirements/requirements-tests.in
10 changes: 5 additions & 5 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
iniconfig==2.0.0
# via pytest
mypy==1.11.0
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.3
# via networkx-stubs
networkx-stubs==0.0.1
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.1
# via -r requirements-type_check.in
pytest==8.3.2
# via -r dev_requirements/requirements-type_check.in
types-requests==2.32.0.20240712
# via -r requirements-type_check.in
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.11.0
# via mypy
urllib3==2.2.1
Expand Down

0 comments on commit 713a24d

Please sign in to comment.