Skip to content

Commit dc75082

Browse files
committed
Update Poetry dependencies and Python version
- Upgrade Python version requirement to 3.12 - Add flake8 and pytest-mock to development dependencies - Remove unnecessary dependencies like exceptiongroup, importlib-metadata, and pytz - Update lock file to reflect new dependency configuration
1 parent 72e381a commit dc75082

File tree

2 files changed

+53
-95
lines changed

2 files changed

+53
-95
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "PyPI"
2020
priority = "primary"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.8"
23+
python = "^3.12"
2424
authlib = "^1.3.2"
2525
pytest = "^8.3.2"
2626
uuid6 = "^2024.7.10"
@@ -37,6 +37,8 @@ requests = "^2.32.3"
3737
mutagen = "^1.47.0"
3838
sphinx = "<7.0.0"
3939
sphinx-rtd-theme = "^3.0.2"
40+
flake8 = "^7.1.2"
41+
pytest-mock = "^3.14.0"
4042

4143
[build-system]
4244
requires = ["poetry-core"]

0 commit comments

Comments
 (0)