Skip to content

Commit 643cb46

Browse files
chore(deps): update python dependencies
1 parent e5c4d90 commit 643cb46

File tree

6 files changed

+314
-335
lines changed

6 files changed

+314
-335
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
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

@@ -29,7 +29,7 @@ jobs:
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 }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
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 ]

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
django = ">=4.2,<5.2"
7+
django = ">=5.2,<6"
88
django-haystack = ">=2.8,<3.4"
9-
djangorestframework = ">=3.12.0,<3.16"
9+
djangorestframework = ">=3.16.1,<3.17"
1010
python-dateutil = "*"
1111

1212
[dev-packages]
@@ -17,7 +17,7 @@ sphinx-rtd-theme = "*"
1717
geopy = "*"
1818
tox = "*"
1919
wheel = "*"
20-
elasticsearch = ">=2.0.0,<=8.3.3"
20+
elasticsearch = ">=8.19.3,<=8.19.3"
2121

2222
[requires]
2323
python_version = "3"

0 commit comments

Comments
 (0)