diff --git a/it/go/go.mod b/it/go/go.mod index 65f162d43a..2d12514d81 100644 --- a/it/go/go.mod +++ b/it/go/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0 - github.com/microsoft/kiota-abstractions-go v1.8.0 + github.com/microsoft/kiota-abstractions-go v1.8.1 github.com/microsoft/kiota-authentication-azure-go v1.1.0 github.com/microsoft/kiota-http-go v1.4.5 github.com/microsoft/kiota-serialization-form-go v1.0.0 @@ -26,7 +26,7 @@ require ( github.com/kylelemons/godebug v1.1.0 // indirect github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/std-uritemplate/std-uritemplate/go v1.0.6 // indirect + github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1 // indirect github.com/stretchr/testify v1.9.0 // indirect go.opentelemetry.io/otel v1.24.0 // indirect go.opentelemetry.io/otel/metric v1.24.0 // indirect diff --git a/it/go/go.sum b/it/go/go.sum index d8774bc095..5ab42f1788 100644 --- a/it/go/go.sum +++ b/it/go/go.sum @@ -29,8 +29,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= -github.com/microsoft/kiota-abstractions-go v1.8.0 h1:QSUA1VrOjBhqLSghIJ8KzAUWniuVvaDaNHr4yInOZ5s= -github.com/microsoft/kiota-abstractions-go v1.8.0/go.mod h1:lYexA/dZlyiCHHilVxDadfoScjI6j8cKmrZWkq5pckw= +github.com/microsoft/kiota-abstractions-go v1.8.1 h1:0gtK3KERmbKYm5AxJLZ8WPlNR9eACUGWuofFIa01PnA= +github.com/microsoft/kiota-abstractions-go v1.8.1/go.mod h1:YO2QCJyNM9wzvlgGLepw6s9XrPgNHODOYGVDCqQWdLI= github.com/microsoft/kiota-authentication-azure-go v1.1.0 h1:HudH57Enel9zFQ4TEaJw6lMiyZ5RbBdrRHwdU0NP2RY= github.com/microsoft/kiota-authentication-azure-go v1.1.0/go.mod h1:zfPFOiLdEqM77Hua5B/2vpcXrVaGqSWjHSRzlvAWEgc= github.com/microsoft/kiota-http-go v1.4.5 h1:BrI9TZ0cWiU1ucP5oSWR6UmP2vR3PaKbQ61TQ/qM5cM= @@ -49,8 +49,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4= github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/std-uritemplate/std-uritemplate/go v1.0.6 h1:XkCI5iBsbDxc9bYnFArKlgBkNvcw8St1UBJoNpYGCCo= -github.com/std-uritemplate/std-uritemplate/go v1.0.6/go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc= +github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1 h1:/m2cTZHpqgofDsrwPqsASI6fSNMNhb+9EmUYtHEV2Uk= +github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.1/go.mod h1:Z5KcoM0YLC7INlNhEezeIZ0TZNYf7WSNO0Lvah4DSeQ= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo= diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 1db973fb3f..db8bccbe26 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -66,7 +66,7 @@ yapf==0.43.0 zipp==3.21.0 ; python_version >= '3.7' -aiohttp==3.11.6 ; python_version >= '3.6' +aiohttp==3.11.7 ; python_version >= '3.6' aiosignal==1.3.1 ; python_version >= '3.7' @@ -136,5 +136,5 @@ sniffio==1.3.1 ; python_version >= '3.7' uritemplate==4.1.1 ; python_version >= '3.6' -yarl==1.17.2 ; python_version >= '3.7' +yarl==1.18.0 ; python_version >= '3.7' diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index 73ff774303..765b909c68 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -10,13 +10,13 @@ "license": "MIT", "dependencies": { "@azure/identity": "^4.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.75", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.76", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.76", "express": "^5.0.1", "node-fetch": "^2.7.0" }, @@ -766,9 +766,9 @@ } }, "node_modules/@microsoft/kiota-abstractions": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.75.tgz", - "integrity": "sha512-4AHGZbBK0TF3Juoqv4nm/hatY9gmxMliEI6LBnJ0NX/bnrbkXYWYFqd77UNLqunum+UO9Z5TXkZ61iH/SfnJOw==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-abstractions/-/kiota-abstractions-1.0.0-preview.76.tgz", + "integrity": "sha512-+eNoxo9+HUvJ/rchz2yxNrwmT1qkVf83OZJecg55cgmjY2yymNpzXAYvvYqVbJNDY+WRd93tbtNgnUKAzfHv1g==", "dependencies": { "@opentelemetry/api": "^1.7.0", "@std-uritemplate/std-uritemplate": "^1.0.1", @@ -790,59 +790,59 @@ } }, "node_modules/@microsoft/kiota-authentication-azure": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.75.tgz", - "integrity": "sha512-+ypoLdiMMX3iXnR8dGlqCanej+G/CNJG4dYuTBsYoBKVi1scZ7Drg1pSSu22mTllJ0f4UBA+G89vs6tt/4DVrA==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.76.tgz", + "integrity": "sha512-tb02i0Kx1kEP6CQaRxpshYIV6tiGIA43nhVu2gJ1nfCRSB6hZ7HgYWwhwAVSesQdG7J59FaBFgehnbYBbUCx6A==", "dependencies": { "@azure/core-auth": "^1.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "node_modules/@microsoft/kiota-http-fetchlibrary": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.75.tgz", - "integrity": "sha512-JDLNjZSV0V05by63BOg7SY67YHzVbSeFnWsEViCO4iYMf0rUEVI4Il02YzMISQr6NE2ewiUmHhyyzBmCzZbjiA==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-http-fetchlibrary/-/kiota-http-fetchlibrary-1.0.0-preview.76.tgz", + "integrity": "sha512-WMWArjHHxtAyFWvmqoLWpCjydzZooV5nmfuZk8fDqY/vdQk7856UuoYR3X8QHT7kmqZtepc8Wje45wBEd//4kg==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "@opentelemetry/api": "^1.7.0", "tslib": "^2.6.2" } }, "node_modules/@microsoft/kiota-serialization-form": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.75.tgz", - "integrity": "sha512-6ePhlseALvXClmMbckPMSQkdxLDTdpKqb1zXjcNmyizBIUWOXIJOshS0vto8CVFn24hXej4XPPG5zbpds77caw==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-form/-/kiota-serialization-form-1.0.0-preview.76.tgz", + "integrity": "sha512-xnjfWB+KExBHaQy7GJOTlGonX0J4BWGQHdArBm3SsniX2Ijy8uNnJRMsKx+9PpAti792c2KfiASTBuxZHcGY5g==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "tslib": "^2.6.2" } }, "node_modules/@microsoft/kiota-serialization-json": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.75.tgz", - "integrity": "sha512-Kew92emgw6DEHnkIdxlPzwc7Tr4yyD0b4BlsjSRJ/si72Z6wLAP/WOe7SpBYuKhFpkxCbpoSG6/SAZLqaFcw3A==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-json/-/kiota-serialization-json-1.0.0-preview.76.tgz", + "integrity": "sha512-bexFroAxxmnP4KIo+UdBEj9KlRla3EJRs4xRpLhKxQ70H+TozvMTIZFlfIKPSE0BsdvMUI3CeZPNSv3gJFetEg==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "tslib": "^2.6.2" } }, "node_modules/@microsoft/kiota-serialization-multipart": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.75.tgz", - "integrity": "sha512-xdt1gSnZiDbOCE4v68s3KiUo7Nt4cRs5J8dvZUSjMlJCecYGt1xxL9FVY6ZLW8JxwAQANEULgSaS2s4ajaWxdA==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-multipart/-/kiota-serialization-multipart-1.0.0-preview.76.tgz", + "integrity": "sha512-uQZKsDBIMp28l+brpvJU4oNCp+ADYo7aOIJO1BFJt1FL3EId/E88O7FRjkQWqFBDxkNke1hr127lVKy9zL/PWg==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "tslib": "^2.6.2" } }, "node_modules/@microsoft/kiota-serialization-text": { - "version": "1.0.0-preview.75", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.75.tgz", - "integrity": "sha512-1FE2Jj32HSVFTaH9jWnoGfoVbPy+zxBeos+IJY5kyb9Gq/v3VMfgOgbjLQZs2ZtT8u/oDc8bTIIns2Yx9/CFIQ==", + "version": "1.0.0-preview.76", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-serialization-text/-/kiota-serialization-text-1.0.0-preview.76.tgz", + "integrity": "sha512-7sHq1ZAPzbkScjilepIjul83t3C/+pAoSY44v5Y1rQ4Z4CWRLroP4M69AuX1/k+QApjNVoUpDHNpUWsgnFUaCg==", "dependencies": { - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", "tslib": "^2.6.2" } }, diff --git a/it/typescript/package.json b/it/typescript/package.json index 48c43a3067..b09cd9d303 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -32,13 +32,13 @@ }, "dependencies": { "@azure/identity": "^4.5.0", - "@microsoft/kiota-abstractions": "^1.0.0-preview.75", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.75", - "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-form": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-json": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.75", - "@microsoft/kiota-serialization-text": "^1.0.0-preview.75", + "@microsoft/kiota-abstractions": "^1.0.0-preview.76", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.76", + "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-form": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-json": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.76", + "@microsoft/kiota-serialization-text": "^1.0.0-preview.76", "express": "^5.0.1", "node-fetch": "^2.7.0" }