Skip to content

Commit f2e6467

Browse files
[CHORE] python-deps: Bump the uv-deps group with 5 updates
Updates the requirements on [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python), [notion-client](https://github.com/ramnes/notion-sdk-py), [asana](https://github.com/asana/python-asana), [icalendar](https://github.com/collective/icalendar) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `google-auth-oauthlib` from 0.4.6 to 1.4.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-alloydb-v0.4.6...google-auth-oauthlib-v1.4.0) Updates `notion-client` from 0.7.1 to 3.1.0 - [Release notes](https://github.com/ramnes/notion-sdk-py/releases) - [Commits](ramnes/notion-sdk-py@0.7.1...3.1.0) Updates `asana` from 1.0.0 to 5.2.5 - [Release notes](https://github.com/asana/python-asana/releases) - [Commits](Asana/python-asana@v1.0.0...v5.2.5) Updates `icalendar` from 5.0.14 to 7.2.0 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](collective/icalendar@v5.0.14...v7.2.0) Updates `setuptools-scm[toml]` to 10.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@v6.2.0...setuptools-scm-v10.2.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-deps - dependency-name: notion-client dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-deps - dependency-name: asana dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-deps - dependency-name: icalendar dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: uv-deps - dependency-name: setuptools-scm[toml] dependency-version: 10.2.0 dependency-type: direct:development dependency-group: uv-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96046ee commit f2e6467

2 files changed

Lines changed: 29 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ dependencies = [
5050
[project.optional-dependencies]
5151
google = [
5252
"google-api-python-client>=2.140.0,<3",
53-
"google-auth-oauthlib>=0.4.6,<0.5",
53+
"google-auth-oauthlib>=0.4.6,<1.5",
5454
]
5555
gkeep = ["gkeepapi>=0.17.1,<0.18"]
56-
notion = ["notion-client>=0.7.1,<0.8"]
57-
asana = ["asana>=1.0.0,<2"]
58-
caldav = ["caldav>=0.11.0,<0.12", "icalendar>=5.0.13,<6"]
56+
notion = ["notion-client>=0.7.1,<3.2"]
57+
asana = ["asana>=1.0.0,<6"]
58+
caldav = ["caldav>=0.11.0,<0.12", "icalendar>=5.0.13,<8"]
5959
tw = ["taskw-ng==0.2.7", "xdg>=6.0.0,<7"]
6060
fs = ["xattr>=1.1.0,<2"]
6161

@@ -234,6 +234,6 @@ addopts = ["--ignore-glob=quickstart*", "--doctest-modules"]
234234
# build-system -----------------------------------------------------------------
235235
[build-system]
236236
build-backend = "setuptools.build_meta"
237-
requires = ["setuptools", "setuptools_scm[toml]>=6.2,<10"]
237+
requires = ["setuptools", "setuptools_scm[toml]>=6.2,<11"]
238238

239239
# vim: tw=80

uv.lock

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)