diff --git a/poetry.lock b/poetry.lock index fecf5638..66f8364b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1410,13 +1410,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prettytable" -version = "3.10.0" +version = "3.11.0" description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" optional = false python-versions = ">=3.8" files = [ - {file = "prettytable-3.10.0-py3-none-any.whl", hash = "sha256:6536efaf0757fdaa7d22e78b3aac3b69ea1b7200538c2c6995d649365bddab92"}, - {file = "prettytable-3.10.0.tar.gz", hash = "sha256:9665594d137fb08a1117518c25551e0ede1687197cf353a4fdc78d27e1073568"}, + {file = "prettytable-3.11.0-py3-none-any.whl", hash = "sha256:aa17083feb6c71da11a68b2c213b04675c4af4ce9c541762632ca3f2cb3546dd"}, + {file = "prettytable-3.11.0.tar.gz", hash = "sha256:7e23ca1e68bbfd06ba8de98bf553bf3493264c96d5e8a615c0471025deeba722"}, ] [package.dependencies] @@ -1796,13 +1796,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "sentry-sdk" -version = "2.12.0" +version = "2.14.0" description = "Python client for Sentry (https://sentry.io)" optional = false python-versions = ">=3.6" files = [ - {file = "sentry_sdk-2.12.0-py2.py3-none-any.whl", hash = "sha256:7a8d5163d2ba5c5f4464628c6b68f85e86972f7c636acc78aed45c61b98b7a5e"}, - {file = "sentry_sdk-2.12.0.tar.gz", hash = "sha256:8763840497b817d44c49b3fe3f5f7388d083f2337ffedf008b2cdb63b5c86dc6"}, + {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] @@ -1829,6 +1829,7 @@ httpx = ["httpx (>=0.16.0)"] huey = ["huey (>=2)"] huggingface-hub = ["huggingface-hub (>=0.22)"] langchain = ["langchain (>=0.0.210)"] +litestar = ["litestar (>=2.0.0)"] loguru = ["loguru (>=0.5)"] openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"] opentelemetry = ["opentelemetry-distro (>=0.35b0)"] @@ -1964,7 +1965,7 @@ files = [ [package.dependencies] requests = "*" -requests_oauthlib = "*" +requests-oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2190,4 +2191,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "97ecdf3c033f782b481b12f4165dc129528a5981a4959c4ced352e7209b0c86e" +content-hash = "d3413b28dda1b65b40e1e8df2399e23e8b4e828e652f2c92038f41b1a3818bb0" diff --git a/pyproject.toml b/pyproject.toml index 9db94571..16c01cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,12 +32,12 @@ cryptography = "^43.0.1" http-ece = "^1.2.0" psycopg2-binary = "^2.9.6" ansicolors = "^1.1.8" -prettytable = "^3.10.0" +prettytable = "^3.11.0" courts-db = "^0.10.17" Django = "^5.1.1" djangorestframework = "^3.15.2" django-environ = "^0.11.2" -sentry-sdk = "^2.12.0" +sentry-sdk = "^2.14.0" django-csp = "^3.8" redis = "^5.0.3" django-rq = "^2.10.2"