Skip to content

Commit

Permalink
chore(deps): bump sentry-sdk from 2.1.1 to 2.4.0 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jun 6, 2024
2 parents 943e459 + c2d7453 commit 2250cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 2250cc8

Please sign in to comment.