File tree Expand file tree Collapse file tree 6 files changed +314
-335
lines changed
Expand file tree Collapse file tree 6 files changed +314
-335
lines changed Original file line number Diff line number Diff line change 1212 # renovate: datasource=python-version depName=python
1313 PYTHON_VERSION : 3.14.2
1414 # renovate: datasource=pypi depName=uv
15- UV_VERSION : 0.9.22
15+ UV_VERSION : 0.9.24
1616 # renovate: datasource=pypi depName=sphinx
1717 SPHINX_VERSION : 9.1.0
1818
2929 persist-credentials : false
3030
3131 - name : Install uv ${{ env.UV_VERSION }} & Python ${{ env.PYTHON_VERSION }}
32- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
32+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
3333 with :
3434 enable-cache : true
3535 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 2525 args : ["--target-version=4.2"]
2626
2727- repo : https://github.com/astral-sh/ruff-pre-commit
28- rev : v0.14.9
28+ rev : v0.14.11
2929 hooks :
3030 - id : ruff-check
3131 args : [ --fix ]
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ verify_ssl = true
44name = " pypi"
55
66[packages ]
7- django = " >=4 .2,<5.2 "
7+ django = " >=5 .2,<6 "
88django-haystack = " >=2.8,<3.4"
9- djangorestframework = " >=3.12.0 ,<3.16 "
9+ djangorestframework = " >=3.16.1 ,<3.17 "
1010python-dateutil = " *"
1111
1212[dev-packages ]
@@ -17,7 +17,7 @@ sphinx-rtd-theme = "*"
1717geopy = " *"
1818tox = " *"
1919wheel = " *"
20- elasticsearch = " >=2.0.0 ,<=8.3 .3"
20+ elasticsearch = " >=8.19.3 ,<=8.19 .3"
2121
2222[requires ]
2323python_version = " 3"
You can’t perform that action at this time.
0 commit comments