Skip to content

Commit 1f03c5f

Browse files
committed
fix dependencies security issues
1 parent a04aaa3 commit 1f03c5f

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
- name: Upload test results
6161
uses: actions/upload-artifact@v4
6262
with:
63-
name: pytest-results-${{ matrix.os }}-${{ github.run_id }}
63+
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
6464
path: test-results/junit.xml
6565
if: ${{ always() }}
6666

6767
- name: Upload test coverage
6868
uses: actions/upload-artifact@v4
6969
with:
70-
name: pytest-coverage-${{ matrix.os }}-${{ github.run_id }}
70+
name: pytest-coverage-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
7171
path: htmlcov
7272
if: ${{ always() }}

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pylint = "^2.6.0"
3030
pytest-cov = "^5.0.0"
3131
pytest-asyncio = "^0.24.0"
3232
Sphinx = "^4.4.0"
33+
jinja2 = "^3.1.6"
3334
recommonmark = "^0.7.1"
3435
furo = "^2022.3.4"
3536
hazelcast-python-client = "^5.0.1"

0 commit comments

Comments
 (0)