This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ packaging==23.2
46
46
# tox
47
47
pexpect==4.9.0
48
48
# via -r requirements/test.txt
49
- pip-tools==7.3 .0
49
+ pip-tools==7.4 .0
50
50
# via -r requirements/pip-tools.txt
51
51
platformdirs==4.2.0
52
52
# via
@@ -67,7 +67,8 @@ pyproject-hooks==1.0.0
67
67
# via
68
68
# -r requirements/pip-tools.txt
69
69
# build
70
- pytest==8.0.0
70
+ # pip-tools
71
+ pytest==8.0.1
71
72
# via -r requirements/test.txt
72
73
pyyaml==6.0.1
73
74
# via
@@ -83,7 +84,7 @@ tomli==2.0.1
83
84
# pyproject-hooks
84
85
# pytest
85
86
# tox
86
- tox==4.12.1
87
+ tox==4.13.0
87
88
# via -r requirements/dev.in
88
89
virtualenv==20.25.0
89
90
# via tox
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tomli==2.0.1
93
93
# via doc8
94
94
typing-extensions==4.9.0
95
95
# via pydata-sphinx-theme
96
- urllib3==2.2.0
96
+ urllib3==2.2.1
97
97
# via requests
98
98
zipp==3.17.0
99
99
# via importlib-metadata
Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
12
12
# via build
13
13
packaging==23.2
14
14
# via build
15
- pip-tools==7.3 .0
15
+ pip-tools==7.4 .0
16
16
# via -r requirements/pip-tools.in
17
17
pyproject-hooks==1.0.0
18
- # via build
18
+ # via
19
+ # build
20
+ # pip-tools
19
21
tomli==2.0.1
20
22
# via
21
23
# build
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pluggy==1.4.0
16
16
# via pytest
17
17
ptyprocess==0.7.0
18
18
# via pexpect
19
- pytest==8.0.0
19
+ pytest==8.0.1
20
20
# via -r requirements/test.in
21
21
pyyaml==6.0.1
22
22
# via -r requirements/base.txt
You can’t perform that action at this time.
0 commit comments