Skip to content

Commit 0abcba2

Browse files
authored
Merge branch 'main' into dependabot/pip/scripts/docker/examples/python/assets/hello_world/werkzeug-3.0.3
Signed-off-by: walteck <[email protected]>
2 parents b7dec6d + 6af6dc4 commit 0abcba2

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

Diff for: docs/adr/assets/ADR-003/examples/golang/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ require (
77
github.com/golang-jwt/jwt v3.2.2+incompatible
88
)
99

10-
require golang.org/x/net v0.17.0 // indirect
10+
require golang.org/x/net v0.23.0 // indirect

Diff for: docs/adr/assets/ADR-003/examples/golang/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/go-resty/resty/v2 v2.7.0/go.mod h1:9PWDzw47qPphMRFfhsyk0NnSgvluHcljSM
33
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
44
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
55
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=
88
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
99
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
1010
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PyJWT==2.8.0
2-
requests==2.31.0
2+
requests==2.32.2

Diff for: scripts/config/sonar-scanner.properties

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sonar.host.url=https://sonarcloud.io
44
sonar.qualitygate.wait=true
55
sonar.sourceEncoding=UTF-8
66
sonar.sources=.
7+
sonar.exclusions=docs/**,scripts/**
8+
9+
710

811
sonar.python.coverage.reportPaths=src/coverage.xml
912
#sonar.[javascript|typescript].lcov.reportPaths=.coverage/lcov.info

Diff for: scripts/docker/examples/python/assets/hello_world/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ itsdangerous==2.1.2
66
Jinja2==3.1.3
77
MarkupSafe==2.1.3
88
pip==23.3
9-
setuptools==65.5.1
9+
setuptools==70.0.0
1010
Werkzeug==3.0.3
1111
wheel==0.41.1
1212
WTForms==3.0.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
PyJWT==2.8.0
2-
cryptography==43.0.0
2+
cryptography==43.0.1
33
requests==2.32.3

0 commit comments

Comments
 (0)