Skip to content

Commit

Permalink
Update sip to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Feb 10, 2025
1 parent de9aa4b commit fc49fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ requires = [
"setuptools>=70.1",
"cython == 3.0.10",
"requests >= 2.26.0",
"sip == 6.9.1",
"sip == 6.10.0",
]
# Using "setuptools.build_meta:__legacy__" instead of "setuptools.build_meta" for now.
# Allows to have access to the folder on the search path when building, like before.
Expand Down
2 changes: 1 addition & 1 deletion requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r install.txt
appdirs
setuptools
sip == 6.9.1
sip == 6.10.0

twine
requests >= 2.26.0
Expand Down

0 comments on commit fc49fa3

Please sign in to comment.