Skip to content

Commit 0c169e8

Browse files
authored
Merge branch 'main' into bot/update-dependencies
2 parents a1bfbfd + 986ed56 commit 0c169e8

3 files changed

Lines changed: 57 additions & 57 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"whitenoise<=6.12.0",
1616
"gunicorn<=25.3.0",
1717
"opensafely-pipeline@https://github.com/opensafely-core/pipeline/archive/refs/tags/v2026.04.22.171515.zip",
18-
"requests<=2.33.1",
19-
"pydantic<=2.13.3",
18+
"requests<=2.34.0",
19+
"pydantic<=2.13.4",
2020
"ulid<=1.1",
21-
"opentelemetry-exporter-otlp-proto-http<=1.41.0",
21+
"opentelemetry-exporter-otlp-proto-http<=1.41.1",
2222
"opentelemetry-instrumentation-django<=0.61b0",
2323
"opentelemetry-instrumentation-requests<=0.61b0",
24-
"opentelemetry-sdk<=1.41.0",
24+
"opentelemetry-sdk<=1.41.1",
2525
# docs
2626
"mkdocs<=1.6.1",
2727
"mkdocs-material<=9.7.6",
@@ -135,7 +135,7 @@ dev = [
135135
"django-debug-toolbar-template-profiler<=2.1.0",
136136
"djhtml<=3.0.11",
137137
"httpx<=0.28.1",
138-
"hypothesis<=6.152.4",
138+
"hypothesis<=6.152.6",
139139
"ruff<=0.15.12",
140140
"playwright<=1.59.0",
141141
"pytest<=9.0.3",
@@ -149,6 +149,6 @@ dev = [
149149
"django_coverage_plugin@https://github.com/opensafely-core/django_coverage_plugin/archive/75209df74c37178666868abbd9687a41aaba0e13.zip",
150150
# Type-checking and type stubs
151151
"mypy<=1.20.2",
152-
"django-stubs[compatible-mypy]<=6.0.3",
153-
"types-requests<=2.33.0.20260503",
152+
"django-stubs[compatible-mypy]<=6.0.4",
153+
"types-requests<=2.33.0.20260508",
154154
]

requirements.uvmirror

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ django-htmx==1.27.0
5959
# via airlock
6060
django-markdownify==0.9.6
6161
# via airlock
62-
django-stubs==6.0.3
62+
django-stubs==6.0.4
6363
django-stubs-ext==6.0.4
6464
# via django-stubs
6565
django-vite==3.1.0
@@ -80,7 +80,7 @@ h11==0.16.0
8080
httpcore==1.0.9
8181
# via httpx
8282
httpx==0.28.1
83-
hypothesis==6.152.4
83+
hypothesis==6.152.6
8484
idna==3.15
8585
# via
8686
# anyio
@@ -194,9 +194,9 @@ protobuf==6.33.6
194194
# via
195195
# googleapis-common-protos
196196
# opentelemetry-proto
197-
pydantic==2.13.3
197+
pydantic==2.13.4
198198
# via airlock
199-
pydantic-core==2.46.3
199+
pydantic-core==2.46.4
200200
# via pydantic
201201
pyee==13.0.1
202202
# via playwright
@@ -235,7 +235,7 @@ pyyaml==6.0.3
235235
# slippers
236236
pyyaml-env-tag==1.1
237237
# via mkdocs
238-
requests==2.33.1
238+
requests==2.34.0
239239
# via
240240
# airlock
241241
# mkdocs-material
@@ -266,7 +266,7 @@ typeguard==2.13.3
266266
# via slippers
267267
types-pyyaml==6.0.12.20260510
268268
# via django-stubs
269-
types-requests==2.33.0.20260503
269+
types-requests==2.33.0.20260508
270270
typing-extensions==4.15.0
271271
# via
272272
# anyio

0 commit comments

Comments
 (0)