From 8bf1d35ca81f215bec9f6921409b3680d04d069c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:58:22 +0000 Subject: [PATCH] Bump stravalib from 1.2.0 to 2.1 Bumps [stravalib](https://github.com/stravalib/stravalib) from 1.2.0 to 2.1. - [Release notes](https://github.com/stravalib/stravalib/releases) - [Changelog](https://github.com/stravalib/stravalib/blob/main/changelog.md) - [Commits](https://github.com/stravalib/stravalib/compare/v1.2.0...v2.1) --- updated-dependencies: - dependency-name: stravalib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3020f47..bf74525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "instagram==1.3.4", "pytz==2024.2", "requests==2.32.3", - "stravalib==1.2.0", + "stravalib==2.1", ] classifiers = [ "Development Status :: 5 - Production/Stable",