Skip to content

Commit 2a81c26

Browse files
authored
Merge branch 'master' into fix/pact-broker
2 parents b373b12 + 043485c commit 2a81c26

File tree

110 files changed

+2234
-2688
lines changed

Some content is hidden

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

110 files changed

+2234
-2688
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Makefile @pcrespov @sanderegg
2323
/packages/settings-library/ @pcrespov @sanderegg
2424
/requirements/ @pcrespov @matusdrobuliak66
2525
/services/agent/ @GitHK
26-
/services/api-server/ @pcrespov
26+
/services/api-server/ @pcrespov @bisgaard-itis @wvangeit
2727
/services/api-server/tests/unit/pact_broker/ @matusdrobuliak66
2828
/services/autoscaling/ @sanderegg
2929
/services/catalog/ @pcrespov @sanderegg
@@ -36,7 +36,7 @@ Makefile @pcrespov @sanderegg
3636
/services/efs-guardian/ @matusdrobuliak66
3737
/services/invitations/ @pcrespov
3838
/services/migration/ @pcrespov
39-
/services/notifications/ @GitHK
39+
/services/notifications/ @pcrespov @giancarloromeo
4040
/services/payments/ @pcrespov @matusdrobuliak66
4141
/services/resource-usage-tracker/ @matusdrobuliak66
4242
/services/static-webserver/ @GitHK

api/tests/requirements.txt

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohappyeyeballs==2.6.1
22
# via aiohttp
3-
aiohttp==3.12.14
3+
aiohttp==3.12.15
44
# via
55
# -c ../../requirements/constraints.txt
66
# -r requirements.in
@@ -11,13 +11,13 @@ attrs==25.3.0
1111
# aiohttp
1212
# jsonschema
1313
# referencing
14-
certifi==2025.7.9
14+
certifi==2025.8.3
1515
# via
1616
# -c ../../requirements/constraints.txt
1717
# requests
18-
charset-normalizer==3.4.2
18+
charset-normalizer==3.4.3
1919
# via requests
20-
coverage==7.9.2
20+
coverage==7.10.7
2121
# via
2222
# -r requirements.in
2323
# pytest-cov
@@ -33,7 +33,7 @@ iniconfig==2.1.0
3333
# via pytest
3434
isodate==0.7.2
3535
# via openapi-core
36-
jsonschema==4.24.0
36+
jsonschema==4.25.1
3737
# via
3838
# openapi-core
3939
# openapi-schema-validator
@@ -42,17 +42,17 @@ jsonschema-path==0.3.4
4242
# via
4343
# openapi-core
4444
# openapi-spec-validator
45-
jsonschema-specifications==2025.4.1
45+
jsonschema-specifications==2025.9.1
4646
# via
4747
# jsonschema
4848
# openapi-schema-validator
49-
lazy-object-proxy==1.11.0
49+
lazy-object-proxy==1.12.0
5050
# via openapi-spec-validator
51-
markupsafe==3.0.2
51+
markupsafe==3.0.3
5252
# via werkzeug
53-
more-itertools==10.7.0
53+
more-itertools==10.8.0
5454
# via openapi-core
55-
multidict==6.6.3
55+
multidict==6.6.4
5656
# via
5757
# aiohttp
5858
# yarl
@@ -65,9 +65,7 @@ openapi-schema-validator==0.6.3
6565
openapi-spec-validator==0.7.2
6666
# via openapi-core
6767
packaging==25.0
68-
# via
69-
# pytest
70-
# pytest-sugar
68+
# via pytest
7169
parse==1.20.2
7270
# via openapi-core
7371
pathable==0.4.4
@@ -82,22 +80,22 @@ propcache==0.3.2
8280
# yarl
8381
pygments==2.19.2
8482
# via pytest
85-
pytest==8.4.1
83+
pytest==8.4.2
8684
# via
8785
# -r requirements.in
8886
# pytest-asyncio
8987
# pytest-cov
9088
# pytest-instafail
9189
# pytest-sugar
92-
pytest-asyncio==1.0.0
90+
pytest-asyncio==1.2.0
9391
# via -r requirements.in
94-
pytest-cov==6.2.1
92+
pytest-cov==7.0.0
9593
# via -r requirements.in
9694
pytest-instafail==0.5.0
9795
# via -r requirements.in
98-
pytest-sugar==1.0.0
96+
pytest-sugar==1.1.1
9997
# via -r requirements.in
100-
pyyaml==6.0.2
98+
pyyaml==6.0.3
10199
# via
102100
# -c ../../requirements/constraints.txt
103101
# jsonschema-path
@@ -107,22 +105,23 @@ referencing==0.35.1
107105
# jsonschema
108106
# jsonschema-path
109107
# jsonschema-specifications
110-
requests==2.32.4
108+
requests==2.32.5
111109
# via jsonschema-path
112110
rfc3339-validator==0.1.4
113111
# via openapi-schema-validator
114-
rpds-py==0.26.0
112+
rpds-py==0.27.1
115113
# via
116114
# jsonschema
117115
# referencing
118116
six==1.17.0
119117
# via rfc3339-validator
120118
termcolor==3.1.0
121119
# via pytest-sugar
122-
typing-extensions==4.14.1
120+
typing-extensions==4.15.0
123121
# via
124122
# aiosignal
125123
# openapi-core
124+
# pytest-asyncio
126125
urllib3==2.5.0
127126
# via
128127
# -c ../../requirements/constraints.txt

0 commit comments

Comments
 (0)