Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Apr 29, 2024
1 parent bae1083 commit fbdae2b
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.12.3'
cache: poetry

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.12.3'
cache: poetry

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.2'
python-version: '3.12.3'
cache: poetry

- name: Install dependencies
Expand Down
79 changes: 66 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ cryptography = ">=3.0, <45"
pyscard = "^2.0"
fido2 = "^1.0"
click = "^8.0"
keyring = ">=23.4, <25"
keyring = ">=23.4, <26"
pywin32 = {version = ">=223", platform = "win32"}

[tool.poetry.dev-dependencies]
pytest = "^7.2"
pytest = "^8.0"
makefun = "^1.9.5"
pyinstaller = {version = "^6.0", python = "<3.13"}
Sphinx = "^7.1"
Expand Down

0 comments on commit fbdae2b

Please sign in to comment.