diff options
| author | 2023-04-06 10:57:20 +0000 | |
|---|---|---|
| committer | 2023-04-06 10:57:20 +0000 | |
| commit | 767daac62878e2cec6948c033a03f895e6b59ee6 (patch) | |
| tree | b067708a42a3178258ead42daea0967a2a888f60 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.18.0 to 1.19.0 (#1249) (diff) | |
Bump beautifulsoup4 from 4.12.0 to 4.12.1
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.1.
---
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 f4194cf0..acf42403 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydis_core = { version = "9.5.1", extras = ["async-rediscache"] } aiodns = "3.0.0" rapidfuzz = "2.15.0" arrow = "1.2.3" -beautifulsoup4 = "4.12.0" +beautifulsoup4 = "4.12.1" pillow = "9.5.0" sentry-sdk = "1.19.0" PyYAML = "6.0" |