|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "astroid"
|
|
|
|
|
version = "3.2.2"
|
|
|
|
|
version = "3.2.4"
|
|
|
|
|
description = "An abstract syntax tree for Python with inference support."
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8.0"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"},
|
|
|
|
|
{file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"},
|
|
|
|
|
{file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"},
|
|
|
|
|
{file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -617,17 +617,17 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pylint"
|
|
|
|
|
version = "3.2.5"
|
|
|
|
|
version = "3.2.6"
|
|
|
|
|
description = "python code static checker"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8.0"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pylint-3.2.5-py3-none-any.whl", hash = "sha256:32cd6c042b5004b8e857d727708720c54a676d1e22917cf1a2df9b4d4868abd6"},
|
|
|
|
|
{file = "pylint-3.2.5.tar.gz", hash = "sha256:e9b7171e242dcc6ebd0aaa7540481d1a72860748a0a7816b8fe6cf6c80a6fe7e"},
|
|
|
|
|
{file = "pylint-3.2.6-py3-none-any.whl", hash = "sha256:03c8e3baa1d9fb995b12c1dbe00aa6c4bcef210c2a2634374aedeb22fb4a8f8f"},
|
|
|
|
|
{file = "pylint-3.2.6.tar.gz", hash = "sha256:a5d01678349454806cff6d886fb072294f56a58c4761278c97fb557d708e1eb3"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
astroid = ">=3.2.2,<=3.3.0-dev0"
|
|
|
|
|
astroid = ">=3.2.4,<=3.3.0-dev0"
|
|
|
|
|
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
|
|
|
|
|
dill = [
|
|
|
|
|
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
|
|
|
|
@ -666,20 +666,20 @@ files = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pytest"
|
|
|
|
|
version = "8.2.2"
|
|
|
|
|
version = "8.3.2"
|
|
|
|
|
description = "pytest: simple powerful testing with Python"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.8"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "pytest-8.2.2-py3-none-any.whl", hash = "sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343"},
|
|
|
|
|
{file = "pytest-8.2.2.tar.gz", hash = "sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977"},
|
|
|
|
|
{file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"},
|
|
|
|
|
{file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
|
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
|
iniconfig = "*"
|
|
|
|
|
packaging = "*"
|
|
|
|
|
pluggy = ">=1.5,<2.0"
|
|
|
|
|
pluggy = ">=1.5,<2"
|
|
|
|
|
|
|
|
|
|
[package.extras]
|
|
|
|
|
dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
|
|
|
|
@ -781,13 +781,13 @@ requests = ">=2.0.1,<3.0.0"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sentry-sdk"
|
|
|
|
|
version = "2.10.0"
|
|
|
|
|
version = "2.11.0"
|
|
|
|
|
description = "Python client for Sentry (https://sentry.io)"
|
|
|
|
|
optional = false
|
|
|
|
|
python-versions = ">=3.6"
|
|
|
|
|
files = [
|
|
|
|
|
{file = "sentry_sdk-2.10.0-py2.py3-none-any.whl", hash = "sha256:87b3d413c87d8e7f816cc9334bff255a83d8b577db2b22042651c30c19c09190"},
|
|
|
|
|
{file = "sentry_sdk-2.10.0.tar.gz", hash = "sha256:545fcc6e36c335faa6d6cda84669b6e17025f31efbf3b2211ec14efe008b75d1"},
|
|
|
|
|
{file = "sentry_sdk-2.11.0-py2.py3-none-any.whl", hash = "sha256:d964710e2dbe015d9dc4ff0ad16225d68c3b36936b742a6fe0504565b760a3b7"},
|
|
|
|
|
{file = "sentry_sdk-2.11.0.tar.gz", hash = "sha256:4ca16e9f5c7c6bc2fb2d5c956219f4926b148e511fffdbbde711dc94f1e0468f"},
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
@ -1012,4 +1012,4 @@ files = [
|
|
|
|
|
[metadata]
|
|
|
|
|
lock-version = "2.0"
|
|
|
|
|
python-versions = "^3.11.2"
|
|
|
|
|
content-hash = "f849ec7dc947de7a7e9f60d70c432d9b87b9e8c2e1fb180ce7db70a296c6f436"
|
|
|
|
|
content-hash = "978babbe60380c99ef5f72280790a72c2c8158d1c5b7fb64b70d042db9f86c0b"
|
|
|
|
|