Skip to content

Commit 9c86100

Browse files
chore(deps): update dependency typing_extensions to v4.14.1
1 parent e16c53f commit 9c86100

File tree

2 files changed

+71
-6
lines changed

2 files changed

+71
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pythonanywhere-core"
3-
version = "0.2.5"
3+
version = "0.2.4"
44
description = "API wrapper for programmatic management of PythonAnywhere services."
55
authors = ["PythonAnywhere <[email protected]>"]
66
license = "MIT"
@@ -14,17 +14,19 @@ classifiers = [
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.8",
1719
]
1820
keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
1921

2022
[tool.poetry.dependencies]
21-
python = "^3.10"
23+
python = "^3.8"
2224
python-dateutil = "^2.8.2"
2325
requests = "^2.30.0"
2426
snakesay = "^0.10.3"
2527
typing_extensions = "^4.5.0"
2628

27-
[tool.poetry.group.dev.dependencies]
29+
[tool.poetry.dev-dependencies]
2830
pytest = "^8.0.0"
2931
pytest-cov = "^5.0.0"
3032
pytest-mock = "^3.10.0"

0 commit comments

Comments
 (0)