Skip to content

Commit

Permalink
Bump the pip-updates group with 3 updates (#1392)
Browse files Browse the repository at this point in the history
Bumps the pip-updates group with 3 updates: [lastversion](https://github.com/dvershinin/lastversion), [setuptools](https://github.com/pypa/setuptools) and [pytest](https://github.com/pytest-dev/pytest).


Updates `lastversion` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/dvershinin/lastversion/releases)
- [Changelog](https://github.com/dvershinin/lastversion/blob/master/CHANGELOG.md)
- [Commits](dvershinin/lastversion@v3.5.2...v3.5.3)

Updates `setuptools` from 70.3.0 to 71.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v71.1.0)

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: lastversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-updates
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
...

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 22, 2024
1 parent 5e47789 commit d0292a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 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 @@ -18,7 +18,7 @@ build = ">=0.9,<1.3"
lastversion = { version = ">=2.4.2,<4.0.0", optional = true }
packaging = { version = ">=21.3,<25.0", optional = true }
typer = {extras = ["all"], version = ">=0.6.1,<0.13.0"}
setuptools = {version = ">=69.2,<71.0", python = ">=3.12"}
setuptools = {version = ">=69.2,<72.0", python = ">=3.12"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.1"
Expand Down

0 comments on commit d0292a0

Please sign in to comment.