diff options
| author | 2025-10-30 21:06:18 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | ad306f4f7d5d32c54c6da9f75dc26dc45413974a (patch) | |
| tree | 81fa72f84fa0a9f7ec90a97ca4001a62cec376af /pyproject.toml | |
| parent | Upgrade uv in Docker image to 0.9 (diff) | |
Upgrade all dependencies to latest available versions
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pyproject.toml b/pyproject.toml index d9a217d27..381842e27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,24 +7,24 @@ requires-python = "==3.14.*" dependencies = [ "pydis-core[all]==11.8.0", "aiohttp==3.13.2", - "arrow==1.3.0", - "beautifulsoup4==4.12.3", + "arrow==1.4.0", + "beautifulsoup4==4.14.2", "colorama==0.4.6; sys_platform == \"win32\"", "coloredlogs==15.0.1", "deepdiff==8.6.1", - "emoji==2.14.1", - "feedparser==6.0.11", + "emoji==2.15.0", + "feedparser==6.0.12", "lxml==6.0.2", - "markdownify==1.1.0", + "markdownify==1.2.0", "pydantic==2.12.3", - "pydantic-settings==2.8.1", + "pydantic-settings==2.11.0", "python-dateutil==2.9.0.post0", "python-frontmatter==1.1.0", "rapidfuzz==3.14.1", "regex==2025.10.23", - "sentry-sdk==2.22.0", - "tenacity==9.0.0", - "tldextract==5.1.3", + "sentry-sdk==2.43.0", + "tenacity==9.1.2", + "tldextract==5.3.0", "yarl==1.22.0", ] name = "bot" @@ -38,11 +38,11 @@ prerelease = "allow" dev = [ "coverage==7.11.0", "httpx==0.28.1", - "pre-commit==4.1.0", - "pytest==8.3.4", + "pre-commit==4.3.0", + "pytest==8.4.2", "pytest-cov==7.0.0", - "pytest-subtests==0.14.1", - "pytest-xdist==3.6.1", + "pytest-subtests==0.15.0", + "pytest-xdist==3.8.0", "ruff==0.9.9", "taskipy==1.14.1", ] |