|
@@ -244,21 +244,22 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "attrs"
|
|
name = "attrs"
|
|
-version = "23.1.0"
|
|
|
|
|
|
+version = "23.2.0"
|
|
description = "Classes Without Boilerplate"
|
|
description = "Classes Without Boilerplate"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
files = [
|
|
- {file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"},
|
|
|
|
- {file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"},
|
|
|
|
|
|
+ {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"},
|
|
|
|
+ {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
|
cov = ["attrs[tests]", "coverage[toml] (>=5.3)"]
|
|
-dev = ["attrs[docs,tests]", "pre-commit"]
|
|
|
|
|
|
+dev = ["attrs[tests]", "pre-commit"]
|
|
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"]
|
|
docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"]
|
|
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
|
tests = ["attrs[tests-no-zope]", "zope-interface"]
|
|
-tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
|
|
|
|
|
|
+tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"]
|
|
|
|
+tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "azure-core"
|
|
name = "azure-core"
|
|
@@ -385,21 +386,21 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "botocore"
|
|
name = "botocore"
|
|
-version = "1.34.13"
|
|
|
|
|
|
+version = "1.34.14"
|
|
description = "Low-level, data-driven core of boto 3."
|
|
description = "Low-level, data-driven core of boto 3."
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">= 3.8"
|
|
python-versions = ">= 3.8"
|
|
files = [
|
|
files = [
|
|
- {file = "botocore-1.34.13-py3-none-any.whl", hash = "sha256:b39f96e658865bd1f3c2d043794b91cd6206f9db531c0a06b53093ed82d41ef7"},
|
|
|
|
- {file = "botocore-1.34.13.tar.gz", hash = "sha256:1680b0e0633a546b8d54d1bbd5154e30bb1044d0496e0df7cfd24a383e10b0d3"},
|
|
|
|
|
|
+ {file = "botocore-1.34.14-py3-none-any.whl", hash = "sha256:3b592f50f0406e236782a3a0a9ad1c3976060fdb2e04a23d18c3df5b7dfad3e0"},
|
|
|
|
+ {file = "botocore-1.34.14.tar.gz", hash = "sha256:041bed0852649cab7e4dcd4d87f9d1cc084467fb846e5b60015e014761d96414"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
jmespath = ">=0.7.1,<2.0.0"
|
|
jmespath = ">=0.7.1,<2.0.0"
|
|
python-dateutil = ">=2.1,<3.0.0"
|
|
python-dateutil = ">=2.1,<3.0.0"
|
|
urllib3 = [
|
|
urllib3 = [
|
|
- {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""},
|
|
|
|
{version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""},
|
|
{version = ">=1.25.4,<2.1", markers = "python_version >= \"3.10\""},
|
|
|
|
+ {version = ">=1.25.4,<1.27", markers = "python_version < \"3.10\""},
|
|
]
|
|
]
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
@@ -1633,8 +1634,8 @@ files = [
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
|
|
cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""}
|
|
greenlet = [
|
|
greenlet = [
|
|
- {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""},
|
|
|
|
{version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""},
|
|
{version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""},
|
|
|
|
+ {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""},
|
|
]
|
|
]
|
|
"zope.event" = "*"
|
|
"zope.event" = "*"
|
|
"zope.interface" = "*"
|
|
"zope.interface" = "*"
|
|
@@ -1784,12 +1785,12 @@ files = [
|
|
google-auth = ">=2.14.1,<3.0.dev0"
|
|
google-auth = ">=2.14.1,<3.0.dev0"
|
|
googleapis-common-protos = ">=1.56.2,<2.0.dev0"
|
|
googleapis-common-protos = ">=1.56.2,<2.0.dev0"
|
|
grpcio = [
|
|
grpcio = [
|
|
- {version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
|
|
|
|
{version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
{version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
|
|
+ {version = ">=1.33.2,<2.0dev", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
|
|
]
|
|
]
|
|
grpcio-status = [
|
|
grpcio-status = [
|
|
- {version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
|
|
|
|
{version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
{version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
|
|
+ {version = ">=1.33.2,<2.0.dev0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
|
|
]
|
|
]
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0"
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0"
|
|
requests = ">=2.18.0,<3.0.0.dev0"
|
|
requests = ">=2.18.0,<3.0.0.dev0"
|
|
@@ -1801,13 +1802,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "google-auth"
|
|
name = "google-auth"
|
|
-version = "2.25.2"
|
|
|
|
|
|
+version = "2.26.1"
|
|
description = "Google Authentication Library"
|
|
description = "Google Authentication Library"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
files = [
|
|
- {file = "google-auth-2.25.2.tar.gz", hash = "sha256:42f707937feb4f5e5a39e6c4f343a17300a459aaf03141457ba505812841cc40"},
|
|
|
|
- {file = "google_auth-2.25.2-py2.py3-none-any.whl", hash = "sha256:473a8dfd0135f75bb79d878436e568f2695dce456764bf3a02b6f8c540b1d256"},
|
|
|
|
|
|
+ {file = "google-auth-2.26.1.tar.gz", hash = "sha256:54385acca5c0fbdda510cd8585ba6f3fcb06eeecf8a6ecca39d3ee148b092590"},
|
|
|
|
+ {file = "google_auth-2.26.1-py2.py3-none-any.whl", hash = "sha256:2c8b55e3e564f298122a02ab7b97458ccfcc5617840beb5d0ac757ada92c9780"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
@@ -1889,8 +1890,8 @@ google-cloud-audit-log = ">=0.1.0,<1.0.0dev"
|
|
google-cloud-core = ">=2.0.0,<3.0.0dev"
|
|
google-cloud-core = ">=2.0.0,<3.0.0dev"
|
|
grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev"
|
|
grpc-google-iam-v1 = ">=0.12.4,<1.0.0dev"
|
|
proto-plus = [
|
|
proto-plus = [
|
|
- {version = ">=1.22.0,<2.0.0dev", markers = "python_version < \"3.11\""},
|
|
|
|
{version = ">=1.22.2,<2.0.0dev", markers = "python_version >= \"3.11\""},
|
|
{version = ">=1.22.2,<2.0.0dev", markers = "python_version >= \"3.11\""},
|
|
|
|
+ {version = ">=1.22.0,<2.0.0dev", markers = "python_version < \"3.11\""},
|
|
]
|
|
]
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0dev"
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0dev"
|
|
|
|
|
|
@@ -2363,13 +2364,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "importlib-metadata"
|
|
name = "importlib-metadata"
|
|
-version = "7.0.0"
|
|
|
|
|
|
+version = "7.0.1"
|
|
description = "Read metadata from Python packages"
|
|
description = "Read metadata from Python packages"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
python-versions = ">=3.8"
|
|
files = [
|
|
files = [
|
|
- {file = "importlib_metadata-7.0.0-py3-none-any.whl", hash = "sha256:d97503976bb81f40a193d41ee6570868479c69d5068651eb039c40d850c59d67"},
|
|
|
|
- {file = "importlib_metadata-7.0.0.tar.gz", hash = "sha256:7fc841f8b8332803464e5dc1c63a2e59121f46ca186c0e2e182e80bf8c1319f7"},
|
|
|
|
|
|
+ {file = "importlib_metadata-7.0.1-py3-none-any.whl", hash = "sha256:4805911c3a4ec7c3966410053e9ec6a1fecd629117df5adee56dfc9432a1081e"},
|
|
|
|
+ {file = "importlib_metadata-7.0.1.tar.gz", hash = "sha256:f238736bb06590ae52ac1fab06a3a9ef1d8dce2b7a35b5ab329371d6c8f5d2cc"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
@@ -2751,14 +2752,12 @@ files = [
|
|
{file = "memray-1.11.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:eedea42d13b3630faa5591e298659f34e6ead06aa867050def12de6cc03e1a97"},
|
|
{file = "memray-1.11.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:eedea42d13b3630faa5591e298659f34e6ead06aa867050def12de6cc03e1a97"},
|
|
{file = "memray-1.11.0-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:9fbb2a1a82e24f0f90a9bb4ca7af6174ce91c5f3b3ce58e0b16361e989ea7cc1"},
|
|
{file = "memray-1.11.0-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:9fbb2a1a82e24f0f90a9bb4ca7af6174ce91c5f3b3ce58e0b16361e989ea7cc1"},
|
|
{file = "memray-1.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6f46e00d4a10a7fb73b560e57689a68ca3661bf969e228093d20fc1313c42f0b"},
|
|
{file = "memray-1.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6f46e00d4a10a7fb73b560e57689a68ca3661bf969e228093d20fc1313c42f0b"},
|
|
- {file = "memray-1.11.0-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:016a68de76fc800554fcc7dc473e48092d749b3b4302a6babd2e592a5fe8ae5e"},
|
|
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7824202d23e3060c7a0380e1a9bb6f131f47ee29c6f30b322e844648ea3aa9da"},
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7824202d23e3060c7a0380e1a9bb6f131f47ee29c6f30b322e844648ea3aa9da"},
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5b8860e3cc7df4f7f451e043aabe60a3812f99c3e308f0c4c0e7a03d72c1563"},
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5b8860e3cc7df4f7f451e043aabe60a3812f99c3e308f0c4c0e7a03d72c1563"},
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3fc83741aedd6daa9c49ecee0a8e0048f278b6eb1ae22bdcf9b4523be7ba7106"},
|
|
{file = "memray-1.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3fc83741aedd6daa9c49ecee0a8e0048f278b6eb1ae22bdcf9b4523be7ba7106"},
|
|
{file = "memray-1.11.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:39bbf9e74c3933a84c22e047920a0f6e2d491ba943a39f4aa041f1c0422c8403"},
|
|
{file = "memray-1.11.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:39bbf9e74c3933a84c22e047920a0f6e2d491ba943a39f4aa041f1c0422c8403"},
|
|
{file = "memray-1.11.0-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:0ed869e4a82722a4558da749f39d6079f2ef5e767d1399d2d090b04742e2b3f2"},
|
|
{file = "memray-1.11.0-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:0ed869e4a82722a4558da749f39d6079f2ef5e767d1399d2d090b04742e2b3f2"},
|
|
{file = "memray-1.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ad1f2bb1223759e6b9755b6139087f6bcbaca1718cfed70c31aba0943542b431"},
|
|
{file = "memray-1.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ad1f2bb1223759e6b9755b6139087f6bcbaca1718cfed70c31aba0943542b431"},
|
|
- {file = "memray-1.11.0-cp312-cp312-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9c577e81f8f7cd1418c7bfae4651d9bb3f16b72200e4b8d9b80c71aeeab64bb8"},
|
|
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1534520c3c3e6b8234fe13c6d36bd74ab855dc19cef6e9d190a2a0b48fd2d83d"},
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1534520c3c3e6b8234fe13c6d36bd74ab855dc19cef6e9d190a2a0b48fd2d83d"},
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c3dfb2c20fbbb128489f7b9f5bd2704bae6f77dba11c253cccf8eb8299697fe4"},
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c3dfb2c20fbbb128489f7b9f5bd2704bae6f77dba11c253cccf8eb8299697fe4"},
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8e02e8bbe03826c5e65c2cc28760b1d0bc59f9bee6d6769c01e800b50542f5b"},
|
|
{file = "memray-1.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8e02e8bbe03826c5e65c2cc28760b1d0bc59f9bee6d6769c01e800b50542f5b"},
|
|
@@ -3295,24 +3294,24 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "psycopg"
|
|
name = "psycopg"
|
|
-version = "3.1.16"
|
|
|
|
|
|
+version = "3.1.17"
|
|
description = "PostgreSQL database adapter for Python"
|
|
description = "PostgreSQL database adapter for Python"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
files = [
|
|
- {file = "psycopg-3.1.16-py3-none-any.whl", hash = "sha256:0bfe9741f4fb1c8115cadd8fe832fa91ac277e81e0652ff7fa1400f0ef0f59ba"},
|
|
|
|
- {file = "psycopg-3.1.16.tar.gz", hash = "sha256:a34d922fd7df3134595e71c3428ba6f1bd5f4968db74857fe95de12db2d6b763"},
|
|
|
|
|
|
+ {file = "psycopg-3.1.17-py3-none-any.whl", hash = "sha256:96b7b13af6d5a514118b759a66b2799a8a4aa78675fa6bb0d3f7d52d67eff002"},
|
|
|
|
+ {file = "psycopg-3.1.17.tar.gz", hash = "sha256:437e7d7925459f21de570383e2e10542aceb3b9cb972ce957fdd3826ca47edc6"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
"backports.zoneinfo" = {version = ">=0.2.0", markers = "python_version < \"3.9\""}
|
|
"backports.zoneinfo" = {version = ">=0.2.0", markers = "python_version < \"3.9\""}
|
|
-psycopg-c = {version = "3.1.16", optional = true, markers = "implementation_name != \"pypy\" and extra == \"c\""}
|
|
|
|
|
|
+psycopg-c = {version = "3.1.17", optional = true, markers = "implementation_name != \"pypy\" and extra == \"c\""}
|
|
typing-extensions = ">=4.1"
|
|
typing-extensions = ">=4.1"
|
|
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
|
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
-binary = ["psycopg-binary (==3.1.16)"]
|
|
|
|
-c = ["psycopg-c (==3.1.16)"]
|
|
|
|
|
|
+binary = ["psycopg-binary (==3.1.17)"]
|
|
|
|
+c = ["psycopg-c (==3.1.17)"]
|
|
dev = ["black (>=23.1.0)", "codespell (>=2.2)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.4.1)", "types-setuptools (>=57.4)", "wheel (>=0.37)"]
|
|
dev = ["black (>=23.1.0)", "codespell (>=2.2)", "dnspython (>=2.1)", "flake8 (>=4.0)", "mypy (>=1.4.1)", "types-setuptools (>=57.4)", "wheel (>=0.37)"]
|
|
docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
docs = ["Sphinx (>=5.0)", "furo (==2022.6.21)", "sphinx-autobuild (>=2021.3.14)", "sphinx-autodoc-typehints (>=1.12)"]
|
|
pool = ["psycopg-pool"]
|
|
pool = ["psycopg-pool"]
|
|
@@ -3320,12 +3319,12 @@ test = ["anyio (>=3.6.2,<4.0)", "mypy (>=1.4.1)", "pproxy (>=2.7)", "pytest (>=6
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "psycopg-c"
|
|
name = "psycopg-c"
|
|
-version = "3.1.16"
|
|
|
|
|
|
+version = "3.1.17"
|
|
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
|
|
description = "PostgreSQL database adapter for Python -- C optimisation distribution"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.7"
|
|
python-versions = ">=3.7"
|
|
files = [
|
|
files = [
|
|
- {file = "psycopg-c-3.1.16.tar.gz", hash = "sha256:24f9805e0c20742c72c7be1412e3a600de0980104ff1a264a49333996e6adba3"},
|
|
|
|
|
|
+ {file = "psycopg-c-3.1.17.tar.gz", hash = "sha256:5cc4d544d552b8ab92a9e3a9dbe3b4f46ce0a86338654d26387fc076e0c97977"},
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4069,13 +4068,13 @@ tornado = ["tornado (>=5)"]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "setuptools"
|
|
name = "setuptools"
|
|
-version = "69.0.2"
|
|
|
|
|
|
+version = "69.0.3"
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
python-versions = ">=3.8"
|
|
files = [
|
|
files = [
|
|
- {file = "setuptools-69.0.2-py3-none-any.whl", hash = "sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2"},
|
|
|
|
- {file = "setuptools-69.0.2.tar.gz", hash = "sha256:735896e78a4742605974de002ac60562d286fa8051a7e2299445e8e8fbb01aa6"},
|
|
|
|
|
|
+ {file = "setuptools-69.0.3-py3-none-any.whl", hash = "sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05"},
|
|
|
|
+ {file = "setuptools-69.0.3.tar.gz", hash = "sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
@@ -4201,15 +4200,26 @@ xls = ["xlrd", "xlwt"]
|
|
xlsx = ["openpyxl (>=2.6.0)"]
|
|
xlsx = ["openpyxl (>=2.6.0)"]
|
|
yaml = ["pyyaml"]
|
|
yaml = ["pyyaml"]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "tblib"
|
|
|
|
+version = "3.0.0"
|
|
|
|
+description = "Traceback serialization library."
|
|
|
|
+optional = false
|
|
|
|
+python-versions = ">=3.8"
|
|
|
|
+files = [
|
|
|
|
+ {file = "tblib-3.0.0-py3-none-any.whl", hash = "sha256:80a6c77e59b55e83911e1e607c649836a69c103963c5f28a46cbeef44acf8129"},
|
|
|
|
+ {file = "tblib-3.0.0.tar.gz", hash = "sha256:93622790a0a29e04f0346458face1e144dc4d32f493714c6c3dff82a4adb77e6"},
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "textual"
|
|
name = "textual"
|
|
-version = "0.46.0"
|
|
|
|
|
|
+version = "0.47.1"
|
|
description = "Modern Text User Interface framework"
|
|
description = "Modern Text User Interface framework"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.8,<4.0"
|
|
python-versions = ">=3.8,<4.0"
|
|
files = [
|
|
files = [
|
|
- {file = "textual-0.46.0-py3-none-any.whl", hash = "sha256:3f8f3769860726d9eb653b164e7a3b8cbd17ea8d625c260a9a6dd3dafece81eb"},
|
|
|
|
- {file = "textual-0.46.0.tar.gz", hash = "sha256:66d30f07d082ee5083ea898103e70b8720a98658e0bd3153fbb934a437ffe6f5"},
|
|
|
|
|
|
+ {file = "textual-0.47.1-py3-none-any.whl", hash = "sha256:da79df2e138f6de51bda84a1ee1460936bb2ecf5527ca2d47b9b59c584323327"},
|
|
|
|
+ {file = "textual-0.47.1.tar.gz", hash = "sha256:4b82e317884bb1092f693f474c319ceb068b5a0b128b121f1aa53a2d48b4b80c"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.dependencies]
|
|
[package.dependencies]
|
|
@@ -4233,13 +4243,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "traitlets"
|
|
name = "traitlets"
|
|
-version = "5.14.0"
|
|
|
|
|
|
+version = "5.14.1"
|
|
description = "Traitlets Python configuration system"
|
|
description = "Traitlets Python configuration system"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
python-versions = ">=3.8"
|
|
files = [
|
|
files = [
|
|
- {file = "traitlets-5.14.0-py3-none-any.whl", hash = "sha256:f14949d23829023013c47df20b4a76ccd1a85effb786dc060f34de7948361b33"},
|
|
|
|
- {file = "traitlets-5.14.0.tar.gz", hash = "sha256:fcdaa8ac49c04dfa0ed3ee3384ef6dfdb5d6f3741502be247279407679296772"},
|
|
|
|
|
|
+ {file = "traitlets-5.14.1-py3-none-any.whl", hash = "sha256:2e5a030e6eff91737c643231bfcf04a65b0132078dad75e4936700b213652e74"},
|
|
|
|
+ {file = "traitlets-5.14.1.tar.gz", hash = "sha256:8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e"},
|
|
]
|
|
]
|
|
|
|
|
|
[package.extras]
|
|
[package.extras]
|
|
@@ -4281,13 +4291,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tzdata"
|
|
name = "tzdata"
|
|
-version = "2023.3"
|
|
|
|
|
|
+version = "2023.4"
|
|
description = "Provider of IANA time zone data"
|
|
description = "Provider of IANA time zone data"
|
|
optional = false
|
|
optional = false
|
|
python-versions = ">=2"
|
|
python-versions = ">=2"
|
|
files = [
|
|
files = [
|
|
- {file = "tzdata-2023.3-py2.py3-none-any.whl", hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda"},
|
|
|
|
- {file = "tzdata-2023.3.tar.gz", hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a"},
|
|
|
|
|
|
+ {file = "tzdata-2023.4-py2.py3-none-any.whl", hash = "sha256:aa3ace4329eeacda5b7beb7ea08ece826c28d761cda36e747cfbf97996d39bf3"},
|
|
|
|
+ {file = "tzdata-2023.4.tar.gz", hash = "sha256:dd54c94f294765522c77399649b4fefd95522479a664a0cec87f41bebc6148c9"},
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4415,13 +4425,13 @@ files = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "wcwidth"
|
|
name = "wcwidth"
|
|
-version = "0.2.12"
|
|
|
|
|
|
+version = "0.2.13"
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
description = "Measures the displayed width of unicode strings in a terminal"
|
|
optional = false
|
|
optional = false
|
|
python-versions = "*"
|
|
python-versions = "*"
|
|
files = [
|
|
files = [
|
|
- {file = "wcwidth-0.2.12-py2.py3-none-any.whl", hash = "sha256:f26ec43d96c8cbfed76a5075dac87680124fa84e0855195a6184da9c187f133c"},
|
|
|
|
- {file = "wcwidth-0.2.12.tar.gz", hash = "sha256:f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02"},
|
|
|
|
|
|
+ {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
|
|
|
|
+ {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -4674,4 +4684,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|
[metadata]
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
lock-version = "2.0"
|
|
python-versions = "^3.8"
|
|
python-versions = "^3.8"
|
|
-content-hash = "9f91be7d330939f5848367c3b2e4a0e1aecee93d151f3af7ad6dfbf7502863ee"
|
|
|
|
|
|
+content-hash = "fb2ff99935de81289cdc1be7c7c8e398ee3828089f9f61b9e46f7fe3df8e0fe2"
|