Skip to content

Commit

Permalink
fix: httpx only defaults .netrc location in 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 5, 2023
1 parent 5cbdc36 commit b110e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Changelog

.. scriv-start-here
2.1.0 — 2023-07-05
2.1.1 — 2023-07-05
------------------

- Implicit .netrc authentication stopped working, but has been fixed. Thanks,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"click",
"dulwich",
"exceptiongroup",
"httpx>=0.24.0", # 0.24.0 added NetRCAuth()
"httpx>=0.24.1", # 0.24.1 added NetRCAuth()
"rich",
"trio",
]
Expand Down
2 changes: 1 addition & 1 deletion src/watchgha/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit b110e69

Please sign in to comment.