Update all dependencies and actions
This commit is contained in:
parent
f33a42b082
commit
dbc612c7f3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
run: poetry config virtualenvs.in-project true
|
run: poetry config virtualenvs.in-project true
|
||||||
|
|
||||||
- name: Set up cache
|
- name: Set up cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: .venv
|
path: .venv
|
||||||
|
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@ -25,11 +25,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
# queries: security-extended,security-and-quality
|
# queries: security-extended,security-and-quality
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v2
|
uses: github/codeql-action/autobuild@v3
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v2
|
uses: github/codeql-action/analyze@v3
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
name: Distribution
|
name: Distribution
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
|
1422
poetry.lock
generated
1422
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -25,25 +25,25 @@ typing-extensions = "^4.7.1"
|
|||||||
betterproto-rust-codec = { version = "0.1.1", optional = true }
|
betterproto-rust-codec = { version = "0.1.1", optional = true }
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
asv = "^0.4.2"
|
asv = "^0.6.4"
|
||||||
bpython = "^0.19"
|
bpython = "^0.24"
|
||||||
jinja2 = ">=3.0.3"
|
jinja2 = ">=3.0.3"
|
||||||
mypy = "^1.11.2"
|
mypy = "^1.11.2"
|
||||||
sphinx = "3.1.2"
|
sphinx = "7.4.7"
|
||||||
sphinx-rtd-theme = "0.5.0"
|
sphinx-rtd-theme = "3.0.2"
|
||||||
pre-commit = "^2.17.0"
|
pre-commit = "^4.0.1"
|
||||||
grpcio-tools = "^1.54.2"
|
grpcio-tools = "^1.54.2"
|
||||||
tox = "^4.0.0"
|
tox = "^4.0.0"
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
poethepoet = ">=0.9.0"
|
poethepoet = ">=0.9.0"
|
||||||
pytest = "^6.2.5"
|
pytest = "^7.4.4"
|
||||||
pytest-asyncio = "^0.12.0"
|
pytest-asyncio = "^0.23.8"
|
||||||
pytest-cov = "^2.9.0"
|
pytest-cov = "^6.0.0"
|
||||||
pytest-mock = "^3.1.1"
|
pytest-mock = "^3.1.1"
|
||||||
pydantic = ">=2.0,<3"
|
pydantic = ">=2.0,<3"
|
||||||
protobuf = "^5"
|
protobuf = "^5"
|
||||||
cachelib = "^0.10.2"
|
cachelib = "^0.13.0"
|
||||||
tomlkit = ">=0.7.0"
|
tomlkit = ">=0.7.0"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user