Skip to content

Commit

Permalink
build(deps): update setuptools requirement from <69,>=62.6 to >=62.6,…
Browse files Browse the repository at this point in the history
…<70 (#2141)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and marcelotduarte committed Nov 22, 2023
1 parent d7d3526 commit ce47374
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=62.6,<69",
"setuptools>=62.6,<70",
"wheel>=0.38.4",
"cx_Logging>=3.1 ;sys_platform == 'win32'",
]
Expand Down Expand Up @@ -40,7 +40,7 @@ classifiers = [
keywords = ["cx-freeze cxfreeze cx_Freeze freeze python"]
requires-python = ">=3.7.4"
dependencies = [
"setuptools>=62.6,<69",
"setuptools>=62.6,<70",
"wheel>=0.38.4",
"cx_Logging>=3.1 ;sys_platform == 'win32'",
"lief>=0.12.0 ;sys_platform == 'win32'",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://marcelotduarte.github.io/packages/

setuptools>=62.6,<69
setuptools>=62.6,<70
wheel>=0.38.4
cx_Logging>=3.1 ;sys_platform == 'win32'
lief>=0.12.0 ;sys_platform == 'win32'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--extra-index-url https://marcelotduarte.github.io/packages/

setuptools>=62.6,<69
setuptools>=62.6,<70
wheel>=0.38.4
cx_Logging>=3.1 ;sys_platform == 'win32'
lief>=0.12.0 ;sys_platform == 'win32'
Expand Down

0 comments on commit ce47374

Please sign in to comment.