Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 5 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 5 updates in the /misc/codegen directory:

| Package | From | To |
| --- | --- | --- |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.2` |
| [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` |



Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

Updates `mypy` from 1.13.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.1)

Updates `ruff` from 0.8.4 to 0.9.2
- [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.8.4...0.9.2)

Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 640c076 commit c704a68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions misc/codegen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ beautifulsoup4==4.12.3
# via codegen (pyproject.toml)
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
jinja2==3.1.4
jinja2==3.1.5
# via codegen (pyproject.toml)
markupsafe==3.0.2
# via jinja2
mypy==1.13.0
mypy==1.14.1
# via codegen (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
Expand All @@ -28,15 +28,15 @@ pyproject-hooks==1.2.0
# pip-tools
pyyaml==6.0.2
# via codegen (pyproject.toml)
ruff==0.8.4
ruff==0.9.2
# via codegen (pyproject.toml)
soupsieve==2.6
# via beautifulsoup4
types-beautifulsoup4==4.12.0.20241020
# via codegen (pyproject.toml)
types-html5lib==1.1.11.20241018
# via types-beautifulsoup4
types-pyyaml==6.0.12.20240917
types-pyyaml==6.0.12.20241230
# via codegen (pyproject.toml)
typing-extensions==4.12.2
# via mypy
Expand Down

0 comments on commit c704a68

Please sign in to comment.