From 310c59123c5fd5dd436ef1e8f9dfc16c5fb7c3df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:40:40 +0000 Subject: [PATCH 1/2] chore(deps): bump sentry-sdk from 2.1.1 to 2.4.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.1.1 to 2.4.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.1.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adca4fcbf..68348be38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "eligibility-api==2023.9.1", "calitp-littlepay==2024.4.1", "requests==2.32.3", - "sentry-sdk==2.1.1", + "sentry-sdk==2.4.0", "six==1.16.0", ] From c2d745396b04e9c108d5e5abbb88c525092ad048 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Thu, 6 Jun 2024 14:24:36 -0700 Subject: [PATCH 2/2] fi(ci): correct invalid syntax --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f556c359a..91b63e312 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: name: CodeQL Analyze runs-on: ubuntu-latest needs: setup - if: ${{ needs.setup.outputs.languages != "[]" }} + if: ${{ needs.setup.outputs.languages != '[]' }} permissions: actions: read contents: read