Skip to content

Commit

Permalink
update deps (#68)
Browse files Browse the repository at this point in the history
* updated dependencies
  • Loading branch information
PellePedro authored Nov 7, 2024
1 parent d20a392 commit ae207b6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 36 deletions.
29 changes: 0 additions & 29 deletions .devcontainer/skyramp/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1 @@
astroid==2.15.6
build==0.10.0
certifi==2023.5.7
charset-normalizer==3.2.0
colorama==0.4.6
dill==0.3.6
docker==6.1.3
future-fstrings==1.2.0
idna==3.4
iniconfig==2.0.0
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
networkx==3.1
packaging==23.1
platformdirs==3.8.1
pluggy==1.2.0
pylint==2.17.4
pyproject_hooks==1.0.0
pytest==7.4.0
pytest-depends==1.0.1
PyYAML==6.0
requests==2.31.0
tomlkit==0.11.8
urllib3==2.0.3
websocket-client==1.6.1
wrapt==1.15.0
robotframework==7.0.0
typing_extensions==4.9.0
skyramp
2 changes: 1 addition & 1 deletion src/clients/grpc/golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.6

require (
google.golang.org/grpc v1.56.3
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.35.1
)

require (
Expand Down
2 changes: 2 additions & 0 deletions src/clients/grpc/golang/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp0
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
1 change: 0 additions & 1 deletion src/currencyservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"fs": "^0.0.1-security",
"google-protobuf": "3.21.4",
"pino": "9.5.0",
"request": "2.88.2",
"thrift": "^0.21.0",
"worker-threads": "^1.0.0",
"xml2js": "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ require (
google.golang.org/api v0.114.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
)
2 changes: 2 additions & 0 deletions src/productcatalogservice/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
Expand Down
8 changes: 4 additions & 4 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
idna==3.4
idna==3.7
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
Expand Down Expand Up @@ -103,7 +103,7 @@ pyparsing==3.1.1
# via httplib2
python-json-logger==2.0.7
# via -r requirements.in
requests==2.31.0
requests==2.32.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -116,7 +116,7 @@ typing-extensions==4.8.0
# via opentelemetry-sdk
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.0.7
urllib3==2.2.2
# via requests
wrapt==1.16.0
# via
Expand All @@ -133,4 +133,4 @@ fastapi==0.110.0
pydantic==2.6.3
uvicorn==0.27.1
thrift==0.21.0
requests==2.31.0
requests==2.31.0

0 comments on commit ae207b6

Please sign in to comment.