Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent 03e7898 commit 85ab77d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Expand Up @@ -35,46 +35,46 @@ classifiers = [
python = "^3.7"
# Optional dependencies to be part of `test` extra
pytest = {version = "^7.1", optional = true}
pytest-cov = {version = "^3.0", optional = true}
pytest-cov = {version = "^4.0.0", optional = true}
pytest-mock = {version = "^3.2", optional = true}
pytest-html = {version = "^3.1", optional = true}
pytest-asyncio = {version = "^0", optional = true}
# Optional dependencies to be part of `bdd` extra
behave4git = {version = "^0", optional = true}
PyHamcrest = {version = "^2.0", optional = true}
# Optional dependencies to be part of `lint` extra
flake8 = {version = "^4.0", optional = true}
flake8-bugbear = {version = "^22", optional = true}
flake8 = {version = "^6.0.0", optional = true}
flake8-bugbear = {version = "^23.0.0", optional = true}
pydocstyle = {version = "^6.1", optional = true}
pylint = {version = "^2.3", optional = true}
yapf = {version = "^0", optional = true}
# Optional dependencies to be part of `type` extra
mypy = {version = "^0", optional = true}
types-python-slugify = {version = "^5", optional = true}
mypy = {version = "^1.0.0", optional = true}
types-python-slugify = {version = "^6.0.0", optional = true}
# Optional dependencies to be part of `format` extra
isort = {version = "^5", optional = true}
black = {version = "stable", optional = true, allow-prereleases = true}
# Optional dependencies to be part of `docs` extra
sphinx = {version = "^4.2", optional = true}
sphinx = {version = "^6.0.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.10", optional = true}
sphinx-autobuild = {version = "^2021", optional = true}
sphinx_rtd_theme = {version = "^1", optional = true}
m2r = {version = "^0", optional = true}
# Optional dependencies to be part of `repl` extra
bpython = {version = "^0", optional = true}
# Non optional dependendies
cleo = "^0"
cleo = "^2.0.0"
#############################
# Add you dependencies here #
#############################
python-slugify = "^6"
python-slugify = "^8.0.0"
loguru = "^0"
gitpython = "^3.1"

[tool.poetry.dev-dependencies]
tox = "^3.14"
tox = "^4.0.0"
tox-pyenv = "^1.1"
rope = "^0"
rope = "^1.0.0"

[tool.poetry.extras]
test = ["pytest", "pytest-cov", "pytest-mock", "pytest-html", "pytest-asyncio", "PyHamcrest"]
Expand Down

0 comments on commit 85ab77d

Please sign in to comment.