From 928f4fb6fc34af98acfe592a955feaf35fa4ee76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:44:58 +0000 Subject: [PATCH 1/3] gradle: bump com.gradleup.shadow in /client-samples/java/websockets Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.3 to 8.3.5. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.3...8.3.5) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client-samples/java/websockets/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/java/websockets/build.gradle.kts b/client-samples/java/websockets/build.gradle.kts index 3329a45..3766c07 100644 --- a/client-samples/java/websockets/build.gradle.kts +++ b/client-samples/java/websockets/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java") - id("com.gradleup.shadow") version "8.3.3" + id("com.gradleup.shadow") version "8.3.5" } group = "example.application" From 1b7f589d97a0ac26ff37f50c19c4e3be0dae7c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:45:18 +0000 Subject: [PATCH 2/3] pip-rest: bump rel from 0.4.7 to 0.4.9.19 in /client-samples/python/rest Bumps [rel](https://github.com/bubbleboy14/registeredeventlistener) from 0.4.7 to 0.4.9.19. - [Commits](https://github.com/bubbleboy14/registeredeventlistener/commits) --- updated-dependencies: - dependency-name: rel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client-samples/python/rest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-samples/python/rest/requirements.txt b/client-samples/python/rest/requirements.txt index 6f1c052..c965af7 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -3,6 +3,6 @@ chardet==3.0.4 msal==1.25.0 parameterized==0.9.0 pytest==8.3.4 -rel==0.4.7 +rel==0.4.9.19 requests-mock==1.12.1 six==1.15.0 From b50b77c66a80ad1e2639e38b7a88e3d813422903 Mon Sep 17 00:00:00 2001 From: harveymmaunders Date: Fri, 17 Jan 2025 11:31:57 +0000 Subject: [PATCH 3/3] Updated python versions --- .github/workflows/python-ci.yml | 2 +- client-samples/java/websockets/build.gradle.kts | 2 +- client-samples/python/rest/README.md | 2 +- client-samples/python/rest/requirements.txt | 2 +- client-samples/python/websockets/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index f60fa2b..3f4f567 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] working-directory: - ./client-samples/python/rest - ./client-samples/python/websockets diff --git a/client-samples/java/websockets/build.gradle.kts b/client-samples/java/websockets/build.gradle.kts index 9c09179..fd4b6ae 100644 --- a/client-samples/java/websockets/build.gradle.kts +++ b/client-samples/java/websockets/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java") - id("com.gradleup.shadow") version "8.3.5" + id("com.gradleup.shadow") version "8.3.3" } group = "example.application" diff --git a/client-samples/python/rest/README.md b/client-samples/python/rest/README.md index 316565a..57041ee 100644 --- a/client-samples/python/rest/README.md +++ b/client-samples/python/rest/README.md @@ -33,7 +33,7 @@ You can use `config-example.json` as a starting point. > NOTE: You may recieve a Thumbprint in the format 12:AB:FC:12. Please remove the ":" characters, the thumbrpint should look like 12ABFC12 ## Running the application -It is important to ensure that you have Python 3.8 or greater on your machine. To check if Python is on your machine perform the following: +It is important to ensure that you have Python 3.9 or greater on your machine. To check if Python is on your machine perform the following: * Windows: `python --version` * Mac/Linux: `python --version` diff --git a/client-samples/python/rest/requirements.txt b/client-samples/python/rest/requirements.txt index c965af7..6f1c052 100644 --- a/client-samples/python/rest/requirements.txt +++ b/client-samples/python/rest/requirements.txt @@ -3,6 +3,6 @@ chardet==3.0.4 msal==1.25.0 parameterized==0.9.0 pytest==8.3.4 -rel==0.4.9.19 +rel==0.4.7 requests-mock==1.12.1 six==1.15.0 diff --git a/client-samples/python/websockets/README.md b/client-samples/python/websockets/README.md index abe6531..9a13b27 100644 --- a/client-samples/python/websockets/README.md +++ b/client-samples/python/websockets/README.md @@ -6,7 +6,7 @@ It uses the following libraries: ## Requirements -- Python 3.8+ +- Python 3.9+ - A client application on Morgan Stanley Azure AD tenant. Please talk to your contact at Morgan Stanley to set this up. - A self-signed public/private key pair. Please see the Morgan Stanley API Onboarding instructions for help generating these. - The thumbprint (also known as fingerprint) for your certificate.