From 0f05fb99f2debbac5251f2c58ebd9017e93e13e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:07:47 +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 bdb7f89..dcad7a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "marshmallow-enum @ https://github.com/lyft/marshmallow_enum/archive/support-for-marshamallow-3.tar.gz", "python-instagram==1.3.2", "pytz==2024.2", - "stravalib==1.2.0", + "stravalib==2.1", ] classifiers = [ "Development Status :: 4 - Beta",