Skip to content

Commit

Permalink
Bump the pip-updates group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [lastversion](https://github.com/dvershinin/lastversion) | `3.5.2` | `3.5.4` |
| [typer](https://github.com/fastapi/typer) | `0.12.3` | `0.12.5` |
| [setuptools](https://github.com/pypa/setuptools) | `70.0.0` | `73.0.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
| [tox](https://github.com/tox-dev/tox) | `4.15.1` | `4.18.0` |



Updates `lastversion` from 3.5.2 to 3.5.4
- [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.4)

Updates `typer` from 0.12.3 to 0.12.5
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.3...0.12.5)

Updates `setuptools` from 70.0.0 to 73.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.0.0...v73.0.1)

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

Updates `tox` from 4.15.1 to 4.18.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.15.1...4.18.0)

---
updated-dependencies:
- dependency-name: lastversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: typer
  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
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 5081243 commit 693ddcf
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 46 deletions.
91 changes: 46 additions & 45 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,<74.0", python = ">=3.12"}

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

0 comments on commit 693ddcf

Please sign in to comment.