diff options
| author | 2023-04-08 20:03:00 +0100 | |
|---|---|---|
| committer | 2023-04-08 20:03:00 +0100 | |
| commit | 1618a0a4662897e818b5be7c1c112d7f4b632f24 (patch) | |
| tree | 1984c17d3c4ae9167a5cf8afacaa1b2e27fd0000 /pyproject.toml | |
| parent | Use correct method for nickname filter (diff) | |
| parent | Merge pull request #2504 from python-discord/swfarnsworth/ping-on-thread-close (diff) | |
Merge branch 'main' into thread_filter
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 988cb7d18..4486bb76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } aiohttp = "3.8.4" arrow = "1.2.3" -beautifulsoup4 = "4.12.0" +beautifulsoup4 = "4.12.2" colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" } coloredlogs = "15.0.1" deepdiff = "6.3.0" @@ -32,7 +32,7 @@ tldextract = "3.4.0" pydantic = { version = "1.10.7", extras = ["dotenv"]} [tool.poetry.dev-dependencies] -coverage = "7.2.2" +coverage = "7.2.3" flake8 = "6.0.0" flake8-annotations = "3.0.0" flake8-bugbear = "23.3.23" |