File tree 3 files changed +23
-2
lines changed
3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PYTHON_PIP_VERSION_SPECIFIER = ==24.2
10
10
PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ==75.8.2
11
11
PYTHON_WHEEL_VERSION_SPECIFIER = ==0.45.1
12
12
PYTHON_VIRTUALENV_DIR = .pyenv
13
- PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==6.14.0
13
+ PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==7.4.1
14
14
PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in
15
15
16
16
# Django Admin
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ flake8-formatter-junit-xml==0.0.6
10
10
flake8==7.1.2
11
11
isort==6.0.1
12
12
mypy==1.15.0
13
+ pip-tools==7.4.1
13
14
twine==6.1.0
14
15
unittest-xml-reporting==3.2.0
Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ black==25.1.0
8
8
# via -r requirements-dev.in
9
9
bleach == 6.0.0
10
10
# via readme-renderer
11
+ build == 1.2.2.post1
12
+ # via pip-tools
11
13
certifi == 2024.7.4
12
14
# via requests
13
15
cffi == 1.15.1
14
16
# via cryptography
15
17
charset-normalizer == 3.1.0
16
18
# via requests
17
19
click == 8.0.1
18
- # via black
20
+ # via
21
+ # black
22
+ # pip-tools
19
23
coverage == 7.6.12
20
24
# via -r requirements-dev.in
21
25
cryptography == 44.0.1
@@ -34,6 +38,7 @@ idna==3.7
34
38
# via requests
35
39
importlib-metadata == 8.6.1
36
40
# via
41
+ # build
37
42
# keyring
38
43
# twine
39
44
isort == 6.0.1
@@ -67,9 +72,12 @@ mypy-extensions==1.0.0
67
72
packaging == 24.2
68
73
# via
69
74
# black
75
+ # build
70
76
# twine
71
77
pathspec == 0.9.0
72
78
# via black
79
+ pip-tools == 7.4.1
80
+ # via -r requirements-dev.in
73
81
platformdirs == 2.4.0
74
82
# via black
75
83
pycodestyle == 2.12.1
@@ -82,6 +90,10 @@ pygments==2.15.0
82
90
# via
83
91
# readme-renderer
84
92
# rich
93
+ pyproject-hooks == 1.2.0
94
+ # via
95
+ # build
96
+ # pip-tools
85
97
readme-renderer == 37.3
86
98
# via twine
87
99
requests == 2.32.2
@@ -104,7 +116,9 @@ six==1.16.0
104
116
tomli == 2.2.1
105
117
# via
106
118
# black
119
+ # build
107
120
# mypy
121
+ # pip-tools
108
122
twine == 6.1.0
109
123
# via -r requirements-dev.in
110
124
typing-extensions == 4.12.2
@@ -120,5 +134,11 @@ urllib3==1.26.19
120
134
# twine
121
135
webencodings == 0.5.1
122
136
# via bleach
137
+ wheel == 0.45.1
138
+ # via pip-tools
123
139
zipp == 3.21.0
124
140
# via importlib-metadata
141
+
142
+ # The following packages are considered to be unsafe in a requirements file:
143
+ # pip
144
+ # setuptools
You can’t perform that action at this time.
0 commit comments