Skip to content

Commit aea1c10

Browse files
authored
Merge pull request #690 from magmax/fix/security
update cryptography package
2 parents 9dc4f0c + be6fdaa commit aea1c10

File tree

3 files changed

+51
-41
lines changed

3 files changed

+51
-41
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Python
109109
uses: actions/setup-python@v5
110110
with:
111-
python-version: "3.12"
111+
python-version: "3.13"
112112

113113
- name: Upgrade pip
114114
run: |

poetry.lock

Lines changed: 49 additions & 39 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525

2626
[tool.poetry.dependencies]
27-
python = ">=3.9"
27+
python = ">=3.9.2"
2828
blessed = ">=1.19.0"
2929
readchar = ">=4.2.0"
3030
editor = ">=1.6.0"

0 commit comments

Comments
 (0)