Skip to content

Commit b4a823e

Browse files
committed
chore(dependencies): update various package versions across requirements
- Updated `anyio` from 4.8.0 to 4.9.0 - Updated `certifi` from 2025.1.31 to 2025.6.15 - Updated `click` from 8.1.8 to 8.2.1 - Updated `h11` from 0.14.0 to 0.16.0 - Updated `httpcore` from 1.0.7 to 1.0.9 - Updated `orjson` from 3.10.15 to 3.10.18 - Updated `packaging` from 24.2 to 25.0 - Updated `pydantic` from 2.10.6 to 2.11.7 - Updated `pydantic-core` from 2.27.2 to 2.33.2 - Updated `pydantic-extra-types` from 2.10.2 to 2.10.5 - Updated `pygments` from 2.19.1 to 2.19.2 - Updated `python-dotenv` from 1.0.1 to 1.1.1 - Updated `rich` from 13.9.4 to 14.0.0 - Updated `tenacity` from 9.0.0 to 9.1.2 - Updated `typer` from 0.15.2 to 0.16.0 - Updated `typing-extensions` from 4.12.2 to 4.14.0 - Updated `urllib3` from 2.3.0 to 2.5.0 - Updated test dependencies similarly across `_test.txt`, `_tools.txt`, and `swarm-deploy` requirements.
1 parent f157c6a commit b4a823e

File tree

61 files changed

+1800
-1428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1800
-1428
lines changed

api/tests/requirements.txt

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
aiohappyeyeballs==2.6.1
22
# via aiohttp
3-
aiohttp==3.12.12
3+
aiohttp==3.12.13
44
# via
55
# -c ../../requirements/constraints.txt
66
# -r requirements.in
77
aiosignal==1.3.2
88
# via aiohttp
9-
attrs==25.1.0
9+
attrs==25.3.0
1010
# via
1111
# aiohttp
1212
# jsonschema
1313
# referencing
14-
certifi==2025.1.31
14+
certifi==2025.6.15
1515
# via
1616
# -c ../../requirements/constraints.txt
1717
# requests
18-
charset-normalizer==3.4.1
18+
charset-normalizer==3.4.2
1919
# via requests
20-
coverage==7.6.12
20+
coverage==7.9.1
2121
# via
2222
# -r requirements.in
2323
# pytest-cov
24-
frozenlist==1.5.0
24+
frozenlist==1.7.0
2525
# via
2626
# aiohttp
2727
# aiosignal
2828
idna==3.10
2929
# via
3030
# requests
3131
# yarl
32-
iniconfig==2.0.0
32+
iniconfig==2.1.0
3333
# via pytest
3434
isodate==0.7.2
3535
# via openapi-core
36-
jsonschema==4.23.0
36+
jsonschema==4.24.0
3737
# via
3838
# openapi-core
3939
# openapi-schema-validator
@@ -42,52 +42,56 @@ jsonschema-path==0.3.4
4242
# via
4343
# openapi-core
4444
# openapi-spec-validator
45-
jsonschema-specifications==2024.10.1
45+
jsonschema-specifications==2025.4.1
4646
# via
4747
# jsonschema
4848
# openapi-schema-validator
49-
lazy-object-proxy==1.10.0
49+
lazy-object-proxy==1.11.0
5050
# via openapi-spec-validator
5151
markupsafe==3.0.2
5252
# via werkzeug
53-
more-itertools==10.6.0
53+
more-itertools==10.7.0
5454
# via openapi-core
55-
multidict==6.1.0
55+
multidict==6.4.4
5656
# via
5757
# aiohttp
5858
# yarl
59-
openapi-core==0.19.4
59+
openapi-core==0.19.5
6060
# via -r requirements.in
6161
openapi-schema-validator==0.6.3
6262
# via
6363
# openapi-core
6464
# openapi-spec-validator
65-
openapi-spec-validator==0.7.1
65+
openapi-spec-validator==0.7.2
6666
# via openapi-core
67-
packaging==24.2
67+
packaging==25.0
6868
# via
6969
# pytest
7070
# pytest-sugar
7171
parse==1.20.2
7272
# via openapi-core
7373
pathable==0.4.4
7474
# via jsonschema-path
75-
pluggy==1.5.0
76-
# via pytest
77-
propcache==0.3.0
75+
pluggy==1.6.0
76+
# via
77+
# pytest
78+
# pytest-cov
79+
propcache==0.3.2
7880
# via
7981
# aiohttp
8082
# yarl
81-
pytest==8.3.5
83+
pygments==2.19.2
84+
# via pytest
85+
pytest==8.4.1
8286
# via
8387
# -r requirements.in
8488
# pytest-asyncio
8589
# pytest-cov
8690
# pytest-instafail
8791
# pytest-sugar
88-
pytest-asyncio==0.26.0
92+
pytest-asyncio==1.0.0
8993
# via -r requirements.in
90-
pytest-cov==6.0.0
94+
pytest-cov==6.2.1
9195
# via -r requirements.in
9296
pytest-instafail==0.5.0
9397
# via -r requirements.in
@@ -103,23 +107,25 @@ referencing==0.35.1
103107
# jsonschema
104108
# jsonschema-path
105109
# jsonschema-specifications
106-
requests==2.32.3
110+
requests==2.32.4
107111
# via jsonschema-path
108112
rfc3339-validator==0.1.4
109113
# via openapi-schema-validator
110-
rpds-py==0.23.1
114+
rpds-py==0.25.1
111115
# via
112116
# jsonschema
113117
# referencing
114118
six==1.17.0
115119
# via rfc3339-validator
116-
termcolor==2.5.0
120+
termcolor==3.1.0
117121
# via pytest-sugar
118-
urllib3==2.3.0
122+
typing-extensions==4.14.0
123+
# via openapi-core
124+
urllib3==2.5.0
119125
# via
120126
# -c ../../requirements/constraints.txt
121127
# requests
122-
werkzeug==3.1.3
128+
werkzeug==3.1.1
123129
# via openapi-core
124-
yarl==1.18.3
130+
yarl==1.20.1
125131
# via aiohttp

0 commit comments

Comments
 (0)