diff --git a/pyproject.toml b/pyproject.toml index 94cdd17..9c78759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,39 +3,39 @@ name = "digest-engine" version = "0.1.0" requires-python = ">=3.13" dependencies = [ - "asgiref==3.11.1", + "asgiref==3.12.1", "atproto==0.0.69", - "autobahn==26.6.2", + "autobahn==26.7.1", "automat==25.4.16", - "boto3==1.43.40", - "botocore==1.43.40", - "cbor2==5.9.0; platform_python_implementation == 'PyPy' and sys_platform == 'win32'", + "boto3==1.43.61", + "botocore==1.43.61", + "cbor2==6.1.3; platform_python_implementation == 'PyPy' and sys_platform == 'win32'", "cbor2==6.1.2; platform_python_implementation != 'PyPy' or sys_platform != 'win32'", "cfgv==3.5.0", "channels==4.3.2", "channels-redis==4.3.0", "constantly==23.10.4", - "coverage==7.15.0", + "coverage==7.15.2", "cryptography==46.0.7", "cssbeautifier==2.0.3", - "daphne==4.2.2", + "daphne==4.2.3", "Deprecated==1.3.1", "dj-database-url==3.1.2", "django-allauth==65.18.0", - "django-anymail==15.0", + "django-anymail==15.1", "django-cors-headers==4.9.0", "django-import-export==4.4.1", "django-storages==1.14.6", - "django-stubs-ext==6.0.6", - "django-stubs==6.0.6", + "django-stubs-ext==6.0.7", + "django-stubs==6.0.7", "django-types==0.24.0", - "django-unfold==0.99.1", - "Django==6.0.6", - "djlint==1.40.2", + "django-unfold==0.102.0", + "Django==6.0.7", + "djlint==1.43.1", "dnspython==2.8.0", "docutils==0.23", "editorconfig==0.17.1", - "feedparser==6.0.12", + "feedparser==6.0.14", "gunicorn==26.0.0", "httpx==0.28.1", "hyperlink==21.0.0", @@ -44,35 +44,35 @@ dependencies = [ "inflection==0.5.1", "jmespath==1.1.0", "jsbeautifier==2.0.3", - "langchain-core==1.4.8", + "langchain-core==1.5.3", "langchain-protocol==0.0.18", "langgraph-checkpoint==4.1.1", "langgraph-prebuilt==1.1.0", "langgraph-sdk==0.4.2", - "langgraph==1.2.7", - "langsmith==0.9.7", + "langgraph==1.2.10", + "langsmith==0.10.14", "libipld==3.4.1", - "librt==0.12.0", - "markdown==3.10.2", + "librt==0.13.0", + "markdown==3.10.3", "Mastodon.py==2.2.1", "msgpack==1.2.1", "nodeenv==1.10.0", - "opentelemetry-api>=1.43.0", - "opentelemetry-exporter-otlp-proto-http>=1.43.0,<2", - "opentelemetry-instrumentation-django>=0.64b0,<1", - "opentelemetry-sdk>=1.43.0", + "opentelemetry-api>=1.44.0", + "opentelemetry-exporter-otlp-proto-http>=1.44.0,<2", + "opentelemetry-instrumentation-django>=0.65b0,<1", + "opentelemetry-sdk>=1.44.0", "ormsgpack==1.12.2", "pillow==12.3.0", "praw==8.0.2", - "pre-commit==4.6.0", + "pre-commit==4.6.1", "psycopg[binary]==3.3.4", "py-ubjson==0.16.1", "pyasn1-modules==0.4.2", - "pyasn1==0.6.3", + "pyasn1==0.6.4", "PyJWT==2.13.0", - "pylint-django==2.7.0", + "pylint-django==2.8.0", "pylint-plugin-utils==0.9.0", - "pyopenssl==26.2.0", + "pyopenssl==26.3.0", "pyright==1.1.411", "pytest-django==4.12.0", "pytest-mock==3.15.1", @@ -80,30 +80,30 @@ dependencies = [ "python-dotenv==1.2.2", "qdrant-client==1.18.0", "requests-toolbelt==1.0.0", - "ruff==0.15.20", - "s3transfer==0.19.0", - "sentence-transformers==5.6.0", - "service-identity==24.2.0", - "standardwebhooks==1.0.1", + "ruff==0.16.1", + "s3transfer==0.19.2", + "sentence-transformers==5.6.1", + "service-identity==26.1.0", + "standardwebhooks==1.1.0", "structlog==26.1.0", - "svix==1.96.1", + "svix==1.99.1", "taskiq==0.12.4", "taskiq-aio-pika==0.6.0", "taskiq-redis==1.2.3", "twisted==26.4.0", "txaio==26.6.1", - "types-Deprecated==1.3.1.20260520", - "types-psycopg2==2.9.21.20260518", - "types-python-dateutil==2.9.0.20260518", - "types-pyyaml==6.0.12.20260518", - "types-requests==2.33.0.20260518", + "types-Deprecated==1.3.1.20260728", + "types-psycopg2==2.9.21.20260724", + "types-python-dateutil==2.9.0.20260716", + "types-pyyaml==6.0.12.20260724", + "types-requests==2.33.0.20260712", "ujson==5.13.0", "uritemplate==4.2.0", - "uuid-utils==0.16.2", + "uuid-utils==0.17.0", "watchdog==6.0.0", "websockets==15.0.1", - "wrapt==2.2.2", - "xxhash==3.8.0", + "wrapt==2.3.0", + "xxhash==3.8.1", "zope-interface==8.5", "django-ninja>=1.6.2", ]