|
5 | 5 | groups = ["default", "dev"] |
6 | 6 | strategy = ["direct_minimal_versions", "inherit_metadata"] |
7 | 7 | lock_version = "4.5.0" |
8 | | -content_hash = "sha256:70373f7c996c7e4f5c163216d115b5037e5a03f4bbe72963dd4482c84ff5410b" |
| 8 | +content_hash = "sha256:eeb709f45e01d5d34a3c94a4a0b8b9bfdc61c6c2ddeebe1a4462e69c6ea8ad39" |
9 | 9 |
|
10 | 10 | [[metadata.targets]] |
11 | 11 | requires_python = "~=3.10" |
12 | 12 |
|
13 | 13 | [[package]] |
14 | 14 | name = "anyio" |
15 | | -version = "3.7.1" |
16 | | -requires_python = ">=3.7" |
17 | | -summary = "High level compatibility layer for multiple asynchronous event loop implementations" |
| 15 | +version = "4.13.0" |
| 16 | +requires_python = ">=3.10" |
| 17 | +summary = "High-level concurrency and networking framework on top of asyncio or Trio" |
18 | 18 | groups = ["default"] |
19 | 19 | dependencies = [ |
20 | | - "exceptiongroup; python_version < \"3.11\"", |
| 20 | + "exceptiongroup>=1.0.2; python_version < \"3.11\"", |
21 | 21 | "idna>=2.8", |
22 | | - "sniffio>=1.1", |
23 | | - "typing-extensions; python_version < \"3.8\"", |
| 22 | + "typing-extensions>=4.5; python_version < \"3.13\"", |
24 | 23 | ] |
25 | 24 | files = [ |
26 | | - {file = "anyio-3.7.1-py3-none-any.whl", hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5"}, |
27 | | - {file = "anyio-3.7.1.tar.gz", hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780"}, |
| 25 | + {file = "anyio-4.13.0-py3-none-any.whl", hash = "sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708"}, |
| 26 | + {file = "anyio-4.13.0.tar.gz", hash = "sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc"}, |
28 | 27 | ] |
29 | 28 |
|
30 | 29 | [[package]] |
@@ -78,58 +77,61 @@ files = [ |
78 | 77 |
|
79 | 78 | [[package]] |
80 | 79 | name = "h11" |
81 | | -version = "0.12.0" |
82 | | -requires_python = ">=3.6" |
| 80 | +version = "0.14.0" |
| 81 | +requires_python = ">=3.7" |
83 | 82 | summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" |
84 | 83 | groups = ["default"] |
| 84 | +dependencies = [ |
| 85 | + "typing-extensions; python_version < \"3.8\"", |
| 86 | +] |
85 | 87 | files = [ |
86 | | - {file = "h11-0.12.0-py3-none-any.whl", hash = "sha256:36a3cb8c0a032f56e2da7084577878a035d3b61d104230d4bd49c0c6b555a9c6"}, |
87 | | - {file = "h11-0.12.0.tar.gz", hash = "sha256:47222cb6067e4a307d535814917cd98fd0a57b6788ce715755fa2b6c28b56042"}, |
| 88 | + {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, |
| 89 | + {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, |
88 | 90 | ] |
89 | 91 |
|
90 | 92 | [[package]] |
91 | 93 | name = "httpcore" |
92 | | -version = "0.15.0" |
| 94 | +version = "0.16.3" |
93 | 95 | requires_python = ">=3.7" |
94 | 96 | summary = "A minimal low-level HTTP client." |
95 | 97 | groups = ["default"] |
96 | 98 | dependencies = [ |
97 | | - "anyio==3.*", |
| 99 | + "anyio<5.0,>=3.0", |
98 | 100 | "certifi", |
99 | | - "h11<0.13,>=0.11", |
| 101 | + "h11<0.15,>=0.13", |
100 | 102 | "sniffio==1.*", |
101 | 103 | ] |
102 | 104 | files = [ |
103 | | - {file = "httpcore-0.15.0-py3-none-any.whl", hash = "sha256:1105b8b73c025f23ff7c36468e4432226cbb959176eab66864b8e31c4ee27fa6"}, |
104 | | - {file = "httpcore-0.15.0.tar.gz", hash = "sha256:18b68ab86a3ccf3e7dc0f43598eaddcf472b602aba29f9aa6ab85fe2ada3980b"}, |
| 105 | + {file = "httpcore-0.16.3-py3-none-any.whl", hash = "sha256:da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0"}, |
| 106 | + {file = "httpcore-0.16.3.tar.gz", hash = "sha256:c5d6f04e2fc530f39e0c077e6a30caa53f1451096120f1f38b954afd0b17c0cb"}, |
105 | 107 | ] |
106 | 108 |
|
107 | 109 | [[package]] |
108 | 110 | name = "httpx" |
109 | | -version = "0.23.0" |
| 111 | +version = "0.23.1" |
110 | 112 | requires_python = ">=3.7" |
111 | 113 | summary = "The next generation HTTP client." |
112 | 114 | groups = ["default"] |
113 | 115 | dependencies = [ |
114 | 116 | "certifi", |
115 | | - "httpcore<0.16.0,>=0.15.0", |
| 117 | + "httpcore<0.17.0,>=0.15.0", |
116 | 118 | "rfc3986[idna2008]<2,>=1.3", |
117 | 119 | "sniffio", |
118 | 120 | ] |
119 | 121 | files = [ |
120 | | - {file = "httpx-0.23.0-py3-none-any.whl", hash = "sha256:42974f577483e1e932c3cdc3cd2303e883cbfba17fe228b0f63589764d7b9c4b"}, |
121 | | - {file = "httpx-0.23.0.tar.gz", hash = "sha256:f28eac771ec9eb4866d3fb4ab65abd42d38c424739e80c08d8d20570de60b0ef"}, |
| 122 | + {file = "httpx-0.23.1-py3-none-any.whl", hash = "sha256:0b9b1f0ee18b9978d637b0776bfd7f54e2ca278e063e3586d8f01cda89e042a8"}, |
| 123 | + {file = "httpx-0.23.1.tar.gz", hash = "sha256:202ae15319be24efe9a8bd4ed4360e68fde7b38bcc2ce87088d416f026667d19"}, |
122 | 124 | ] |
123 | 125 |
|
124 | 126 | [[package]] |
125 | 127 | name = "idna" |
126 | | -version = "3.16" |
| 128 | +version = "3.17" |
127 | 129 | requires_python = ">=3.9" |
128 | 130 | summary = "Internationalized Domain Names in Applications (IDNA)" |
129 | 131 | groups = ["default"] |
130 | 132 | files = [ |
131 | | - {file = "idna-3.16-py3-none-any.whl", hash = "sha256:cc246e3a3f89580c3a951b5ad298ca4638078b2cdd4f115654332b5c26daded5"}, |
132 | | - {file = "idna-3.16.tar.gz", hash = "sha256:d7a6da03db833450fca25d2358ac9ff06cd624577a4aea3a596d5c0f77b8e03d"}, |
| 133 | + {file = "idna-3.17-py3-none-any.whl", hash = "sha256:466e48829084efe2548012b855df21540b96f2e20e51bd124c851536556a592c"}, |
| 134 | + {file = "idna-3.17.tar.gz", hash = "sha256:5eb0cb53bc467c12eadcf6de83163ad8527cec9416f44b9b61b19caedad2b87f"}, |
133 | 135 | ] |
134 | 136 |
|
135 | 137 | [[package]] |
|
0 commit comments