Skip to content

Commit 2b49fe8

Browse files
committed
update pants version
1 parent fadcd53 commit 2b49fe8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

network_auth/src/vonage_network_auth/requests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class CreateOidcUrl(BaseModel):
1515
redirect_uri: str
1616
state: str
1717
login_hint: str
18-
scope: Optional[
19-
str
20-
] = 'openid dpv:FraudPreventionAndDetection#number-verification-verify-read'
18+
scope: Optional[str] = (
19+
'openid dpv:FraudPreventionAndDetection#number-verification-verify-read'
20+
)

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = '2.24.2'
2+
pants_version = '2.26.0'
33

44
backend_packages = [
55
'pants.backend.python',

0 commit comments

Comments
 (0)