Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f49eec845b | |||
42ef7c0118 | |||
9067051fe7 | |||
1be3abbfd0 | |||
7b518aabef |
14
poetry.lock
generated
14
poetry.lock
generated
@ -582,13 +582,13 @@ testing = ["pytest", "pytest-benchmark"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pre-commit"
|
name = "pre-commit"
|
||||||
version = "3.7.1"
|
version = "3.8.0"
|
||||||
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.9"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"},
|
{file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"},
|
||||||
{file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"},
|
{file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -666,13 +666,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "8.3.1"
|
version = "8.3.2"
|
||||||
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.1-py3-none-any.whl", hash = "sha256:e9600ccf4f563976e2c99fa02c7624ab938296551f280835ee6516df8bc4ae8c"},
|
{file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"},
|
||||||
{file = "pytest-8.3.1.tar.gz", hash = "sha256:7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6"},
|
{file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1012,4 +1012,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11.2"
|
python-versions = "^3.11.2"
|
||||||
content-hash = "fde9b7f08a88b4791c2f6b10f7a81792ae020ab3e9de7651c1be5b24c0dbd5c8"
|
content-hash = "544d9df7306a1e505d709f46b716b4e8e5f9a96b90a9d83c734bdce221e51847"
|
||||||
|
@ -16,8 +16,8 @@ black = "^24.4.2"
|
|||||||
coverage = "^7.6.0"
|
coverage = "^7.6.0"
|
||||||
pylint = "^3.2.6"
|
pylint = "^3.2.6"
|
||||||
pylint-exit = "^1.2.0"
|
pylint-exit = "^1.2.0"
|
||||||
pytest = "^8.3.1"
|
pytest = "^8.3.2"
|
||||||
pre-commit = "^3.7.1"
|
pre-commit = "^3.8.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
@ -22,9 +22,9 @@ pre-commit==3.7.1
|
|||||||
pylint-exit==1.2.0
|
pylint-exit==1.2.0
|
||||||
pylint==3.2.6
|
pylint==3.2.6
|
||||||
pylint-exit==1.2.0
|
pylint-exit==1.2.0
|
||||||
pytest==8.3.1
|
pytest==8.3.2
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
setuptools==71.1.0
|
setuptools==72.1.0
|
||||||
tomlkit==0.13.0
|
tomlkit==0.13.0
|
||||||
virtualenv==20.26.3
|
virtualenv==20.26.3
|
||||||
wrapt==1.16.0
|
wrapt==1.16.0
|
||||||
|
@ -9,7 +9,7 @@ pillow==10.4.0
|
|||||||
PyJWT==2.8.0
|
PyJWT==2.8.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
sentry-sdk==2.10.0
|
sentry-sdk==2.11.0
|
||||||
tomlkit==0.13.0
|
tomlkit==0.13.0
|
||||||
urllib3==2.2.2
|
urllib3==2.2.2
|
||||||
webex-bot==0.5.1
|
webex-bot==0.5.1
|
||||||
|
Reference in New Issue
Block a user