Compare commits
17 Commits
Author | SHA1 | Date | |
---|---|---|---|
d54524a671 | |||
7d9f49218c | |||
35b231595a | |||
71583f06c5 | |||
587dbc4a80 | |||
84f093c3c6 | |||
157859d5e1 | |||
e474a3ad80 | |||
519e728c73 | |||
4f30f5472e | |||
9f610c653b | |||
8f1d7289be | |||
27395329c6 | |||
c69b7f4e4b | |||
2be72b6705 | |||
5241c65eb0 | |||
3a2c5e5b72 |
14
poetry.lock
generated
14
poetry.lock
generated
@ -686,13 +686,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "8.3.2"
|
||||
version = "8.3.3"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"},
|
||||
{file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"},
|
||||
{file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"},
|
||||
{file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -801,13 +801,13 @@ requests = ">=2.0.1,<3.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "2.13.0"
|
||||
version = "2.14.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "sentry_sdk-2.13.0-py2.py3-none-any.whl", hash = "sha256:6beede8fc2ab4043da7f69d95534e320944690680dd9a963178a49de71d726c6"},
|
||||
{file = "sentry_sdk-2.13.0.tar.gz", hash = "sha256:8d4a576f7a98eb2fdb40e13106e41f330e5c79d72a68be1316e7852cf4995260"},
|
||||
{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"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1033,4 +1033,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11.2"
|
||||
content-hash = "2ce5d37a748074055032d26285cbea4281aa579e521d957aace68fa290d9e42d"
|
||||
content-hash = "0dbe308cc6e108128e228b0f9a8e753196c3a9134c8c2509c1768f3afa555c77"
|
||||
|
@ -9,14 +9,14 @@ readme = "README.md"
|
||||
python = "^3.11.2"
|
||||
webex-bot = "^0.5.2"
|
||||
pillow = "^10.4.0"
|
||||
sentry-sdk = "^2.13.0"
|
||||
sentry-sdk = "^2.14.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.8.0"
|
||||
coverage = "^7.6.1"
|
||||
pylint = "^3.2.6"
|
||||
pylint-exit = "^1.2.0"
|
||||
pytest = "^8.3.2"
|
||||
pytest = "^8.3.3"
|
||||
pre-commit = "^3.8.0"
|
||||
|
||||
[build-system]
|
||||
|
@ -6,8 +6,8 @@ colorama==0.4.6 ; sys_platform == "win32" or platform_system == "Windows"
|
||||
coverage==7.6.1
|
||||
dill==0.3.8
|
||||
distlib==0.3.8
|
||||
filelock==3.15.4
|
||||
identify==2.6.0
|
||||
filelock==3.16.1
|
||||
identify==2.6.1
|
||||
iniconfig==2.0.0
|
||||
isort==5.13.2
|
||||
lazy-object-proxy==1.10.0
|
||||
@ -16,15 +16,15 @@ mypy-extensions==1.0.0
|
||||
nodeenv==1.9.1
|
||||
packaging==24.1
|
||||
pathspec==0.12.1
|
||||
platformdirs==4.2.2
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pre-commit==3.8.0
|
||||
pylint==3.2.6
|
||||
pylint-exit==1.2.0
|
||||
pytest==8.3.2
|
||||
pytest==8.3.3
|
||||
PyYAML==6.0.2
|
||||
setuptools==74.0.0
|
||||
setuptools==75.1.0
|
||||
tomlkit==0.13.2
|
||||
virtualenv==20.26.3
|
||||
virtualenv==20.26.5
|
||||
wrapt==1.16.0
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
@ -4,14 +4,14 @@ charset-normalizer==3.3.2
|
||||
coloredlogs==15.0.1
|
||||
future==1.0.0
|
||||
humanfriendly==10.0
|
||||
idna==3.8
|
||||
idna==3.10
|
||||
pillow==10.4.0
|
||||
PyJWT==2.9.0
|
||||
requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
sentry-sdk==2.13.0
|
||||
sentry-sdk==2.14.0
|
||||
tomlkit==0.13.2
|
||||
urllib3==2.2.2
|
||||
urllib3==2.2.3
|
||||
webex-bot==0.5.2
|
||||
webexteamssdk==1.6.1
|
||||
websockets==11.0.3
|
||||
|
Reference in New Issue
Block a user