From 410f1b7af498aeb7d00ab8df30f2e53a183e119a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:34:04 +0000 Subject: [PATCH] Update bingads requirement from >=13.0 to >=13.0.27 Updates the requirements on [bingads](https://github.com/BingAds/BingAds-Python-SDK) to permit the latest version. - [Release notes](https://github.com/BingAds/BingAds-Python-SDK/releases) - [Changelog](https://github.com/BingAds/BingAds-Python-SDK/blob/main/HISTORY.rst) - [Commits](https://github.com/BingAds/BingAds-Python-SDK/compare/v13.0.1...v13.0.27) --- updated-dependencies: - dependency-name: bingads dependency-version: 13.0.27 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6076feb..f85a677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dependencies = [ [project.optional-dependencies] google = ["google-ads>=25.1.0", "google-auth>=2.0"] meta = ["facebook-business>=19.0"] -microsoft = ["bingads>=13.0"] +microsoft = ["bingads>=13.0.27"] amazon = ["amazon-ads>=0.6.0"] all = [ "google-ads>=25.1.0", "google-auth>=2.0", "facebook-business>=19.0", - "bingads>=13.0", + "bingads>=13.0.27", "amazon-ads>=0.6.0", ] train = [