Skip to content

Commit 4dd2332

Browse files
chore(deps): update python dependencies
1 parent c97b362 commit 4dd2332

File tree

6 files changed

+316
-336
lines changed

6 files changed

+316
-336
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
@@ -21,7 +21,7 @@ repos:
2121
args: ["--target-version=4.2"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.9
24+
rev: v0.14.10
2525
hooks:
2626
- id: ruff-check
2727
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)