Skip to content

Commit 240e63d

Browse files
authored
Merge branch 'main' into dependabot/docker/wolfi/chainguard-base-4156e0c
2 parents 0b657ca + 89fe364 commit 240e63d

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ updates:
4141
registries: "*"
4242
schedule:
4343
interval: "daily"
44+
45+
- package-ecosystem: pre-commit
46+
directory: "/"
47+
schedule:
48+
interval: 'weekly'
49+
day: 'sunday'
50+
time: '22:00'
51+
open-pull-requests-limit: 5
52+
labels:
53+
- 'changelog:dependencies'

tests/contrib/django/django_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def test_post_raw_data(django_elasticapm_client):
572572
def test_post_read_error_logging(django_elasticapm_client, caplog, rf):
573573
request = rf.post("/test", data="{}", content_type="application/json")
574574

575-
def read():
575+
def read(*args, **kwargs):
576576
raise IOError("foobar")
577577

578578
request.read = read

0 commit comments

Comments
 (0)