Skip to content

Commit

Permalink
bump min
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 13, 2024
1 parent 1f19e59 commit 4fa0c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
python-version: "3.9"
qt: pyqt5
pip-post-installs: "qtpy==1.1.0 typing-extensions==4.0.0"
pip-post-installs: "qtpy==1.1.0 typing-extensions==4.1.0"
pip-install-flags: -e
coverage-upload: artifact

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = ["version"]
dependencies = [
"pygments>=2.4.0",
"qtpy>=1.1.0",
"typing-extensions >=4.0.0", # this actually is only for flexcache (via pint)
"typing-extensions >=4.1.0", # this minimum is actually is only for pint
]

# extras
Expand Down

0 comments on commit 4fa0c6b

Please sign in to comment.