Skip to content

Commit f1c02ec

Browse files
authored
Merge pull request #245 from cordada/update-pip-tools
deps: Update `pip-tools` from 6.14.0 to 7.4.1
2 parents 858a8f8 + 71c4bf5 commit f1c02ec

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PYTHON_PIP_VERSION_SPECIFIER = ==24.2
1010
PYTHON_SETUPTOOLS_VERSION_SPECIFIER = ==75.8.2
1111
PYTHON_WHEEL_VERSION_SPECIFIER = ==0.45.1
1212
PYTHON_VIRTUALENV_DIR = .pyenv
13-
PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==6.14.0
13+
PYTHON_PIP_TOOLS_VERSION_SPECIFIER = ==7.4.1
1414
PYTHON_PIP_TOOLS_SRC_FILES = requirements.in requirements-dev.in
1515

1616
# Django Admin

requirements-dev.in

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ flake8-formatter-junit-xml==0.0.6
1010
flake8==7.1.2
1111
isort==6.0.1
1212
mypy==1.15.0
13+
pip-tools==7.4.1
1314
twine==6.1.0
1415
unittest-xml-reporting==3.2.0

requirements-dev.txt

+21-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ black==25.1.0
88
# via -r requirements-dev.in
99
bleach==6.0.0
1010
# via readme-renderer
11+
build==1.2.2.post1
12+
# via pip-tools
1113
certifi==2024.7.4
1214
# via requests
1315
cffi==1.15.1
1416
# via cryptography
1517
charset-normalizer==3.1.0
1618
# via requests
1719
click==8.0.1
18-
# via black
20+
# via
21+
# black
22+
# pip-tools
1923
coverage==7.6.12
2024
# via -r requirements-dev.in
2125
cryptography==44.0.1
@@ -34,6 +38,7 @@ idna==3.7
3438
# via requests
3539
importlib-metadata==8.6.1
3640
# via
41+
# build
3742
# keyring
3843
# twine
3944
isort==6.0.1
@@ -67,9 +72,12 @@ mypy-extensions==1.0.0
6772
packaging==24.2
6873
# via
6974
# black
75+
# build
7076
# twine
7177
pathspec==0.9.0
7278
# via black
79+
pip-tools==7.4.1
80+
# via -r requirements-dev.in
7381
platformdirs==2.4.0
7482
# via black
7583
pycodestyle==2.12.1
@@ -82,6 +90,10 @@ pygments==2.15.0
8290
# via
8391
# readme-renderer
8492
# rich
93+
pyproject-hooks==1.2.0
94+
# via
95+
# build
96+
# pip-tools
8597
readme-renderer==37.3
8698
# via twine
8799
requests==2.32.2
@@ -104,7 +116,9 @@ six==1.16.0
104116
tomli==2.2.1
105117
# via
106118
# black
119+
# build
107120
# mypy
121+
# pip-tools
108122
twine==6.1.0
109123
# via -r requirements-dev.in
110124
typing-extensions==4.12.2
@@ -120,5 +134,11 @@ urllib3==1.26.19
120134
# twine
121135
webencodings==0.5.1
122136
# via bleach
137+
wheel==0.45.1
138+
# via pip-tools
123139
zipp==3.21.0
124140
# via importlib-metadata
141+
142+
# The following packages are considered to be unsafe in a requirements file:
143+
# pip
144+
# setuptools

0 commit comments

Comments
 (0)