Skip to content

Commit

Permalink
Update deps (#29)
Browse files Browse the repository at this point in the history
* force update-deps

* force update-deps
  • Loading branch information
bagel897 authored Jan 10, 2024
1 parent dafc81d commit 0334384
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
46 changes: 28 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "pytoolconfig"
dynamic = ["version"]
description = 'Python tool configuration'
license = { text = 'LGPL-3.0-or-later' }
dependencies = ["tomli>=2.0.1; python_version < \"3.11\"", "packaging>=22.0"]
dependencies = [
"tomli>=2.0.1; python_version < \"3.11\"",
"packaging>=23.2",
]
requires-python = '>=3.8'
readme = "README.md"

Expand All @@ -15,30 +18,37 @@ email = 'bageljr897@protonmail.com'
Homepage = 'https://github.com/bageljrkhanofemus/pytoolconfig'

[project.optional-dependencies]
validation = ['pydantic>=1.7.4']
global = ['platformdirs>=1.4.4']
doc = ['tabulate>=0.8.9', 'sphinx>=4.5.0']
validation = [
"pydantic>=2.5.3",
]
global = [
"platformdirs>=3.11.0",
]
doc = [
"tabulate>=0.9.0",
"sphinx>=7.1.2",
]
gendocs = [
'sphinx>=4.5.0',
'sphinx-autodoc-typehints>=1.18.1',
'sphinx-rtd-theme>=1.0.0',
'pytoolconfig[doc]',
"sphinx>=7.1.2",
"sphinx-autodoc-typehints>=1.25.2",
"sphinx-rtd-theme>=2.0.0",
"pytoolconfig[doc]",
]
[tool.pdm]
version = { source = "scm" }

[tool.pdm.dev-dependencies]
dev = [
"pytest>=7.2.0",
"mypy>=0.991",
"types-tabulate>=0.9.0.2",
"tox>=4.0.8",
"tox-pdm>=0.6.0",
"types-docutils>=0.19.1.9",
"tox-gh>=1.0.0",
"pytest-emoji>=0.2.0",
"pytest-md>=0.2.0",
"pydantic>=2.3.0",
"pytest>=7.4.4",
"mypy>=1.8.0",
"types-tabulate>=0.9.0.20240106",
"tox>=4.11.4",
"tox-pdm>=0.7.2",
"types-docutils>=0.20.0.20240106",
"tox-gh>=1.3.1",
"pytest-emoji>=0.2.0",
"pytest-md>=0.2.0",
"pydantic>=2.5.3",
]

[tool.pytoolconfig]
Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"ignorePaths": ["**/node_modules/**", "**/bower_components/**", "tests/**"],
"pre-commit": {
"enabled": true
},
"constraints": {
"python": "3.8"
}
}

0 comments on commit 0334384

Please sign in to comment.