Skip to content

Commit e41c6b7

Browse files
chore(deps): update dependency httpcore to v1.0.6
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024) - Relax `trio` dependency pinning. ([#956](encode/httpcore#956)) - Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955)) - Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
1 parent e4ab4d9 commit e41c6b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gazelle_python.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ h11==0.14.0 \
328328
--hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \
329329
--hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
330330
# via httpcore
331-
httpcore==1.0.5 \
332-
--hash=sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61 \
333-
--hash=sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5
331+
httpcore==1.0.6 \
332+
--hash=sha256:27b59625743b85577a8c0e10e55b50b5368a4f2cfe8cc7bcfa9cf00829c2682f \
333+
--hash=sha256:73f6dbd6eb8c21bbf7ef8efad555481853f5f6acdeaff1edb0694289269ee17f
334334
# via httpx
335335
httpx==0.27.2 \
336336
--hash=sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0 \

0 commit comments

Comments
 (0)