Skip to content

Commit 418d920

Browse files
committed
Update requirements-pinned
1 parent ffe1def commit 418d920

File tree

4 files changed

+34
-44
lines changed

4 files changed

+34
-44
lines changed

REQUIREMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For initial development setup, follow the instructions in [README.md](README.md#
1212
python3.12 -m venv .venv
1313
source .venv/bin/activate
1414
pip install --upgrade pip wheel
15-
pip install -r requirements.txt
15+
pip install -r requirements.txt -r requirements_dev.txt
1616
```
1717

1818
### Requirements Management

requirements-pinned.txt

Lines changed: 29 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,31 @@
1-
ansible-base==2.10.17
2-
Django==4.2.17
3-
django-cors-headers==4.6.0
4-
django-filter==24.3
5-
django-split-settings==1.3.2
6-
djangorestframework==3.15.2
7-
djantic==0.3.4
8-
psycopg2-binary==2.9.10
9-
pydantic==2.8.2
10-
pydantic_core==2.20.1
11-
python-dateutil==2.9.0.post0
12-
pytz==2025.1
13-
PyYAML==6.0.2
14-
requests==2.32.3
15-
setuptools==68.2.2
16-
uwsgi==2.0.28
17-
urllib3==2.3.0
18-
pytest==8.4.1
19-
pytest-django==4.11.1
20-
pytest-mock==3.14.1
21-
django-weasyprint==2.4.0
22-
django-generate-series==0.5.0
23-
time-machine==2.16.0
24-
cryptography==45.0.4
25-
coverage==7.10.2
26-
pytest-cov==6.2.1
27-
split-settings==1.0.0
1+
Django==5.2.8
282
PyJWT==2.10.1
29-
django-flags==5.0.13
30-
dispatcherd==2025.5.21
31-
psycopg==3.2.9
32-
prometheus_client==0.22.1
33-
uvicorn==0.35.0
3+
ansible-runner==2.4.2
4+
channels==4.3.1
5+
channels_redis==4.3.0
6+
dispatcherd[pg_notify]==2025.5.21
7+
django-ansible-base==2025.10.20
8+
django-cors-headers==4.9.0
9+
django-filter==25.2
10+
django-generate-series==0.5.0
3411
django-solo==2.4.0
35-
ansible-runner==2.4.1
36-
django-ansible-base==2025.5.8
37-
channels_redis==4.2.1
38-
redis==6.2.0
39-
channels==4.2.2
40-
wheel==0.44.0
41-
dumb-init==1.2.5.post1
12+
django-weasyprint==2.4.0
13+
djangorestframework==3.16.1
14+
prometheus_client==0.23.1
15+
psycopg==3.2.12
16+
pydantic==2.12.4
17+
python-dateutil==2.9.0.post0
18+
pytz==2025.2
19+
redis==7.0.1
20+
requests==2.32.5
21+
setuptools==80.9.0
22+
split-settings==1.0.0
23+
urllib3==2.5.0
24+
uvicorn==0.38.0
25+
26+
# Development dependencies
27+
pytest-cov==7.0.0
28+
pytest-django==4.11.1
29+
pytest-mock==3.15.1
30+
pytest==9.0.0
31+
time-machine==2.19.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Django==5.2.8
22
PyJWT==2.10.1
33
ansible-runner==2.4.2
4-
channels_redis==4.3.0
54
channels==4.3.1
5+
channels_redis==4.3.0
66
dispatcherd[pg_notify]==2025.5.21
77
django-ansible-base==2025.10.20
88
django-cors-headers==4.9.0
@@ -18,7 +18,7 @@ python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
redis==7.0.1
2020
requests==2.32.5
21+
setuptools==80.9.0
2122
split-settings==1.0.0
2223
urllib3==2.5.0
2324
uvicorn==0.38.0
24-
setuptools==80.9.0

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
pip-licenses==5.5.0
2+
pytest-cov==7.0.0
13
pytest-django==4.11.1
24
pytest-mock==3.15.1
35
pytest==9.0.0
4-
pytest-cov==7.0.0
56
time-machine==2.19.0
6-
pip-licenses==5.5.0

0 commit comments

Comments
 (0)