From d95ba9e490d1af73a78ce07386c0962e434b18d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 01:34:50 +0000 Subject: [PATCH] Bump ebaysdk from 2.1.5 to 2.2.0 Bumps [ebaysdk](https://github.com/timotheus/ebaysdk-python) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/timotheus/ebaysdk-python/releases) - [Changelog](https://github.com/timotheus/ebaysdk-python/blob/master/Changes) - [Commits](https://github.com/timotheus/ebaysdk-python/commits/v2.2.0) --- updated-dependencies: - dependency-name: ebaysdk dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 402f4628b77ce..3d213edd73618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Babel==2.6.0 chardet==3.0.4 decorator==4.3.0 docutils==0.14 -ebaysdk==2.1.5 +ebaysdk==2.2.0 feedparser==5.2.1 gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7' gevent==1.5.0 ; python_version >= '3.7'