Skip to content

Commit

Permalink
Bump the python-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 4 updates: [asgiref](https://github.com/django/asgiref), [djangorestframework](https://github.com/encode/django-rest-framework), [pre-commit](https://github.com/pre-commit/pre-commit) and [tox](https://github.com/tox-dev/tox).


Updates `asgiref` from 3.8.0 to 3.8.1
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](django/asgiref@3.8.0...3.8.1)

Updates `djangorestframework` from 3.15.0 to 3.15.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.0...3.15.1)

Updates `pre-commit` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.6.2...v3.7.0)

Updates `tox` from 4.14.1 to 4.14.2
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.14.1...4.14.2)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: djangorestframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: tox
  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 Mar 25, 2024
1 parent a2e7e31 commit b8d3ba5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
39 changes: 25 additions & 14 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 @@ -60,8 +60,8 @@ pytest = "8.1.1"
coverage = "7.4.4"
freezegun = "^1.2.2"
pytest-django = "4.8.0"
pre-commit = "3.6.2"
tox = "4.14.1"
pre-commit = "3.7.0"
tox = "4.14.2"
tox-gh-actions = "3.2.0"

[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit b8d3ba5

Please sign in to comment.