Skip to content

Commit

Permalink
chore: bump the python-packages group with 2 updates (#1019)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 2 updates: [pydantic](https://github.com/pydantic/pydantic) and [requests-sse](https://github.com/overcat/requests-sse).


Updates `pydantic` from 2.10.4 to 2.10.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.4...v2.10.5)

Updates `requests-sse` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/overcat/requests-sse/releases)
- [Changelog](https://github.com/overcat/requests-sse/blob/main/CHANGES.md)
- [Commits](overcat/requests-sse@0.3.2...0.5.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: requests-sse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent f320274 commit 422c305
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ shamir-mnemonic = { version = "^0.3.0", optional = true }
toml = "^0.10.2"
pydantic = "^2.5.2"
xdrlib3 = "^0.1.1"
requests-sse = "^0.3.0"
requests-sse = ">=0.3,<0.6"

[tool.poetry.extras]
aiohttp = ["aiohttp", "aiohttp-sse-client"]
Expand Down

0 comments on commit 422c305

Please sign in to comment.