|
1 | 1 | -i https://pypi.org/simple
|
2 | 2 | asgiref==3.8.1; python_version >= '3.8'
|
3 | 3 | attrs==24.2.0; python_version >= '3.7'
|
4 |
| -django==5.1; python_version >= '3.10' |
| 4 | +django==5.1.2; python_version >= '3.10' |
5 | 5 | djangorestframework==3.15.2; python_version >= '3.8'
|
6 | 6 | drf-spectacular==0.27.2; python_version >= '3.7'
|
7 | 7 | drf-spectacular-sidecar==2024.7.1; python_version >= '3.6'
|
8 |
| -faker==26.2.0; python_version >= '3.8' |
9 |
| -gunicorn==22.0.0; python_version >= '3.7' |
| 8 | +faker==30.8.1; python_version >= '3.8' |
| 9 | +gunicorn==23.0.0; python_version >= '3.7' |
10 | 10 | inflection==0.5.1; python_version >= '3.5'
|
11 | 11 | jsonschema==4.23.0; python_version >= '3.8'
|
12 |
| -jsonschema-specifications==2023.12.1; python_version >= '3.8' |
| 12 | +jsonschema-specifications==2024.10.1; python_version >= '3.9' |
13 | 13 | packaging==24.1; python_version >= '3.8'
|
14 |
| -python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 14 | +python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' |
15 | 15 | python-dotenv==1.0.1; python_version >= '3.8'
|
16 | 16 | pyyaml==6.0.2; python_version >= '3.8'
|
17 | 17 | referencing==0.35.1; python_version >= '3.8'
|
18 | 18 | rpds-py==0.20.0; python_version >= '3.8'
|
19 |
| -six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 19 | +six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' |
20 | 20 | sqlparse==0.5.1; python_version >= '3.8'
|
21 |
| -tzdata==2024.1; sys_platform == 'win32' |
| 21 | +typing-extensions==4.12.2; python_version >= '3.8' |
| 22 | +tzdata==2024.2; sys_platform == 'win32' |
22 | 23 | uritemplate==4.1.1; python_version >= '3.6'
|
0 commit comments