Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 15, 2023
1 parent eab4ee8 commit f65b3ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wheel>=0.38.1
twine
wheel >= 0.40.0
twine >= 4.0.2
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Project information
# ==============================================================================
project = "pyEDAA.OutputFilter"
copyright = "2021-2022 Patrick Lehmann - Boetzingen, Germany"
copyright = "2021-2023 Patrick Lehmann - Boetzingen, Germany"
author = "Patrick Lehmann"

version = "latest" # The short X.Y version.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[build-system]
requires = [
"pyTooling >= 2.7.0",
"setuptools >= 60.9.3",
"wheel >= 0.38.1"
"pyTooling >= 5.0.0",
"setuptools >= 68.0.0",
"wheel >= 0.40.0"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit f65b3ce

Please sign in to comment.