Skip to content

Commit

Permalink
Merge pull request #146 from communitiesuk/upgrade-sentry-sdk
Browse files Browse the repository at this point in the history
Bump sentry_sdk to v2+
  • Loading branch information
samuelhwilliams authored Jul 8, 2024
2 parents bdac2c1 + e482855 commit 4540b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "funding-service-design-utils"

version = "2.0.52"
version = "3.0.0"

authors = [
{ name="DLUHC", email="[email protected]" },
Expand All @@ -31,7 +31,7 @@ dependencies = [
"gunicorn>=20.1.0,<21.0.0",
"pytz>=2022.1",
"PyJWT[crypto]>=2.4.0",
"sentry-sdk[flask]>=1.18.0,<2.0.0",
"sentry-sdk[flask]>=2.0.0,<3.0.0",
"requests",
"flipper-client>=1.3.1",
"flask-redis==0.4.0",
Expand Down

0 comments on commit 4540b23

Please sign in to comment.