diff --git a/pyproject.toml b/pyproject.toml index 7cbf887..4f6e582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,35 +4,35 @@ version = "0.1.0" requires-python = ">=3.13" dependencies = [ "asgiref==3.11.1", - "atproto==0.0.65", + "atproto==0.0.67", "autobahn==25.12.2", "automat==25.4.16", - "boto3==1.43.8", - "botocore==1.43.8", - "cbor2==6.1.1", + "boto3==1.43.24", + "botocore==1.43.24", + "cbor2==6.1.2", "cfgv==3.5.0", "channels==4.3.2", "channels-redis==4.3.0", "constantly==23.10.4", - "coverage==7.14.0", + "coverage==7.14.1", "cryptography==46.0.7", "cssbeautifier==1.15.4", - "daphne==4.2.1", + "daphne==4.2.2", "Deprecated==1.3.1", "dj-database-url==3.1.2", - "django-allauth==65.16.1", + "django-allauth==65.18.0", "django-anymail==15.0", "django-cors-headers==4.9.0", "django-import-export==4.4.1", "django-storages==1.14.6", - "django-stubs-ext==6.0.4", - "django-stubs==6.0.4", + "django-stubs-ext==6.0.5", + "django-stubs==6.0.5", "django-types==0.24.0", - "django-unfold==0.93.0", - "Django==6.0.5", - "djlint==1.36.4", + "django-unfold==0.97.0", + "Django==6.0.6", + "djlint==1.39.0", "dnspython==2.8.0", - "docutils==0.22.4", + "docutils==0.23", "editorconfig==0.17.1", "feedparser==6.0.12", "gunicorn==26.0.0", @@ -43,73 +43,73 @@ dependencies = [ "inflection==0.5.1", "jmespath==1.1.0", "jsbeautifier==1.15.4", - "langchain-core==1.4.0", - "langchain-protocol==0.0.15", - "langgraph-checkpoint==4.1.0", + "langchain-core==1.4.1", + "langchain-protocol==0.0.16", + "langgraph-checkpoint==4.1.1", "langgraph-prebuilt==1.1.0", - "langgraph-sdk==0.3.14", - "langgraph==1.2.0", - "langsmith==0.8.4", - "libipld==3.3.2", + "langgraph-sdk==0.4.2", + "langgraph==1.2.4", + "langsmith==0.8.9", + "libipld==3.4.1", "librt==0.11.0", "markdown==3.10.2", "Mastodon.py==2.2.1", "msgpack==1.1.2", "nodeenv==1.10.0", - "opentelemetry-api>=1.41.1", - "opentelemetry-exporter-otlp-proto-http>=1.41.1,<2", - "opentelemetry-instrumentation-django>=0.62b1,<1", - "opentelemetry-sdk>=1.41.1", + "opentelemetry-api>=1.42.1", + "opentelemetry-exporter-otlp-proto-http>=1.42.1,<2", + "opentelemetry-instrumentation-django>=0.63b1,<1", + "opentelemetry-sdk>=1.42.1", "ormsgpack==1.12.2", "pillow==12.2.0", - "praw==7.8.1", + "praw==7.8.2", "pre-commit==4.6.0", "psycopg[binary]==3.3.4", "py-ubjson==0.16.1", "pyasn1-modules==0.4.2", "pyasn1==0.6.3", - "PyJWT==2.12.1", + "PyJWT==2.13.0", "pylint-django==2.7.0", "pylint-plugin-utils==0.9.0", "pyopenssl==26.2.0", - "pyright==1.1.409", + "pyright==1.1.410", "pytest-django==4.12.0", "pytest-mock==3.15.1", "pytest==9.0.3", "python-dotenv==1.2.2", "qdrant-client==1.18.0", "requests-toolbelt==1.0.0", - "ruff==0.15.13", - "s3transfer==0.17.0", - "sentence-transformers==5.5.0", - "service-identity==24.2.0", + "ruff==0.15.16", + "s3transfer==0.18.0", + "sentence-transformers==5.5.1", + "service-identity==26.1.0", "standardwebhooks==1.0.1", - "structlog==25.5.0", - "svix==1.93.0", + "structlog==26.1.0", + "svix==1.95.2", "taskiq==0.12.4", - "taskiq-aio-pika==0.4.2", - "taskiq-redis==1.0.0", + "taskiq-aio-pika==0.6.0", + "taskiq-redis==1.2.2", "twisted==26.4.0", "txaio==25.12.2", - "types-Deprecated==1.3.1.20260508", - "types-psycopg2==2.9.21.20260509", - "types-python-dateutil==2.9.0.20260508", - "types-pyyaml==6.0.12", - "types-requests==2.33.0.20260508", + "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", "ujson==5.12.1", "uritemplate==4.2.0", - "uuid-utils==0.15.0", + "uuid-utils==0.16.0", "watchdog==6.0.0", "websockets==15.0.1", - "wrapt==2.1.2", + "wrapt==2.2.1", "xxhash==3.7.0", - "zope-interface==8.4", + "zope-interface==8.5", "django-ninja>=1.6.2", ] [dependency-groups] dev = [ - "black==26.3.1", + "black==26.5.1", "pytokens==0.4.1", ]