Skip to content

Commit 2d75393

Browse files
GOATS-1098: bumps-the-development-dependencies-pytest-pytest-asyncio-and-ruff (#492)
* Bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 8.4.2 to 9.0.0 - [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.4.2...9.0.0) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0) Updates `ruff` from 0.14.3 to 0.14.4 - [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.14.3...0.14.4) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * GOATS-1098: Update pyproject.toml. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miguel Gómez <[email protected]>
1 parent 2a22624 commit 2d75393

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ Changelog = "https://github.com/gemini-hlsw/goats/blob/main/CHANGES.md"
5151
[dependency-groups]
5252
dev = [
5353
"factory-boy>=3.3.3",
54-
"pytest>=8.4.2",
55-
"pytest-asyncio>=1.2.0",
54+
"pytest>=9.0.0",
55+
"pytest-asyncio>=1.3.0",
5656
"pytest-cov>=7.0.0",
5757
"pytest-django>=4.11.1",
5858
"pytest-mock>=3.15.1",
5959
"pytest-remotedata>=0.4.1",
6060
"pytest-xdist>=3.8.0",
61-
"ruff>=0.14.3",
61+
"ruff>=0.14.4",
6262
"towncrier>=25.8.0",
6363
]
6464
docs = [

uv.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)