Skip to content

Commit a2da107

Browse files
committed
Merge branch 'main' into v312
2 parents d1a0a98 + 368a267 commit a2da107

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1515
- name: Get the version
1616
id: get_version
1717
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1313
- name: Install Poetry
1414
uses: snok/install-poetry@v1
1515
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
docker-test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1010
- name: docker build test
1111
run: |
1212
./install-docker.sh && \
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
20+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2121
- uses: actions/setup-go@v4
2222
with:
2323
go-version: '>=1.19.1'

poetry.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = "Apache-2.0"
77

88
[tool.poetry.dependencies]
99
python = ">=3.9 <3.12"
10-
c65faucet = "1.0.60"
10+
c65faucet = "1.0.62"
1111
grpcio = "1.59.0"
1212
grpcio-tools = "1.59.0"
13-
protobuf = "4.24.3"
13+
protobuf = "4.24.4"
1414
prometheus_client = "0.17.1"
1515
pybind11 = "2.11.1"
1616
os-ken = "<=2.7.0"
@@ -22,8 +22,8 @@ cryptography = "<41.0.5"
2222

2323
[tool.poetry.dev-dependencies]
2424
attrs = "23.1.0"
25-
pylint = "3.0.0"
26-
pytype = "2023.9.27"
25+
pylint = "3.0.1"
26+
pytype = "2023.10.5"
2727
pytest = "7.4.2"
2828

2929
[tool.poetry.scripts]

0 commit comments

Comments
 (0)