From d35280e663445332acb5ed2143f5ba2a971fa411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:30:21 +0000 Subject: [PATCH 1/2] chore(deps): update astral-sh/setup-uv action to v6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00f01a5..5d5eeda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2 + - uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0 - run: uv build From 45d21ad71a1d2ea44bfb8e09fb6255011ba803c8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:34:43 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 62c0457..6f165fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"] [project] authors = [ - {name = "Matias Aguirre", email = "matiasaguirre@gmail.com"} + {email = "matiasaguirre@gmail.com", name = "Matias Aguirre"} ] classifiers = [ "Development Status :: 4 - Beta", - "Topic :: Internet", - "Intended Audience :: Developers", "Environment :: Web Environment", - "Programming Language :: Python", + "Intended Audience :: Developers", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3" + "Programming Language :: Python :: 3", + "Programming Language :: Python", + "Topic :: Internet" ] dependencies = [ - "six", "flask-login", + "six", "social-auth-core >= 1.0.0" ] description = "Python Social Authentication, Flask integration." dynamic = ["version"] keywords = [ + "auth", "flask", - "social", - "auth" + "social" ] license = "BSD-3-Clause" license-files = ["LICENSE"]