Skip to content

Commit

Permalink
chore: bump the python-packages group with 2 updates (#1021)
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 [pytest-httpserver](https://github.com/csernazs/pytest-httpserver).


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

Updates `pytest-httpserver` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases)
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst)
- [Commits](csernazs/pytest-httpserver@1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest-httpserver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 8f1443c commit 81aedeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -68,7 +68,7 @@ pytest = "^8.3.4"
pytest-cov = "^5.0.0"
pytest-timeout = "^2.3.1"
pytest-asyncio = "^0.24.0"
pytest-httpserver = "^1.1.0"
pytest-httpserver = "^1.1.1"
requests-mock = "^1.12.1"
aioresponses = {git = "https://github.com/pnuckowski/aioresponses.git", rev = "b83af203d5550006fd2328af230c2d93e36c6cb1"}

Expand Down

0 comments on commit 81aedeb

Please sign in to comment.