Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Nov 27, 2024
2 parents 8aaa920 + 60b4e6f commit f892446
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion example/php/jaeger/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"minimum-stability": "dev",
"require": {
"jonahgeorge/jaeger-client-php": "1.4.3",
"jonahgeorge/jaeger-client-php": "1.5.0",
"opentracing/opentracing": "1.0.2"
}
}
22 changes: 11 additions & 11 deletions example/zoo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.18.2"
"eslint-plugin-import": "^2.31.0"
},
"dependencies": {
"commander": "^9.4.1",
"express": "^4.15.2",
"express-basic-auth": "^1.0.1",
"lightstep-tracer": "^0.20.2",
"commander": "^9.5.0",
"express": "^4.21.1",
"express-basic-auth": "^1.2.1",
"lightstep-tracer": "^0.34.0",
"opentracing": "0.14.7",
"pug": "^2.0.0-beta.12",
"request": "^2.81.0",
"pug": "^3.0.3",
"request": "^2.88.2",
"restler": "^3.4.0",
"sharp": "^0.17.3",
"sqlite3": "^3.1.8",
"uuid": "^9.0.0",
"winston": "^2.3.1"
"sharp": "^0.33.5",
"sqlite3": "^3.1.13",
"uuid": "^9.0.1",
"winston": "^2.4.7"
}
}
10 changes: 5 additions & 5 deletions test/environment/grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.67.1
grpcio-health-checking==1.67.1
grpcio-reflection==1.67.1
grpcio-testing==1.67.1
grpcio-tools==1.67.1
grpcio==1.68.0
grpcio-health-checking==1.68.0
grpcio-reflection==1.68.0
grpcio-testing==1.68.0
grpcio-tools==1.68.0
2 changes: 1 addition & 1 deletion test/requirements.ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker==7.1.0
grpcio==1.67.1
grpcio==1.68.0
protobuf==5.28.3
requests==2.32.3
urllib3==2.2.3
Expand Down

0 comments on commit f892446

Please sign in to comment.