Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [tclint](https://github.com/nmoroze/tclint).


Updates `pytest` from 8.2.0 to 8.2.1
- [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.0...8.2.1)

Updates `tclint` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/nmoroze/tclint/releases)
- [Commits](nmoroze/tclint@v0.2.4...v0.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 2e2c9f1 commit 8de5ff4
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 @@ -32,9 +32,9 @@ dynamic = ["version"]
# Dev dependencies.
dev = [
"flake8==7.0.0",
"pytest==8.2.0",
"pytest==8.2.1",
"pytest-xdist==3.6.1",
"tclint==0.2.4"
"tclint==0.2.5"
]
docs = [
"sphinx",
Expand Down

0 comments on commit 8de5ff4

Please sign in to comment.