aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-31 19:06:41 +0000
committerGravatar GitHub <[email protected]>2024-08-31 19:06:41 +0000
commit0210a7ba5d194866d8709adc6ef8d016030c173e (patch)
tree5afdbc36cd5bdbb3183aa1690fe95b2ab004f896 /pyproject.toml
parentBump rapidfuzz from 3.9.4 to 3.9.6 (#1598) (diff)
Bump pyyaml from 6.0.1 to 6.0.2 (#1601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fc8b22bc..64a5439c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ arrow = "1.3.0"
beautifulsoup4 = "4.12.3"
pillow = "10.4.0"
sentry-sdk = "2.13.0"
-PyYAML = "6.0.1"
+PyYAML = "6.0.2"
emojis = "0.7.0"
coloredlogs = "15.0.1"
colorama = { version = "0.4.6", markers = "sys_platform == 'win32'" }