Skip to content

Commit

Permalink
build(deps-dev): bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [pyaml](https://github.com/mk-fg/pretty-yaml) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pyaml` from 24.4.0 to 24.7.0
- [Commits](https://github.com/mk-fg/pretty-yaml/commits)

Updates `pytest` from 8.2.2 to 8.3.1
- [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.2.2...8.3.1)

---
updated-dependencies:
- dependency-name: pyaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 525795c commit c2df702
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exceptiongroup = "^1.2.2"
knatch = "^1.0.5"

[tool.poetry.group.test.dependencies]
pyaml = "^24.4.0"
pyaml = "^24.7.0"
pytest = ">=7.4.2,<9.0.0"
pytest-datafiles = "^3.0.0"

Expand Down

0 comments on commit c2df702

Please sign in to comment.