Skip to content

Commit 3c7f1cc

Browse files
author
Andrei Neagu
committed
upgrade all tools and tests repo wide
1 parent a41ab9e commit 3c7f1cc

File tree

75 files changed

+1179
-1113
lines changed

Some content is hidden

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

75 files changed

+1179
-1113
lines changed

api/tests/requirements.txt

Lines changed: 27 additions & 25 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==24.3.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,7 +31,7 @@ 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
@@ -42,13 +42,13 @@ jsonschema-path==0.3.3
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
5353
more-itertools==10.5.0
5454
# via openapi-core
@@ -58,23 +58,27 @@ multidict==6.1.0
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
@@ -104,21 +108,19 @@ requests==2.32.3
104108
# via jsonschema-path
105109
rfc3339-validator==0.1.4
106110
# via openapi-schema-validator
107-
rpds-py==0.20.0
111+
rpds-py==0.22.3
108112
# via
109113
# jsonschema
110114
# referencing
111-
six==1.16.0
112-
# via
113-
# isodate
114-
# rfc3339-validator
115-
termcolor==2.4.0
115+
six==1.17.0
116+
# via rfc3339-validator
117+
termcolor==2.5.0
116118
# via pytest-sugar
117-
urllib3==2.2.3
119+
urllib3==2.3.0
118120
# via
119121
# -c ../../requirements/constraints.txt
120122
# requests
121-
werkzeug==3.0.4
123+
werkzeug==3.1.3
122124
# via openapi-core
123-
yarl==1.12.1
125+
yarl==1.18.3
124126
# via aiohttp

0 commit comments

Comments
 (0)