Skip to content

Commit 9b2cfb1

Browse files
Bump the python-dependencies group with 7 updates (#106)
Bumps the python-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [nox](https://github.com/wntrblm/nox) | `2024.10.9` | `2025.2.9` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.9.6` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.15.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `3.15.0` | `3.16.0` | | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.3.2` | `3.5.0` | Updates `nox` from 2024.10.9 to 2025.2.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.10.09...2025.02.09) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0) Updates `ruff` from 0.7.1 to 0.9.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.7.1...0.9.6) Updates `mypy` from 1.13.0 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.15.0) Updates `pytest` from 8.3.3 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@8.3.3...8.3.4) Updates `pytest-randomly` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@3.15.0...3.16.0) Updates `sphinx-autoapi` from 3.3.2 to 3.5.0 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.3.2...v3.5.0) --- updated-dependencies: - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-randomly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cf067a commit 9b2cfb1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ documentation = "https://docs.letsbuilda.dev/imsosorry/"
1616

1717
[project.optional-dependencies]
1818
dev = [
19-
"nox==2024.10.9",
20-
"pre-commit==4.0.1",
21-
"ruff==0.7.1",
22-
"mypy==1.13.0",
19+
"nox==2025.2.9",
20+
"pre-commit==4.1.0",
21+
"ruff==0.9.6",
22+
"mypy==1.15.0",
2323
]
2424
tests = [
25-
"pytest==8.3.3",
26-
"pytest-randomly==3.15.0",
25+
"pytest==8.3.4",
26+
"pytest-randomly==3.16.0",
2727
]
2828
docs = [
2929
"sphinx==8.1.3",
3030
"furo==2024.8.6",
31-
"sphinx-autoapi==3.3.2",
31+
"sphinx-autoapi==3.5.0",
3232
"releases==2.1.1",
3333
]
3434

0 commit comments

Comments
 (0)