Skip to content

Commit

Permalink
Bump httpx from 0.23.0 to 0.26.0
Browse files Browse the repository at this point in the history
This drops the indirect dependency on rfc3986, and uses more recent versions of a few other indirect dependencies.

Hopefully this should now get rid of the last thing that tripped CI runs on MacOS, which originated from somewhere in httpx...
  • Loading branch information
teutoburg committed Oct 21, 2024
1 parent 7d96f83 commit f10c27b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 37 deletions.
56 changes: 20 additions & 36 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 @@ -27,7 +27,7 @@ matplotlib = "^3.8.2"
pooch = "^1.8.2"

docutils = "^0.19"
httpx = ">=0.23.0"
httpx = ">=0.26.0"
beautifulsoup4 = "^4.12.1"
lxml = "^5.2.2"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit f10c27b

Please sign in to comment.