diff --git a/pyproject.toml b/pyproject.toml index 94cdd17..4a2ff67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "automat==25.4.16", "boto3==1.43.40", "botocore==1.43.40", - "cbor2==5.9.0; platform_python_implementation == 'PyPy' and sys_platform == 'win32'", + "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", @@ -29,9 +29,9 @@ dependencies = [ "django-stubs-ext==6.0.6", "django-stubs==6.0.6", "django-types==0.24.0", - "django-unfold==0.99.1", + "django-unfold==0.100.0", "Django==6.0.6", - "djlint==1.40.2", + "djlint==1.40.3", "dnspython==2.8.0", "docutils==0.23", "editorconfig==0.17.1", @@ -72,7 +72,7 @@ dependencies = [ "PyJWT==2.13.0", "pylint-django==2.7.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", @@ -83,7 +83,7 @@ dependencies = [ "ruff==0.15.20", "s3transfer==0.19.0", "sentence-transformers==5.6.0", - "service-identity==24.2.0", + "service-identity==26.1.0", "standardwebhooks==1.0.1", "structlog==26.1.0", "svix==1.96.1", @@ -103,7 +103,7 @@ dependencies = [ "watchdog==6.0.0", "websockets==15.0.1", "wrapt==2.2.2", - "xxhash==3.8.0", + "xxhash==3.8.1", "zope-interface==8.5", "django-ninja>=1.6.2", ]