1 Commits

Author SHA1 Message Date
dependabot[bot] 3f87f69074 chore(deps-dev): bump pytest from 7.4.4 to 9.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 9.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...9.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 03:18:51 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
FUNCTION_SCHEMA_FILE_NAME: functionSchema.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v5.0.0
- uses: actions/setup-python@v5
with:
python-version: "3.13"
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies = ["specklepy==3.1.0"]
[project.optional-dependencies]
dev = [
"mypy==1.13.0",
"pytest==7.4.4",
"pytest==9.0.2",
"ruff==0.11.12",
]