File tree 6 files changed +9
-6
lines changed
docs/adr/assets/ADR-003/examples
docker/examples/python/assets/hello_world
src/github_permission_manager_webhook
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ require (
7
7
github.com/golang-jwt/jwt v3.2.2+incompatible
8
8
)
9
9
10
- require golang.org/x/net v0.17 .0 // indirect
10
+ require golang.org/x/net v0.23 .0 // indirect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSM
3
3
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
4
4
github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
5
5
golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
6
- golang.org/x/net v0.17 .0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
7
- golang.org/x/net v0.17 .0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
6
+ golang.org/x/net v0.23 .0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
7
+ golang.org/x/net v0.23 .0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
8
8
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
9
9
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
10
10
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
Original file line number Diff line number Diff line change 1
1
PyJWT == 2.8.0
2
- requests == 2.31.0
2
+ requests == 2.32.2
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ sonar.host.url=https://sonarcloud.io
4
4
sonar.qualitygate.wait =true
5
5
sonar.sourceEncoding =UTF-8
6
6
sonar.sources =.
7
+ sonar.exclusions =docs/**,scripts/**
8
+
9
+
7
10
8
11
sonar.python.coverage.reportPaths =src/coverage.xml
9
12
# sonar.[javascript|typescript].lcov.reportPaths=.coverage/lcov.info
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ itsdangerous==2.1.2
6
6
Jinja2 == 3.1.3
7
7
MarkupSafe == 2.1.3
8
8
pip == 23.3
9
- setuptools == 65.5.1
9
+ setuptools == 70.0.0
10
10
Werkzeug == 3.0.3
11
11
wheel == 0.41.1
12
12
WTForms == 3.0.1
Original file line number Diff line number Diff line change 1
1
PyJWT == 2.8.0
2
- cryptography == 43.0.0
2
+ cryptography == 43.0.1
3
3
requests == 2.32.3
You can’t perform that action at this time.
0 commit comments