Skip to content

Commit

Permalink
Bump the all-dependencies group in /spec_parser with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /spec_parser with 3 updates: [poethepoet](https://github.com/nat-n/poethepoet), [ruff](https://github.com/astral-sh/ruff) and [tomli](https://github.com/hukkin/tomli).


Updates `poethepoet` from 0.29.0 to 0.31.1
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.29.0...v0.31.1)

Updates `ruff` from 0.7.1 to 0.8.1
- [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.8.1)

Updates `tomli` from 2.0.2 to 2.2.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.2...2.2.1)

---
updated-dependencies:
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tomli
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 4f32a00 commit ad3cd7d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 29 deletions.
84 changes: 57 additions & 27 deletions spec_parser/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions spec_parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ requests = "2.32.3"

[tool.poetry.dev-dependencies]
mypy = "1.13.0"
poethepoet = "0.29.0"
ruff = "0.7.1"
poethepoet = "0.31.1"
ruff = "0.8.1"
types-requests = "2.32.0.20241016"

[tool.poetry.scripts]
Expand Down

0 comments on commit ad3cd7d

Please sign in to comment.