Skip to content

Commit

Permalink
Bump the all-dependencies group in /spec_parser with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /spec_parser with 4 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [types-requests](https://github.com/python/typeshed) and [certifi](https://github.com/certifi/python-certifi).


Updates `mypy` from 1.10.1 to 1.11.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.1...v1.11.1)

Updates `ruff` from 0.5.0 to 0.5.5
- [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.5.0...0.5.5)

Updates `types-requests` from 2.32.0.20240622 to 2.32.0.20240712
- [Commits](https://github.com/python/typeshed/commits)

Updates `certifi` from 2024.6.2 to 2024.7.4
- [Commits](certifi/python-certifi@2024.06.02...2024.07.04)

---
updated-dependencies:
- dependency-name: mypy
  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-patch
  dependency-group: all-dependencies
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: certifi
  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 and Parnassius committed Aug 1, 2024
1 parent 7051784 commit f0cda8d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
112 changes: 56 additions & 56 deletions spec_parser/poetry.lock

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

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

[tool.poetry.dev-dependencies]
black = "24.4.2"
mypy = "1.10.1"
mypy = "1.11.1"
poethepoet = "0.27.0"
ruff = "0.5.0"
types-requests = "2.32.0.20240622"
ruff = "0.5.5"
types-requests = "2.32.0.20240712"

[tool.poetry.scripts]
parse = "spec_parser.parser:parse"
Expand Down

0 comments on commit f0cda8d

Please sign in to comment.