Skip to content

Commit

Permalink
Bump the python-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs).


Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `djangorestframework-stubs` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases)
- [Commits](typeddjango/djangorestframework-stubs@3.15.0...3.15.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: djangorestframework-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 16, 2024
1 parent 39481cc commit 3c6aa2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ django-settings-holder = ">=0.1.0"
djangorestframework = { version = ">=3.14.0", optional = true}

[tool.poetry.group.test.dependencies]
pytest = "8.3.2"
pytest = "8.3.3"
coverage = "7.6.1"
freezegun = "^1.2.2"
pytest-django = "4.9.0"
Expand All @@ -72,7 +72,7 @@ mkdocs-mermaid2-plugin = "1.1.1"
[tool.poetry.group.lint.dependencies]
mypy = "1.11.2"
django-stubs = "5.0.4"
djangorestframework-stubs = "3.15.0"
djangorestframework-stubs = "3.15.1"

[tool.poetry.extras]
drf = ["djangorestframework"]
Expand Down

0 comments on commit 3c6aa2d

Please sign in to comment.