Skip to content

Commit 17cd307

Browse files
Bump the python-dependencies group with 6 updates
Bumps the python-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [cbor2](https://github.com/agronholm/cbor2) | `5.9.0` | `6.1.3` | | [django-unfold](https://github.com/unfoldadmin/django-unfold) | `0.99.1` | `0.100.0` | | [djlint](https://github.com/djlint/djLint) | `1.40.2` | `1.40.3` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.2.0` | `26.3.0` | | [service-identity](https://github.com/pyca/service-identity) | `24.2.0` | `26.1.0` | | [xxhash](https://github.com/ifduyue/python-xxhash) | `3.8.0` | `3.8.1` | 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 `django-unfold` from 0.99.1 to 0.100.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.100.0) Updates `djlint` from 1.40.2 to 1.40.3 - [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.40.3) 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 `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 `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: cbor2 dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: django-unfold dependency-version: 0.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: djlint dependency-version: 1.40.3 dependency-type: direct:production update-type: version-update:semver-patch 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: service-identity dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major 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 17cd307

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎pyproject.toml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = [
99
"automat==25.4.16",
1010
"boto3==1.43.40",
1111
"botocore==1.43.40",
12-
"cbor2==5.9.0; platform_python_implementation == 'PyPy' and sys_platform == 'win32'",
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",
@@ -29,9 +29,9 @@ dependencies = [
2929
"django-stubs-ext==6.0.6",
3030
"django-stubs==6.0.6",
3131
"django-types==0.24.0",
32-
"django-unfold==0.99.1",
32+
"django-unfold==0.100.0",
3333
"Django==6.0.6",
34-
"djlint==1.40.2",
34+
"djlint==1.40.3",
3535
"dnspython==2.8.0",
3636
"docutils==0.23",
3737
"editorconfig==0.17.1",
@@ -72,7 +72,7 @@ dependencies = [
7272
"PyJWT==2.13.0",
7373
"pylint-django==2.7.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",
@@ -83,7 +83,7 @@ dependencies = [
8383
"ruff==0.15.20",
8484
"s3transfer==0.19.0",
8585
"sentence-transformers==5.6.0",
86-
"service-identity==24.2.0",
86+
"service-identity==26.1.0",
8787
"standardwebhooks==1.0.1",
8888
"structlog==26.1.0",
8989
"svix==1.96.1",
@@ -103,7 +103,7 @@ dependencies = [
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)