Skip to content

Commit d73fbd3

Browse files
authored
Upgrade deps (#1050)
1 parent a616cab commit d73fbd3

File tree

2 files changed

+247
-232
lines changed

2 files changed

+247
-232
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ filterwarnings = [
282282
"ignore:The '__version__' attribute is deprecated and will be removed in Flask 3.1:DeprecationWarning",
283283
"ignore:The `capture_request_headers` parameter is deprecated. Use `capture_headers` instead.:DeprecationWarning",
284284
"ignore:The `capture_response_headers` parameter is deprecated. Use `capture_headers` instead.:DeprecationWarning",
285+
# kombu using deprecated redis API
286+
"ignore:Call to 'get_connection' function with deprecated usage of input argument/s.*:DeprecationWarning",
285287
]
286288
DJANGO_SETTINGS_MODULE = "tests.otel_integrations.django_test_project.django_test_site.settings"
287289

0 commit comments

Comments
 (0)