Skip to content

Commit d175897

Browse files
GitHKAndrei Neagumergify[bot]
authored
⬆️ upgraded tools & packages (#7075)
Co-authored-by: Andrei Neagu <neagu@itis.swiss> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 8bed900 commit d175897

File tree

98 files changed

+1800
-1553
lines changed

Some content is hidden

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

98 files changed

+1800
-1553
lines changed

api/tests/requirements.txt

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
aiohappyeyeballs==2.4.0
1+
aiohappyeyeballs==2.4.4
22
# via aiohttp
3-
aiohttp==3.10.5
3+
aiohttp==3.11.11
44
# via
55
# -c ../../requirements/constraints.txt
66
# -r requirements.in
7-
aiosignal==1.3.1
7+
aiosignal==1.3.2
88
# via aiohttp
9-
attrs==24.2.0
9+
attrs==25.1.0
1010
# via
1111
# aiohttp
1212
# jsonschema
1313
# referencing
14-
certifi==2024.8.30
14+
certifi==2024.12.14
1515
# via
1616
# -c ../../requirements/constraints.txt
1717
# requests
18-
charset-normalizer==3.3.2
18+
charset-normalizer==3.4.1
1919
# via requests
20-
coverage==7.6.1
20+
coverage==7.6.10
2121
# via
2222
# -r requirements.in
2323
# pytest-cov
24-
frozenlist==1.4.1
24+
frozenlist==1.5.0
2525
# via
2626
# aiohttp
2727
# aiosignal
@@ -31,50 +31,54 @@ idna==3.10
3131
# yarl
3232
iniconfig==2.0.0
3333
# via pytest
34-
isodate==0.6.1
34+
isodate==0.7.2
3535
# via openapi-core
3636
jsonschema==4.23.0
3737
# via
3838
# openapi-core
3939
# openapi-schema-validator
4040
# openapi-spec-validator
41-
jsonschema-path==0.3.3
41+
jsonschema-path==0.3.4
4242
# via
4343
# openapi-core
4444
# openapi-spec-validator
45-
jsonschema-specifications==2023.12.1
45+
jsonschema-specifications==2024.10.1
4646
# via
4747
# jsonschema
4848
# openapi-schema-validator
4949
lazy-object-proxy==1.10.0
5050
# via openapi-spec-validator
51-
markupsafe==2.1.5
51+
markupsafe==3.0.2
5252
# via werkzeug
53-
more-itertools==10.5.0
53+
more-itertools==10.6.0
5454
# via openapi-core
5555
multidict==6.1.0
5656
# via
5757
# aiohttp
5858
# yarl
5959
openapi-core==0.19.4
6060
# via -r requirements.in
61-
openapi-schema-validator==0.6.2
61+
openapi-schema-validator==0.6.3
6262
# via
6363
# openapi-core
6464
# openapi-spec-validator
6565
openapi-spec-validator==0.7.1
6666
# via openapi-core
67-
packaging==24.1
67+
packaging==24.2
6868
# via
6969
# pytest
7070
# pytest-sugar
7171
parse==1.20.2
7272
# via openapi-core
73-
pathable==0.4.3
73+
pathable==0.4.4
7474
# via jsonschema-path
7575
pluggy==1.5.0
7676
# via pytest
77-
pytest==8.3.3
77+
propcache==0.2.1
78+
# via
79+
# aiohttp
80+
# yarl
81+
pytest==8.3.4
7882
# via
7983
# -r requirements.in
8084
# pytest-asyncio
@@ -85,7 +89,7 @@ pytest-asyncio==0.23.8
8589
# via
8690
# -c ../../requirements/constraints.txt
8791
# -r requirements.in
88-
pytest-cov==5.0.0
92+
pytest-cov==6.0.0
8993
# via -r requirements.in
9094
pytest-instafail==0.5.0
9195
# via -r requirements.in
@@ -97,28 +101,27 @@ pyyaml==6.0.2
97101
# jsonschema-path
98102
referencing==0.35.1
99103
# via
104+
# -c ../../requirements/constraints.txt
100105
# jsonschema
101106
# jsonschema-path
102107
# jsonschema-specifications
103108
requests==2.32.3
104109
# via jsonschema-path
105110
rfc3339-validator==0.1.4
106111
# via openapi-schema-validator
107-
rpds-py==0.20.0
112+
rpds-py==0.22.3
108113
# via
109114
# jsonschema
110115
# referencing
111-
six==1.16.0
112-
# via
113-
# isodate
114-
# rfc3339-validator
115-
termcolor==2.4.0
116+
six==1.17.0
117+
# via rfc3339-validator
118+
termcolor==2.5.0
116119
# via pytest-sugar
117-
urllib3==2.2.3
120+
urllib3==2.3.0
118121
# via
119122
# -c ../../requirements/constraints.txt
120123
# requests
121-
werkzeug==3.0.4
124+
werkzeug==3.1.3
122125
# via openapi-core
123-
yarl==1.12.1
126+
yarl==1.18.3
124127
# via aiohttp

0 commit comments

Comments
 (0)