Skip to content

Commit 8ec63c6

Browse files
authored
Updates dependencies and Python version (#738)
Updates `black` dependency to the latest version. Changes the required Python version to 3.10 to align with the updated dependencies. The lock file and pyproject.toml are updated accordingly. Fixes/Relates to: fixes/lock
1 parent 1633589 commit 8ec63c6

File tree

2 files changed

+9
-62
lines changed

2 files changed

+9
-62
lines changed

poetry.lock

Lines changed: 7 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = {file = "LICENSE"}
1212
authors = [
1313
{name = "nvuillam", email = "nicolas.vuillamy@gmail.com"},
1414
]
15-
requires-python = ">=3.9.2,<4.0"
15+
requires-python = ">=3.10,<4.0"
1616

1717
# Keywords description https://python-poetry.org/docs/pyproject/#keywords
1818
keywords = ["github", "dependent", "used-by", "repository", "stats", "dependencies", "using"]
@@ -37,7 +37,7 @@ Repository = "https://github.com/nvuillam/github-dependents-info"
3737
"github-dependents-info" = "github_dependents_info.__main__:app"
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.9.2,<4.0"
40+
python = ">=3.10,<4.0"
4141

4242
typer = {extras = ["all"], version = ">=0.4,<0.10"}
4343
rich = ">=12.6,<14.0"

0 commit comments

Comments
 (0)