Skip to content

Commit dfc910e

Browse files
build(deps): Bump django from 4.2.7 to 5.0 in /testing/plugins_integration (#11692)
* build(deps): Bump django in /testing/plugins_integration Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0. - [Commits](django/django@4.2.7...5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump python version on the plugin job #11692 (comment) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent ab307b3 commit dfc910e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
tox_env: "py312-xdist"
157157

158158
- name: "plugins"
159-
python: "3.9"
159+
python: "3.12"
160160
os: ubuntu-latest
161161
tox_env: "plugins"
162162

testing/plugins_integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
anyio[curio,trio]==4.1.0
2-
django==4.2.7
2+
django==5.0
33
pytest-asyncio==0.23.2
44
pytest-bdd==7.0.1
55
pytest-cov==4.1.0

0 commit comments

Comments
 (0)