Skip to content

Commit

Permalink
Bump the examples group with 1 update
Browse files Browse the repository at this point in the history
Bumps the examples group with 1 update: [httpx](https://github.com/encode/httpx).


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

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: examples
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and insolor committed Mar 1, 2024
1 parent 7350e94 commit bd00394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
Pillow = {version = ">=10.2.0,<11.0.0", optional = true}
httpx = {version = ">=0.23.1,<0.27.0", optional = true}
httpx = {version = ">=0.23.1,<0.28.0", optional = true}
customtkinter = {version = "^5.2.1", optional = true}
typing-extensions = ">=4.7.0,<=5.0"

Expand Down

0 comments on commit bd00394

Please sign in to comment.