Skip to content

Commit ad9c267

Browse files
Bump the all-deps group across 1 directory with 8 updates (#1318)
* Bump the all-deps group across 1 directory with 8 updates Bumps the all-deps group with 8 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `9.1.0` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.2` | `3.1.0` | | [isort](https://github.com/PyCQA/isort) | `7.0.0` | `8.0.1` | | [django-filter](https://github.com/carltongibson/django-filter) | `25.1` | `25.2` | | [django-polymorphic](https://github.com/jazzband/django-polymorphic) | `4.10.5` | `4.11.2` | | [faker](https://github.com/joke2k/faker) | `40.1.2` | `40.12.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.11.1` | `4.12.0` | Updates `sphinx` from 8.1.3 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v9.1.0) Updates `sphinx-rtd-theme` from 3.0.2 to 3.1.0 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.2...3.1.0) Updates `isort` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.1) Updates `django-filter` from 25.1 to 25.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](carltongibson/django-filter@25.1...25.2) Updates `django-polymorphic` from 4.10.5 to 4.11.2 - [Release notes](https://github.com/jazzband/django-polymorphic/releases) - [Commits](jazzband/django-polymorphic@v4.10.5...v4.11.2) Updates `faker` from 40.1.2 to 40.12.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.1.2...v40.12.0) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) Updates `pytest-django` from 4.11.1 to 4.12.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.11.1...v4.12.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: sphinx-rtd-theme dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: django-polymorphic dependency-version: 4.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: faker dependency-version: 40.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: pytest-django dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com> * Drop to 25.1 as we still support Django 4.2 * Build docs with Python 3.12 and Ubuntu 24.04 This way it supports the newest Sphinx version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver Sauder <os@esite.ch>
1 parent b4e6aff commit ad9c267

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
tox-env: ["black", "lint", "docs"]
4545
steps:
4646
- uses: actions/checkout@v2
47-
- name: Set up Python 3.10
47+
- name: Set up Python 3.12
4848
uses: actions/setup-python@v2
4949
with:
50-
python-version: "3.10"
50+
python-version: "3.12"
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-22.04"
4+
os: "ubuntu-24.04"
55
tools:
6-
python: "3.10"
6+
python: "3.12"
77

88
sphinx:
99
configuration: docs/conf.py

requirements/requirements-codestyle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ black==26.3.1
22
flake8==7.3.0
33
flake8-bugbear==25.11.29
44
flake8-isort==7.0.0
5-
isort==7.0.0
5+
isort==8.0.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
recommonmark==0.7.1
2-
Sphinx==8.1.3
3-
sphinx_rtd_theme==3.0.2
2+
Sphinx==9.1.0
3+
sphinx_rtd_theme==3.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
django-filter==25.1
2-
django-polymorphic==4.10.5
2+
django-polymorphic==4.11.2
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
factory-boy==3.3.3
2-
Faker==40.1.2
2+
Faker==40.12.0
33
pytest==9.0.2
4-
pytest-cov==7.0.0
5-
pytest-django==4.11.1
4+
pytest-cov==7.1.0
5+
pytest-django==4.12.0
66
pytest-factoryboy==2.8.1
77
syrupy==5.1.0

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ commands =
2828
pytest --cov --no-cov-on-fail --cov-report xml {posargs}
2929

3030
[testenv:black]
31-
basepython = python3.10
31+
basepython = python3.12
3232
deps =
3333
-rrequirements/requirements-codestyle.txt
3434
commands = black --check .
3535

3636
[testenv:lint]
37-
basepython = python3.10
37+
basepython = python3.12
3838
deps =
3939
-rrequirements/requirements-codestyle.txt
4040
-rrequirements/requirements-testing.txt
@@ -43,7 +43,7 @@ commands = flake8
4343

4444
[testenv:docs]
4545
# keep in sync with .readthedocs.yml
46-
basepython = python3.10
46+
basepython = python3.12
4747
deps =
4848
-rrequirements/requirements-optionals.txt
4949
-rrequirements/requirements-documentation.txt

0 commit comments

Comments
 (0)