Skip to content

Commit d2deddc

Browse files
committed
Update dependencies and mention Python 3.12
1 parent e1106c1 commit d2deddc

File tree

2 files changed

+33
-42
lines changed

2 files changed

+33
-42
lines changed

poetry.lock

Lines changed: 30 additions & 30 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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.9",
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
1617
]
1718

1819
[tool.poetry.dependencies]
@@ -22,22 +23,12 @@ requests = ">=2.20.0,<3.0"
2223

2324
[tool.poetry.group.dev.dependencies]
2425
pytest = "*"
25-
ruff = ">=0.5,<0.7"
26+
ruff = "~0.6"
2627

2728
[tool.ruff]
2829
line-length = 88
2930

30-
exclude = [
31-
".git",
32-
".tox",
33-
".venv",
34-
"env",
35-
"_build",
36-
"build",
37-
"dist",
38-
"examples",
39-
"__main__.py",
40-
]
31+
exclude = [".git", ".tox", ".venv", "env", "_build", "build", "dist", "examples", "__main__.py"]
4132

4233
[tool.ruff.lint]
4334
preview = true

0 commit comments

Comments
 (0)