Skip to content

Commit ef95929

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update pytest-django requirement from ~=4.10.0 to >=4.10,<4.12
Updates the requirements on [pytest-django](https://github.com/pytest-dev/pytest-django) to permit the latest version. - [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.10.0...v4.11.1) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf945ba commit ef95929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"channels-test": [
5454
"pytest-asyncio>=0.24,<0.27",
55-
"pytest-django~=4.10.0",
55+
"pytest-django>=4.10,<4.12",
5656
],
5757
"celery": ["celery~=5.4.0"],
5858
"selenium": ["selenium>=4.10,<4.35"],

0 commit comments

Comments
 (0)