Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates in the / directory: [pyright](https://github.com/RobertCraigie/pyright-python) and [pytest](https://github.com/pytest-dev/pytest).


Updates `pyright` from 1.1.379 to 1.1.380
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.379...v1.1.380)

Updates `pytest` from 8.3.2 to 8.3.3
- [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.2...8.3.3)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2024
1 parent 3e2ddd1 commit 1c30abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ lint = [
"ruff==0.6.4",
]
check = [
"pyright==1.1.379",
"pyright==1.1.380",
]
test = [
"pytest==8.3.2",
"pytest==8.3.3",
"coverage==7.6.1",
]
dev = [
Expand Down

0 comments on commit 1c30abd

Please sign in to comment.