File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
pytest
2
+ httpx
Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
2
# uv pip compile ./test.in --output-file ./test.txt --no-strip-extras --python-version 3.10
3
+ anyio==4.7.0
4
+ # via httpx
5
+ certifi==2024.12.14
6
+ # via
7
+ # httpcore
8
+ # httpx
3
9
exceptiongroup==1.2.2
4
- # via pytest
10
+ # via
11
+ # anyio
12
+ # pytest
13
+ h11==0.14.0
14
+ # via httpcore
15
+ httpcore==1.0.7
16
+ # via httpx
17
+ httpx==0.28.1
18
+ # via -r ./test.in
19
+ idna==3.10
20
+ # via
21
+ # anyio
22
+ # httpx
5
23
iniconfig==2.0.0
6
24
# via pytest
7
25
packaging==24.2
@@ -10,5 +28,9 @@ pluggy==1.5.0
10
28
# via pytest
11
29
pytest==8.3.4
12
30
# via -r ./test.in
31
+ sniffio==1.3.1
32
+ # via anyio
13
33
tomli==2.2.1
14
34
# via pytest
35
+ typing-extensions==4.12.2
36
+ # via anyio
You can’t perform that action at this time.
0 commit comments