diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index e4e9d956..678350bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,9 @@ pydis_core = { version = "9.5.1", extras = ["async-rediscache"] }  aiodns = "3.0.0"  rapidfuzz = "2.13.7"  arrow = "1.2.3" -beautifulsoup4 = "4.11.2" +beautifulsoup4 = "4.12.0"  pillow = "9.4.0" -sentry-sdk = "1.16.0" +sentry-sdk = "1.17.0"  PyYAML = "6.0"  emojis = "0.7.0"  coloredlogs = "15.0.1" @@ -28,7 +28,7 @@ pyjokes = "0.6.0"  [tool.poetry.dev-dependencies]  flake8 = "6.0.0"  flake8-annotations = "3.0.0" -flake8-bugbear = "23.2.13" +flake8-bugbear = "23.3.23"  flake8-docstrings = "1.7.0"  flake8-string-format = "0.3.0"  flake8-tidy-imports = "4.8.0" @@ -36,9 +36,9 @@ flake8-todo = "0.7"  flake8-isort = "6.0.0"  pep8-naming = "0.13.3"  pip-licenses = "4.1.0" -pre-commit = "3.1.1" +pre-commit = "3.2.1"  python-dotenv = "1.0.0" -taskipy = "1.10.3" +taskipy = "1.10.4"  [tool.taskipy.tasks]  start = "python -m bot"  |