Skip to content

Commit a25aaa7

Browse files
Bump the python-dependencies group across 1 directory with 36 updates
Updates the requirements on [asgiref](https://github.com/django/asgiref), [autobahn](https://github.com/crossbario/autobahn-python), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [cbor2](https://github.com/agronholm/cbor2), [coverage](https://github.com/coveragepy/coveragepy), [daphne](https://github.com/django/daphne), [django-stubs-ext](https://github.com/typeddjango/django-stubs), [django-stubs](https://github.com/typeddjango/django-stubs), [django-unfold](https://github.com/unfoldadmin/django-unfold), [django](https://github.com/django/django), [djlint](https://github.com/djlint/djLint), [langchain-core](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), [langsmith](https://github.com/langchain-ai/langsmith-sdk), [librt](https://github.com/mypyc/librt), [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python), [pre-commit](https://github.com/pre-commit/pre-commit), [pyasn1](https://github.com/pyasn1/pyasn1), [pylint-django](https://github.com/pylint-dev/pylint-django), [pyopenssl](https://github.com/pyca/pyopenssl), [ruff](https://github.com/astral-sh/ruff), [s3transfer](https://github.com/boto/s3transfer), [sentence-transformers](https://github.com/huggingface/sentence-transformers), [service-identity](https://github.com/pyca/service-identity), standardwebhooks, [svix](https://github.com/svix/svix-webhooks), [types-psycopg2](https://github.com/python/typeshed), [types-python-dateutil](https://github.com/python/typeshed), [types-pyyaml](https://github.com/python/typeshed), [types-requests](https://github.com/python/typeshed), [uuid-utils](https://github.com/aminalaee/uuid-utils) and [xxhash](https://github.com/ifduyue/python-xxhash) to permit the latest version. Updates `asgiref` from 3.11.1 to 3.12.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.11.1...3.12.1) Updates `autobahn` from 26.6.2 to 26.7.1 - [Release notes](https://github.com/crossbario/autobahn-python/releases) - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](crossbario/autobahn-python@v26.6.2...v26.7.1) Updates `boto3` from 1.43.40 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.43.40...1.43.56) Updates `botocore` from 1.43.40 to 1.43.56 - [Commits](boto/botocore@1.43.40...1.43.56) Updates `cbor2` from 5.9.0 to 6.1.3 - [Release notes](https://github.com/agronholm/cbor2/releases) - [Commits](agronholm/cbor2@5.9.0...6.1.3) Updates `coverage` from 7.15.0 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.0...7.15.2) Updates `daphne` from 4.2.2 to 4.2.3 - [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt) - [Commits](django/daphne@4.2.2...4.2.3) Updates `django-stubs-ext` from 6.0.6 to 6.0.7 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](typeddjango/django-stubs@6.0.6...6.0.7) Updates `django-stubs` from 6.0.6 to 6.0.7 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](typeddjango/django-stubs@6.0.6...6.0.7) Updates `django-unfold` from 0.99.1 to 0.102.0 - [Release notes](https://github.com/unfoldadmin/django-unfold/releases) - [Changelog](https://github.com/unfoldadmin/django-unfold/blob/main/CHANGELOG.md) - [Commits](unfoldadmin/django-unfold@0.99.1...0.102.0) Updates `django` from 6.0.6 to 6.0.7 - [Commits](django/django@6.0.6...6.0.7) Updates `djlint` from 1.40.2 to 1.43.0 - [Release notes](https://github.com/djlint/djLint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md) - [Commits](djlint/djLint@v1.40.2...v1.43.0) Updates `langchain-core` from 1.4.8 to 1.5.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.4.8...langchain-core==1.5.1) Updates `langgraph` from 1.2.7 to 1.2.9 - [Release notes](https://github.com/langchain-ai/langgraph/releases) - [Commits](langchain-ai/langgraph@1.2.7...1.2.9) Updates `langsmith` from 0.9.7 to 0.10.10 - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](langchain-ai/langsmith-sdk@v0.9.7...v0.10.10) Updates `librt` from 0.12.0 to 0.13.0 - [Commits](mypyc/librt@v0.12.0...v0.13.0) Updates `opentelemetry-api` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) Updates `opentelemetry-exporter-otlp-proto-http` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) Updates `opentelemetry-instrumentation-django` to 0.65b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) Updates `opentelemetry-sdk` to 1.44.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-python@v1.43.0...v1.44.0) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1) Updates `pyasn1` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.6.3...v0.6.4) Updates `pylint-django` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/pylint-dev/pylint-django/releases) - [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst) - [Commits](pylint-dev/pylint-django@v2.7.0...v2.8.0) Updates `pyopenssl` from 26.2.0 to 26.3.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@26.2.0...26.3.0) Updates `ruff` from 0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.20...0.16.0) Updates `s3transfer` from 0.19.0 to 0.19.2 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.19.0...0.19.2) Updates `sentence-transformers` from 5.6.0 to 5.6.1 - [Release notes](https://github.com/huggingface/sentence-transformers/releases) - [Commits](huggingface/sentence-transformers@v5.6.0...v5.6.1) Updates `service-identity` from 24.2.0 to 26.1.0 - [Release notes](https://github.com/pyca/service-identity/releases) - [Changelog](https://github.com/pyca/service-identity/blob/main/CHANGELOG.md) - [Commits](pyca/service-identity@24.2.0...26.1.0) Updates `standardwebhooks` from 1.0.1 to 1.1.0 Updates `svix` from 1.96.1 to 1.99.1 - [Release notes](https://github.com/svix/svix-webhooks/releases) - [Changelog](https://github.com/svix/svix-webhooks/blob/main/ChangeLog.md) - [Commits](svix/svix-webhooks@v1.96.1...v1.99.1) Updates `types-psycopg2` from 2.9.21.20260518 to 2.9.21.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-python-dateutil` from 2.9.0.20260518 to 2.9.0.20260716 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pyyaml` from 6.0.12.20260518 to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.33.0.20260518 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `uuid-utils` from 0.16.2 to 0.17.0 - [Release notes](https://github.com/aminalaee/uuid-utils/releases) - [Commits](aminalaee/uuid-utils@0.16.2...0.17.0) Updates `xxhash` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](ifduyue/python-xxhash@v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: autobahn dependency-version: 26.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: botocore dependency-version: 1.43.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: cbor2 dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: daphne dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-stubs-ext dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-stubs dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-unfold dependency-version: 0.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django dependency-version: 6.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: djlint dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: langchain-core dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: langgraph dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: langsmith dependency-version: 0.10.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: librt dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: opentelemetry-api dependency-version: 1.44.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.44.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-instrumentation-django dependency-version: 0.65b0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: opentelemetry-sdk dependency-version: 1.44.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyasn1 dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pylint-django dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyopenssl dependency-version: 26.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: s3transfer dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: sentence-transformers dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: service-identity dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: standardwebhooks dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: svix dependency-version: 1.99.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: types-psycopg2 dependency-version: 2.9.21.20260724 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-python-dateutil dependency-version: 2.9.0.20260716 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: uuid-utils dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: xxhash dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f4f4e4 commit a25aaa7

1 file changed

Lines changed: 36 additions & 36 deletions

File tree

pyproject.toml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ name = "digest-engine"
33
version = "0.1.0"
44
requires-python = ">=3.13"
55
dependencies = [
6-
"asgiref==3.11.1",
6+
"asgiref==3.12.1",
77
"atproto==0.0.69",
8-
"autobahn==26.6.2",
8+
"autobahn==26.7.1",
99
"automat==25.4.16",
10-
"boto3==1.43.40",
11-
"botocore==1.43.40",
12-
"cbor2==5.9.0; platform_python_implementation == 'PyPy' and sys_platform == 'win32'",
10+
"boto3==1.43.56",
11+
"botocore==1.43.56",
12+
"cbor2==6.1.3; platform_python_implementation == 'PyPy' and sys_platform == 'win32'",
1313
"cbor2==6.1.2; platform_python_implementation != 'PyPy' or sys_platform != 'win32'",
1414
"cfgv==3.5.0",
1515
"channels==4.3.2",
1616
"channels-redis==4.3.0",
1717
"constantly==23.10.4",
18-
"coverage==7.15.0",
18+
"coverage==7.15.2",
1919
"cryptography==46.0.7",
2020
"cssbeautifier==2.0.3",
21-
"daphne==4.2.2",
21+
"daphne==4.2.3",
2222
"Deprecated==1.3.1",
2323
"dj-database-url==3.1.2",
2424
"django-allauth==65.18.0",
2525
"django-anymail==15.0",
2626
"django-cors-headers==4.9.0",
2727
"django-import-export==4.4.1",
2828
"django-storages==1.14.6",
29-
"django-stubs-ext==6.0.6",
30-
"django-stubs==6.0.6",
29+
"django-stubs-ext==6.0.7",
30+
"django-stubs==6.0.7",
3131
"django-types==0.24.0",
32-
"django-unfold==0.99.1",
33-
"Django==6.0.6",
34-
"djlint==1.40.2",
32+
"django-unfold==0.102.0",
33+
"Django==6.0.7",
34+
"djlint==1.43.0",
3535
"dnspython==2.8.0",
3636
"docutils==0.23",
3737
"editorconfig==0.17.1",
@@ -44,66 +44,66 @@ dependencies = [
4444
"inflection==0.5.1",
4545
"jmespath==1.1.0",
4646
"jsbeautifier==2.0.3",
47-
"langchain-core==1.4.8",
47+
"langchain-core==1.5.1",
4848
"langchain-protocol==0.0.18",
4949
"langgraph-checkpoint==4.1.1",
5050
"langgraph-prebuilt==1.1.0",
5151
"langgraph-sdk==0.4.2",
52-
"langgraph==1.2.7",
53-
"langsmith==0.9.7",
52+
"langgraph==1.2.9",
53+
"langsmith==0.10.10",
5454
"libipld==3.4.1",
55-
"librt==0.12.0",
55+
"librt==0.13.0",
5656
"markdown==3.10.2",
5757
"Mastodon.py==2.2.1",
5858
"msgpack==1.2.1",
5959
"nodeenv==1.10.0",
60-
"opentelemetry-api>=1.43.0",
61-
"opentelemetry-exporter-otlp-proto-http>=1.43.0,<2",
62-
"opentelemetry-instrumentation-django>=0.64b0,<1",
63-
"opentelemetry-sdk>=1.43.0",
60+
"opentelemetry-api>=1.44.0",
61+
"opentelemetry-exporter-otlp-proto-http>=1.44.0,<2",
62+
"opentelemetry-instrumentation-django>=0.65b0,<1",
63+
"opentelemetry-sdk>=1.44.0",
6464
"ormsgpack==1.12.2",
6565
"pillow==12.3.0",
6666
"praw==8.0.2",
67-
"pre-commit==4.6.0",
67+
"pre-commit==4.6.1",
6868
"psycopg[binary]==3.3.4",
6969
"py-ubjson==0.16.1",
7070
"pyasn1-modules==0.4.2",
71-
"pyasn1==0.6.3",
71+
"pyasn1==0.6.4",
7272
"PyJWT==2.13.0",
73-
"pylint-django==2.7.0",
73+
"pylint-django==2.8.0",
7474
"pylint-plugin-utils==0.9.0",
75-
"pyopenssl==26.2.0",
75+
"pyopenssl==26.3.0",
7676
"pyright==1.1.411",
7777
"pytest-django==4.12.0",
7878
"pytest-mock==3.15.1",
7979
"pytest==9.1.1",
8080
"python-dotenv==1.2.2",
8181
"qdrant-client==1.18.0",
8282
"requests-toolbelt==1.0.0",
83-
"ruff==0.15.20",
84-
"s3transfer==0.19.0",
85-
"sentence-transformers==5.6.0",
86-
"service-identity==24.2.0",
87-
"standardwebhooks==1.0.1",
83+
"ruff==0.16.0",
84+
"s3transfer==0.19.2",
85+
"sentence-transformers==5.6.1",
86+
"service-identity==26.1.0",
87+
"standardwebhooks==1.1.0",
8888
"structlog==26.1.0",
89-
"svix==1.96.1",
89+
"svix==1.99.1",
9090
"taskiq==0.12.4",
9191
"taskiq-aio-pika==0.6.0",
9292
"taskiq-redis==1.2.3",
9393
"twisted==26.4.0",
9494
"txaio==26.6.1",
9595
"types-Deprecated==1.3.1.20260520",
96-
"types-psycopg2==2.9.21.20260518",
97-
"types-python-dateutil==2.9.0.20260518",
98-
"types-pyyaml==6.0.12.20260518",
99-
"types-requests==2.33.0.20260518",
96+
"types-psycopg2==2.9.21.20260724",
97+
"types-python-dateutil==2.9.0.20260716",
98+
"types-pyyaml==6.0.12.20260724",
99+
"types-requests==2.33.0.20260712",
100100
"ujson==5.13.0",
101101
"uritemplate==4.2.0",
102-
"uuid-utils==0.16.2",
102+
"uuid-utils==0.17.0",
103103
"watchdog==6.0.0",
104104
"websockets==15.0.1",
105105
"wrapt==2.2.2",
106-
"xxhash==3.8.0",
106+
"xxhash==3.8.1",
107107
"zope-interface==8.5",
108108
"django-ninja>=1.6.2",
109109
]

0 commit comments

Comments
 (0)