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