Skip to content

Commit 5ca2dc6

Browse files
authored
Merge pull request #1094 from opensafely-core/update-django-coverage-plugin
Upgrade django-coverage-plugin
2 parents b9e9ba0 + b75111e commit 5ca2dc6

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ dev = [
149149
"responses",
150150
# Currently using our fork of django_coverage_plugin, pending
151151
# upstream PR https://github.com/nedbat/django_coverage_plugin/pull/93
152-
"django_coverage_plugin@https://github.com/opensafely-core/django_coverage_plugin/archive/153a0ca6c02f7f01831568a546c848c4a3f082cd.zip",
152+
"django_coverage_plugin@https://github.com/opensafely-core/django_coverage_plugin/archive/75209df74c37178666868abbd9687a41aaba0e13.zip",
153153
# Type-checking and type stubs
154154
"mypy",
155155
"django-stubs[compatible-mypy]",

requirements.uvmirror.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ distro==1.9.0
3838
django==5.2.11 ; python_full_version < '3.12'
3939
# via
4040
# airlock
41+
# django-coverage-plugin
4142
# django-debug-toolbar
4243
# django-extensions
4344
# django-htmx
@@ -49,6 +50,7 @@ django==5.2.11 ; python_full_version < '3.12'
4950
django==6.0.2 ; python_full_version >= '3.12'
5051
# via
5152
# airlock
53+
# django-coverage-plugin
5254
# django-debug-toolbar
5355
# django-extensions
5456
# django-htmx
@@ -57,7 +59,7 @@ django==6.0.2 ; python_full_version >= '3.12'
5759
# django-stubs-ext
5860
# django-vite
5961
# slippers
60-
django-coverage-plugin @ https://github.com/opensafely-core/django_coverage_plugin/archive/153a0ca6c02f7f01831568a546c848c4a3f082cd.zip
62+
django-coverage-plugin @ https://github.com/opensafely-core/django_coverage_plugin/archive/75209df74c37178666868abbd9687a41aaba0e13.zip
6163
django-debug-toolbar==6.2.0
6264
# via django-debug-toolbar-template-profiler
6365
django-debug-toolbar-template-profiler==2.1.0

uv.lock

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)