Skip to content

Commit 4f5b041

Browse files
CoperhSonnyBA
authored andcommitted
⬆️ update pip tools
1 parent a628569 commit 4f5b041

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/oaf-check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.11'
23+
cache: 'pip'
24+
cache-dependency-path: 'requirements/dev.txt'
2325
- name: Install dependencies
24-
run: pip install -U pip-tools
26+
run: pip install $(grep "pip-tools==" requirements/dev.txt)
2527
- name: Run compile dependencies
2628
run: ./bin/compile_dependencies.sh --upgrade-package open-api-framework
2729

requirements/base.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ djangorestframework-inclusions==1.2.0
179179
drf-nested-routers==0.93.3
180180
# via commonground-api-common
181181
drf-spectacular[sidecar]==0.27.2
182-
# via
183-
# drf-spectacular
184-
# open-api-framework
182+
# via open-api-framework
185183
drf-spectacular-sidecar==2024.7.1
186184
# via drf-spectacular
187185
drf-yasg==1.21.7

requirements/ci.txt

-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ django-solo==2.2.0
240240
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
241241
# via
242242
# -r requirements/base.txt
243-
# django-two-factor-auth
244243
# maykin-2fa
245244
django-webtest==1.9.7
246245
# via -r requirements/test-tools.in
@@ -275,7 +274,6 @@ drf-nested-routers==0.93.3
275274
drf-spectacular[sidecar]==0.27.2
276275
# via
277276
# -r requirements/base.txt
278-
# drf-spectacular
279277
# open-api-framework
280278
drf-spectacular-sidecar==2024.7.1
281279
# via

requirements/dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ django-solo==2.2.0
266266
django-two-factor-auth[phonenumberslite,webauthn]==1.17.0
267267
# via
268268
# -r requirements/ci.txt
269-
# django-two-factor-auth
270269
# maykin-2fa
271270
django-webtest==1.9.7
272271
# via -r requirements/ci.txt
@@ -307,7 +306,6 @@ drf-nested-routers==0.93.3
307306
drf-spectacular[sidecar]==0.27.2
308307
# via
309308
# -r requirements/ci.txt
310-
# drf-spectacular
311309
# open-api-framework
312310
drf-spectacular-sidecar==2024.7.1
313311
# via
@@ -459,7 +457,7 @@ phonenumberslite==8.13.30
459457
# via
460458
# -r requirements/ci.txt
461459
# django-two-factor-auth
462-
pip-tools==7.3.0
460+
pip-tools==7.4.1
463461
# via -r requirements/dev.in
464462
platformdirs==4.0.0
465463
# via black
@@ -500,7 +498,9 @@ pyopenssl==24.0.0
500498
# webauthn
501499
# zgw-consumers
502500
pyproject-hooks==1.0.0
503-
# via build
501+
# via
502+
# build
503+
# pip-tools
504504
pyquery==1.4.3
505505
# via -r requirements/ci.txt
506506
pyrsistent==0.17.3

0 commit comments

Comments
 (0)