Skip to content

Commit 74b6dc7

Browse files
author
Andrei Neagu
committed
upgrade yarl
1 parent 5ee4691 commit 74b6dc7

File tree

12 files changed

+40
-12
lines changed

12 files changed

+40
-12
lines changed

api/tests/requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ pathable==0.4.3
7474
# via jsonschema-path
7575
pluggy==1.5.0
7676
# via pytest
77+
propcache==0.2.1
78+
# via yarl
7779
pytest==8.3.3
7880
# via
7981
# -r requirements.in
@@ -120,5 +122,5 @@ urllib3==2.2.3
120122
# requests
121123
werkzeug==3.0.4
122124
# via openapi-core
123-
yarl==1.12.1
125+
yarl==1.18.3
124126
# via aiohttp

packages/aws-library/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ orjson==3.10.7
216216
# -r requirements/../../../packages/settings-library/requirements/../../../packages/common-library/requirements/_base.in
217217
pamqp==3.3.0
218218
# via aiormq
219+
propcache==0.2.1
220+
# via yarl
219221
protobuf==4.25.5
220222
# via
221223
# googleapis-common-protos
@@ -392,7 +394,7 @@ wrapt==1.16.0
392394
# deprecated
393395
# opentelemetry-instrumentation
394396
# opentelemetry-instrumentation-redis
395-
yarl==1.12.1
397+
yarl==1.18.3
396398
# via
397399
# -r requirements/../../../packages/service-library/requirements/_base.in
398400
# aio-pika

packages/models-library/requirements/_test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ pluggy==1.5.0
3434
# via pytest
3535
pprintpp==0.4.0
3636
# via pytest-icdiff
37+
propcache==0.2.1
38+
# via yarl
3739
psutil==6.0.0
3840
# via -r requirements/_test.in
3941
pytest==8.3.3
@@ -97,5 +99,5 @@ typing-extensions==4.12.2
9799
# flexcache
98100
# flexparser
99101
# pint
100-
yarl==1.12.1
102+
yarl==1.18.3
101103
# via -r requirements/_test.in

packages/notifications-library/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ orjson==3.10.7
100100
# -r requirements/../../../packages/settings-library/requirements/../../../packages/common-library/requirements/_base.in
101101
packaging==24.2
102102
# via opentelemetry-instrumentation
103+
propcache==0.2.1
104+
# via yarl
103105
psycopg2-binary==2.9.9
104106
# via sqlalchemy
105107
pydantic==2.10.3
@@ -182,7 +184,7 @@ wrapt==1.16.0
182184
# via
183185
# deprecated
184186
# opentelemetry-instrumentation
185-
yarl==1.12.1
187+
yarl==1.18.3
186188
# via -r requirements/../../../packages/postgres-database/requirements/_base.in
187189
zipp==3.21.0
188190
# via importlib-metadata

packages/notifications-library/requirements/_test.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ pluggy==1.5.0
6161
# via pytest
6262
pprintpp==0.4.0
6363
# via pytest-icdiff
64+
propcache==0.2.1
65+
# via
66+
# -c requirements/_base.txt
67+
# yarl
6468
pytest==8.3.3
6569
# via
6670
# -r requirements/_test.in
@@ -127,7 +131,7 @@ urllib3==2.2.3
127131
# -c requirements/../../../requirements/constraints.txt
128132
# docker
129133
# requests
130-
yarl==1.12.1
134+
yarl==1.18.3
131135
# via
132136
# -c requirements/_base.txt
133137
# aiohttp

packages/postgres-database/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ orjson==3.10.11
4141
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
4242
# -c requirements/../../../requirements/constraints.txt
4343
# -r requirements/../../../packages/common-library/requirements/_base.in
44+
propcache==0.2.1
45+
# via yarl
4446
psycopg2-binary==2.9.9
4547
# via sqlalchemy
4648
pydantic==2.10.3
@@ -72,7 +74,7 @@ wrapt==1.16.0
7274
# via
7375
# deprecated
7476
# opentelemetry-instrumentation
75-
yarl==1.12.1
77+
yarl==1.18.3
7678
# via -r requirements/_base.in
7779
zipp==3.21.0
7880
# via importlib-metadata

packages/service-integration/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ packaging==24.1
7979
# via pytest
8080
pluggy==1.5.0
8181
# via pytest
82+
propcache==0.2.1
83+
# via yarl
8284
pydantic==2.10.3
8385
# via
8486
# -c requirements/../../../packages/common-library/requirements/../../../requirements/constraints.txt
@@ -156,5 +158,5 @@ urllib3==2.2.3
156158
# -c requirements/../../../requirements/constraints.txt
157159
# docker
158160
# requests
159-
yarl==1.12.1
161+
yarl==1.18.3
160162
# via -r requirements/_base.in

packages/service-library/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ orjson==3.10.7
158158
# -r requirements/../../../packages/settings-library/requirements/../../../packages/common-library/requirements/_base.in
159159
pamqp==3.3.0
160160
# via aiormq
161+
propcache==0.2.1
162+
# via yarl
161163
protobuf==4.25.5
162164
# via
163165
# googleapis-common-protos
@@ -273,7 +275,7 @@ wrapt==1.16.0
273275
# deprecated
274276
# opentelemetry-instrumentation
275277
# opentelemetry-instrumentation-redis
276-
yarl==1.12.1
278+
yarl==1.18.3
277279
# via
278280
# -r requirements/_base.in
279281
# aio-pika

packages/simcore-sdk/requirements/_base.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ pamqp==3.3.0
250250
# via aiormq
251251
pint==0.24.3
252252
# via -r requirements/_base.in
253+
propcache==0.2.1
254+
# via yarl
253255
protobuf==4.25.5
254256
# via
255257
# googleapis-common-protos
@@ -448,7 +450,7 @@ wrapt==1.16.0
448450
# opentelemetry-instrumentation-aiopg
449451
# opentelemetry-instrumentation-dbapi
450452
# opentelemetry-instrumentation-redis
451-
yarl==1.12.1
453+
yarl==1.18.3
452454
# via
453455
# -r requirements/../../../packages/postgres-database/requirements/_base.in
454456
# -r requirements/../../../packages/service-library/requirements/_base.in

packages/simcore-sdk/requirements/_test.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ ply==3.11
202202
# via jsonpath-ng
203203
pprintpp==0.4.0
204204
# via pytest-icdiff
205+
propcache==0.2.1
206+
# via
207+
# -c requirements/_base.txt
208+
# yarl
205209
py-partiql-parser==0.5.6
206210
# via moto
207211
pycparser==2.22
@@ -353,7 +357,7 @@ wrapt==1.16.0
353357
# aws-xray-sdk
354358
xmltodict==0.13.0
355359
# via moto
356-
yarl==1.12.1
360+
yarl==1.18.3
357361
# via
358362
# -c requirements/_base.txt
359363
# aiohttp

0 commit comments

Comments
 (0)