Skip to content

Commit

Permalink
Bump the python group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 4 updates: [githubkit](https://github.com/yanyongyu/githubkit), [httpx](https://github.com/encode/httpx), [pydantic](https://github.com/pydantic/pydantic) and [ruff](https://github.com/astral-sh/ruff).


Updates `githubkit` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/yanyongyu/githubkit/releases)
- [Commits](yanyongyu/githubkit@v0.12.0...v0.12.1)

Updates `httpx` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.28.0...0.28.1)

Updates `pydantic` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.3)

Updates `ruff` from 0.8.1 to 0.8.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.1...0.8.2)

---
updated-dependencies:
- dependency-name: githubkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent c472d27 commit 367d3e2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ hen = "jg.hen.cli:main"
python = ">=3.11 <4.0"
click = "8.1.7"
blinker = "1.9.0"
githubkit = "0.12.0"
httpx = "0.28.0"
githubkit = "0.12.1"
httpx = "0.28.1"
pillow = "11.0.0"
lxml = "5.3.0"
cssselect = "1.2.0"
pydantic = "2.10.2"
pydantic = "2.10.3"

[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
Expand Down

0 comments on commit 367d3e2

Please sign in to comment.