Skip to content

Commit

Permalink
Bump django-coverage-plugin from 2.0.4 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [django-coverage-plugin](https://github.com/nedbat/django_coverage_plugin) from 2.0.4 to 3.1.0.
- [Release notes](https://github.com/nedbat/django_coverage_plugin/releases)
- [Commits](nedbat/django_coverage_plugin@v2.0.4...v3.1.0)

---
updated-dependencies:
- dependency-name: django-coverage-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and felixrindt committed Oct 17, 2023
1 parent d4ca2c4 commit d977738
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ importlib-metadata = { version = ">=5.2.0", python = "<3.9" }
django-libsass = "^0.9"
crispy-bootstrap5 = "^0.7"
djangorestframework = "^3.13.1"
django-coverage-plugin = "^2.0.3"
django-coverage-plugin = ">=2.0.3,<4.0.0"
django-filter = ">=23.2,<24.0"
djangorestframework-guardian = "^0.3.0"
uritemplate = "^4.1.1"
Expand Down Expand Up @@ -64,13 +64,13 @@ django-webtest = "^1.9.9"
django-extensions = "^3.2.1"
coverage = "^6.4"
coveralls = "^3.3.1"
django-coverage-plugin = "^2.0.1"
django-coverage-plugin = ">=2.0.1,<4.0.0"
isort = "^5.10.1"
pylint = ">=3.0.0,<4.0.0"
autoflake = ">=1.6,<3.0"
Sphinx = ">=7.1.2,<8.0.0"
sphinx-rtd-theme = "^1.0.0"
sphinx-intl = "^2.0.1"
sphinx-intl = ">=2.0.1,<4.0.0"
sphinx-github-changelog = "^1.2.0"
djhtml = "^3.0.6"

Expand Down

0 comments on commit d977738

Please sign in to comment.