Skip to content

Commit

Permalink
fix(deps): update dependency httpx to ^0.27.0 (#203)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency httpx to ^0.27.0

* improvement: update dependency httpx to ^0.27.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niklas Rosenstein <[email protected]>
  • Loading branch information
renovate[bot] and NiklasRosenstein authored Apr 11, 2024
1 parent 6fe58a6 commit 2f3b3cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changelog/_unreleased.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ id = "4560750d-452d-43f0-af08-d791aaf5134a"
type = "improvement"
description = "Upgrade keyring to v25"
author = "@NiklasRosenstein"

[[entries]]
id = "bc473819-4740-43ac-a86a-ce98b8039041"
type = "improvement"
description = "update dependency httpx to ^0.27.0"
author = "@NiklasRosenstein"
2 changes: 1 addition & 1 deletion kraken-build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ databind-json = "^4.2.5"
dataclasses = {version = "^0.6", python = "<3.7"}
deprecated = "^1.2.13"
dill = ">=0.3.8,<0.4.0"
httpx = "^0.26.0"
httpx = "^0.27.0"
keyring = "^25.0.0"
networkx = "^3.1"
nr-io-graphviz = "^0.1.1"
Expand Down

0 comments on commit 2f3b3cf

Please sign in to comment.