Skip to content

Commit a04aaa3

Browse files
committed
updating packages versions
1 parent b8f5cc8 commit a04aaa3

3 files changed

Lines changed: 56 additions & 46 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 }}
63+
name: pytest-results-${{ matrix.os }}-${{ 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 }}
70+
name: pytest-coverage-${{ matrix.os }}-${{ github.run_id }}
7171
path: htmlcov
7272
if: ${{ always() }}

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ packages = [
1212
]
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.9"
15+
python = ">3.9.0,<3.9.1 || >3.9.1,<4.0"
1616
nulltype = "^2.3.1"
1717
python-dateutil = "^2.8.2"
1818
urllib3 = "^1.26.19"
1919
aiohttp = "^3.10.2"
2020
pyyaml = "^6.0"
21-
PyJWT = "2.9.0"
22-
cryptography = "^43.0.1"
21+
PyJWT = "^2.10.0"
22+
cryptography = "^44.0.1"
2323
tenacity = "^8.0.1"
2424
defusedxml = "^0.7.1"
2525
docutils = "0.16"

0 commit comments

Comments
 (0)