Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e5e8f4f132 | |||
e55b78372b | |||
6cbb9057a7 | |||
71239f81c1 |
8
poetry.lock
generated
8
poetry.lock
generated
@ -801,13 +801,13 @@ requests = ">=2.0.1,<3.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "2.14.0"
|
||||
version = "2.15.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "sentry_sdk-2.14.0-py2.py3-none-any.whl", hash = "sha256:b8bc3dc51d06590df1291b7519b85c75e2ced4f28d9ea655b6d54033503b5bf4"},
|
||||
{file = "sentry_sdk-2.14.0.tar.gz", hash = "sha256:1e0e2eaf6dad918c7d1e0edac868a7bf20017b177f242cefe2a6bcd47955961d"},
|
||||
{file = "sentry_sdk-2.15.0-py2.py3-none-any.whl", hash = "sha256:8fb0d1a4e1a640172f31502e4503543765a1fe8a9209779134a4ac52d4677303"},
|
||||
{file = "sentry_sdk-2.15.0.tar.gz", hash = "sha256:a599e7d3400787d6f43327b973e55a087b931ba2c592a7a7afa691f8eb5e75e2"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1033,4 +1033,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11.2"
|
||||
content-hash = "0dbe308cc6e108128e228b0f9a8e753196c3a9134c8c2509c1768f3afa555c77"
|
||||
content-hash = "ed9c0ca8ff376fbda823242f8c191833200b2d8d20ac531e33f6ce43a31d353f"
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
python = "^3.11.2"
|
||||
webex-bot = "^0.5.2"
|
||||
pillow = "^10.4.0"
|
||||
sentry-sdk = "^2.14.0"
|
||||
sentry-sdk = "^2.15.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.8.0"
|
||||
|
@ -4,7 +4,7 @@ cfgv==3.4.0
|
||||
click==8.1.7
|
||||
colorama==0.4.6 ; sys_platform == "win32" or platform_system == "Windows"
|
||||
coverage==7.6.1
|
||||
dill==0.3.8
|
||||
dill==0.3.9
|
||||
distlib==0.3.8
|
||||
filelock==3.16.1
|
||||
identify==2.6.1
|
||||
@ -25,6 +25,6 @@ pytest==8.3.3
|
||||
PyYAML==6.0.2
|
||||
setuptools==75.1.0
|
||||
tomlkit==0.13.2
|
||||
virtualenv==20.26.5
|
||||
virtualenv==20.26.6
|
||||
wrapt==1.16.0
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
@ -9,7 +9,7 @@ pillow==10.4.0
|
||||
PyJWT==2.9.0
|
||||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
sentry-sdk==2.14.0
|
||||
sentry-sdk==2.15.0
|
||||
tomlkit==0.13.2
|
||||
urllib3==2.2.3
|
||||
webex-bot==0.5.2
|
||||
|
Reference in New Issue
Block a user