This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `<9.0.0,>=8.3.4` -> `<9.1.0,>=9.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pytest-dev/pytest (pytest)</summary> ### [`v9.0.0`](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.0) [Compare Source](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInR5cGUvZGVwZW5kZW5jaWVzIl19--> Reviewed-on: #526 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
38 lines
733 B
TOML
38 lines
733 B
TOML
[project]
|
|
name = "webexmemebot"
|
|
version = "0.0.0"
|
|
description = "Webex-based meme generation bot using memegen.link."
|
|
readme = "README.md"
|
|
authors = [
|
|
{name = "luketainton"},
|
|
]
|
|
requires-python = "<3.14,>=3.11"
|
|
dependencies = [
|
|
"webex-bot<1.1.0,>=1.0.3",
|
|
"pillow<12.0.1,>=12.0.0",
|
|
"astroid<=4.0.1",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"black<25.9.1,>=25.9.0",
|
|
"coverage<8.0.0,>=7.6.10",
|
|
"isort<7.0.1,>=7.0.0",
|
|
"pylint<4.1.0,>=4.0.0",
|
|
"pylint-exit<2.0.0,>=1.2.0",
|
|
"pytest<9.1.0,>=9.0.0",
|
|
"pre-commit<5.0.0,>=4.0.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
meme = "app.main:main"
|
|
|
|
[tool.pdm.build]
|
|
includes = []
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|
|
|
|
[tool.black]
|
|
line-length = 120
|