diff options
| author | 2023-04-07 18:34:26 +0000 | |
|---|---|---|
| committer | 2023-04-07 18:34:26 +0000 | |
| commit | 420319ff4eaa7524993278764a70ef779caf9742 (patch) | |
| tree | c1c102a591bdea047e5c6eb9feae4b0653556226 /pyproject.toml | |
| parent | Merge pull request #2519 from python-discord/fix_modlog (diff) | |
Bump beautifulsoup4 from 4.12.0 to 4.12.2
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.2.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 988cb7d18..d6dcdcab7 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" |