From 3a39c94f41129ad2d9746de6c4de9ab93674564f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Wed, 16 Jul 2025 15:02:01 -0300 Subject: [PATCH] Update collective.techevent --- backend/news/+plone.internal | 1 + backend/news/+techevent.internal | 1 + backend/pyproject.toml | 263 ++--- .../site/profiles/default/metadata.xml | 2 +- .../site/upgrades/configure.zcml | 15 +- .../site/upgrades/v1010/__init__.py | 18 + .../site/upgrades/v1010/configure.zcml | 21 + backend/tests/setup/test_setup_install.py | 2 +- backend/uv.lock | 898 +++++++++--------- backend/version.txt | 2 +- .../news/+authomatic.internal | 1 + .../news/+techevent.internal | 1 + .../packages/volto-pythoncerrado/package.json | 4 +- .../volto-pythoncerrado/src/theme/_main.scss | 3 + .../volto-pythoncerrado/src/theme/_root.scss | 4 + .../theme/components/_block_listing_grid.scss | 9 + .../src/theme/components/_block_schedule.scss | 3 + .../src/theme/components/_session_view.scss | 10 + frontend/pnpm-lock.yaml | 38 +- 19 files changed, 692 insertions(+), 604 deletions(-) create mode 100644 backend/news/+plone.internal create mode 100644 backend/news/+techevent.internal create mode 100644 backend/src/pythoncerrado/site/upgrades/v1010/__init__.py create mode 100644 backend/src/pythoncerrado/site/upgrades/v1010/configure.zcml create mode 100644 frontend/packages/volto-pythoncerrado/news/+authomatic.internal create mode 100644 frontend/packages/volto-pythoncerrado/news/+techevent.internal create mode 100644 frontend/packages/volto-pythoncerrado/src/theme/components/_block_listing_grid.scss create mode 100644 frontend/packages/volto-pythoncerrado/src/theme/components/_block_schedule.scss create mode 100644 frontend/packages/volto-pythoncerrado/src/theme/components/_session_view.scss diff --git a/backend/news/+plone.internal b/backend/news/+plone.internal new file mode 100644 index 0000000..326223e --- /dev/null +++ b/backend/news/+plone.internal @@ -0,0 +1 @@ +Upgrade Products.CMFPlone to 6.1.2. @ericof diff --git a/backend/news/+techevent.internal b/backend/news/+techevent.internal new file mode 100644 index 0000000..bdd0bc6 --- /dev/null +++ b/backend/news/+techevent.internal @@ -0,0 +1 @@ +Upgrade collective.techevent to 1.0.0a8. @ericof diff --git a/backend/pyproject.toml b/backend/pyproject.toml index fcbadf2..c36a19b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,17 +23,17 @@ classifiers = [ "Programming Language :: Python","Programming Language :: Python :: 3.12", ] dependencies = [ - "Products.CMFPlone==6.1.1", + "Products.CMFPlone==6.1.2", "plone.api", "plone.restapi", "plone.volto", - "plonegovbr.socialmedia>=2.0.0a5", + "plonegovbr.socialmedia>=2.0.0a6", "collective.volto.formsupport", "pas.plugins.authomatic==2.0.0", "kitconcept.voltolighttheme==6.2.0", "collective.honeypot", "plone.app.upgrade", - "collective.techevent==1.0.0a6", + "collective.techevent==1.0.0a8", ] [dependency-groups] @@ -75,10 +75,10 @@ constraint-dependencies = [ "Acquisition==6.1", "alabaster==0.7.14; python_version == '3.9'", "alabaster==1.0.0; python_version > '3.9'", - "argcomplete==3.5.2", + "argcomplete==3.6.2", "argh==0.31.3", "async-generator==1.10", - "attrs==24.2.0", + "attrs==25.3.0", "AuthEncoding==6.0", "Babel==2.16.0", "backports.cached-property==1.0.2", @@ -88,7 +88,7 @@ constraint-dependencies = [ "borg.localrole==3.1.11", "BTrees==6.1", "build==1.2.2post1", - "cachecontrol==0.14.1", + "cachecontrol==0.14.3", "cached-property==2.0.1", "certifi==2024.12.14", "cffi==1.17.1", @@ -96,162 +96,164 @@ constraint-dependencies = [ "charset-normalizer==3.4.1", "check-manifest==0.50", "click-default-group==1.2.4", - "click==8.1.7", + "click==8.2.1", "cmarkgfm==2024.11.20", "collective.MockMailHost==3.0.0", "collective.monkeypatcher==2.0.0", "collective.recipe.omelette==2.0.0", "collective.recipe.template==2.2", "collective.recipe.vscode==0.1.9", - "collective.techevent==1.0.0a6", + "collective.techevent==1.0.0a8", "collective.xmltestreport==2.0.2", - "collective.z3cform.datagridfield==3.0.3", + "collective.z3cform.datagridfield==3.0.4", "colorama==0.4.6", "colorama==0.4.6", "commonmark==0.9.1", - "configparser==7.1.0", - "coverage==7.6.9", - "cryptography==44.0.0", - "cssselect==1.2.0", + "configparser==7.2.0", + "coverage==7.8.2", + "cryptography==45.0.4", + "cssselect==1.3.0", "DateTime==5.5", - "decorator==5.1.1", - "Deprecated==1.2.15", + "decorator==5.2.1", + "Deprecated==1.2.18", "diazo==2.0.3", "distro==1.9.0", "DocumentTemplate==4.6", "docutils==0.20.1; python_version == '3.9'", "docutils==0.21.2; python_version > '3.9'", - "exceptiongroup==1.2.2", + "exceptiongroup==1.3.0", "ExtensionClass==6.0", - "fancycompleter==0.9.1", + "fancycompleter==0.11.1", "feedparser==6.0.11", - "filelock==3.16.1", - "five.customerize==3.0.0", - "five.intid==2.0.1", - "five.localsitemanager==4.0", - "furl==2.1.3", + "filelock==3.18.0", + "five.customerize==4.0", + "five.intid==3.0.1", + "five.localsitemanager==5.0", + "furl==2.1.4", "furo==2024.8.6", "future==1.0.0", - "gitdb==4.0.11", - "GitPython==3.1.43", + "gitdb==4.0.12", + "GitPython==3.1.44", "gunicorn==23.0.0", - "h11==0.14.0", + "h11==0.16.0", "horse-with-no-namespace>=20250408.0", "httplib2==0.22.0", "i18ndude==6.2.1", - "icalendar==6.1.1", + "icalendar==6.3.1", + "id==1.5.0", "idna==3.10", "imagesize==1.4.1", "importlib-metadata==8.5.0", - "importlib-resources==6.4.5", + "importlib-resources==6.5.2", "incremental==24.7.2", - "iniconfig==2.0.0", + "iniconfig==2.1.0", "jaraco.classes==3.4.0", "jaraco.context==6.0.1", "jaraco.functools==4.1.0", - "jeepney==0.8.0", + "jeepney==0.9.0", "Jinja2==3.1.5", - "jsonschema-specifications==2024.10.1", - "jsonschema==4.23.0", - "keyring==25.5.0", + "jsonschema-specifications==2025.4.1", + "jsonschema==4.24.0", + "keyring==25.6.0", + "kitconcept.voltolighttheme==6.2.0", "legacy-cgi==2.6.2", "lockfile==0.12.2", - "lxml-html-clean==0.4.1", - "lxml==5.3.0", + "lxml-html-clean==0.4.2", + "lxml==5.4.0", "manuel==1.13.0", "markdown-it-py==3.0.0", - "Markdown==3.7", + "Markdown==3.8", "MarkupSafe==3.0.2", "mdurl==0.1.2", "Missing==5.0", - "mock==5.1.0", - "more-itertools==10.5.0", - "mr.developer==2.0.2", + "mock==5.2.0", + "more-itertools==10.6.0", + "mr.developer==2.0.3", "msgpack==1.1.0", "MultiMapping==5.0", "multipart==1.2.1", - "mxdev==4.0.3", + "mxdev==4.1.0", "mypy>=1.15.0", "natsort==8.4.0", - "nh3==0.2.19", + "nh3==0.2.21", "nt-svcutils==2.13.0", "oauthlib==3.2.2", "orderedmultidict==1.0.1", "outcome==1.3.0post0", "overrides==7.7.0", "packaging==24.2", + "pas.plugins.authomatic==2.0.0", "Paste==3.10.1", "PasteDeploy==3.1.0", - "pdbpp==0.10.3", + "pdbpp==0.11.6", "pep440==0.1.2", "pep517==0.13.1", "Persistence==5.1", "persistent==6.1", "piexif==1.1.3", - "Pillow==11.0.0", - "pip==25.0.1", - "pkginfo==1.10.0", + "Pillow==11.2.1", + "pip==25.1.1", "plone.alterego==2.0.1", - "plone.api==2.5.0", + "plone.api==2.5.2", "plone.app.blocks==7.0.1", "plone.app.caching==4.1.0", - "plone.app.content==4.1.9", + "plone.app.content==4.1.10", "plone.app.contentlisting==3.0.5", "plone.app.contentmenu==3.0.7", - "plone.app.contentrules==5.0.6", + "plone.app.contentrules==5.0.7", "plone.app.contenttypes==4.0.5", "plone.app.customerize==2.0.2", "plone.app.debugtoolbar==1.4.0", - "plone.app.dexterity==4.0.4", - "plone.app.discussion==5.0.0", + "plone.app.dexterity==4.1.0", + "plone.app.discussion==5.2.0", "plone.app.drafts==2.0.0", - "plone.app.event==5.2.1", + "plone.app.event==5.2.2", "plone.app.i18n==4.0.1", "plone.app.intid==2.0.0", - "plone.app.iterate==6.1.0", + "plone.app.iterate==6.2.0", "plone.app.jquerytools==1.9.5", "plone.app.layout==5.0.2", "plone.app.linkintegrity==4.0.6", - "plone.app.locales==6.0.30", + "plone.app.locales==6.0.31", "plone.app.lockingbehavior==2.0.2", - "plone.app.mosaic==3.2.1", - "plone.app.multilingual==8.2.3", - "plone.app.portlets==6.0.1", + "plone.app.mosaic==3.3.0", + "plone.app.multilingual==8.3.0", + "plone.app.portlets==6.0.2", "plone.app.querystring==2.1.3", "plone.app.redirector==3.0.4", "plone.app.registry==2.0.6", "plone.app.relationfield==4.0.2", "plone.app.robotframework==2.1.5", - "plone.app.standardtiles==3.2.1", + "plone.app.standardtiles==3.2.2", "plone.app.testing==7.1.1", "plone.app.textfield==3.0.0", - "plone.app.theming==5.0.12", - "plone.app.tiles==4.0.1", - "plone.app.upgrade==3.2.0", - "plone.app.users==3.1.1", + "plone.app.theming==5.0.13", + "plone.app.tiles==4.0.2", + "plone.app.upgrade==3.2.2", + "plone.app.users==3.1.3", "plone.app.uuid==2.2.3", "plone.app.versioningbehavior==2.0.4", "plone.app.viewletmanager==4.0.4", "plone.app.vocabularies==6.0.2", "plone.app.widgets==5.0.2", "plone.app.workflow==5.0.4", - "plone.app.z3cform==4.7.4", + "plone.app.z3cform==4.7.8", "plone.autoform==2.0.3", "plone.autoinclude==2.0.3", - "plone.base==2.0.3", + "plone.base==3.1.0", "plone.batching==2.0.6", - "plone.behavior==2.0.1", + "plone.behavior==2.0.2", "plone.browserlayer==3.0.2", "plone.cachepurging==3.0.2", "plone.caching==2.0.1", - "plone.classicui==1.0.0", + "plone.classicui==1.0.1", "plone.contentrules==3.0.1", "plone.dexterity==3.0.7", - "plone.distribution==3.1.1", + "plone.distribution==3.2.0", "plone.event==2.0.2", "plone.exportimport==1.1.0", "plone.folder==4.0.1", - "plone.formwidget.autocomplete==1.4.1", + "plone.formwidget.autocomplete==1.5.0", "plone.formwidget.namedfile==3.1.1", "plone.formwidget.recurrence==3.0.5", "plone.i18n==5.1.0", @@ -261,49 +263,50 @@ constraint-dependencies = [ "plone.keyring==4.0.2", "plone.locking==3.0.2", "plone.memoize==3.0.3", - "plone.namedfile==7.0.1", + "plone.namedfile==7.2.0", "plone.outputfilters==5.0.4", "plone.portlet.collection==4.0.4", "plone.portlet.static==4.0.4", "plone.portlets==3.0.2", - "plone.protect==5.0.3", + "plone.protect==5.0.5", "plone.recipe.command==1.1", "plone.recipe.zeoserver==3.0.4", - "plone.recipe.zope2instance==8.0.0", + "plone.recipe.zope2instance==8.0.1", "plone.registry==2.0.1", - "plone.releaser==2.4.1", + "plone.releaser==2.5.1", "plone.reload==4.0.0", "plone.resource==3.0.2", "plone.resourceeditor==4.0.1", "plone.rest==5.0.0", - "plone.restapi==9.13.3", + "plone.restapi==9.15.1", "plone.rfc822==3.0.1", - "plone.scale==4.1.4", + "plone.scale==4.2.0", "plone.schema==2.0.2", "plone.schemaeditor==4.0.11", - "plone.session==4.0.4", - "plone.staticresources==2.2.5", + "plone.session==4.0.5", + "plone.staticresources==2.3.0", "plone.stringinterp==2.0.2", "plone.subrequest==2.0.5", "plone.supermodel==2.0.4", - "plone.testing==9.0.5", + "plone.testing==9.0.6", "plone.theme==4.0.3", - "plone.tiles==2.3.1", + "plone.tiles==3.0.1", "plone.transformchain==3.0.1", "plone.uuid==2.0.1", "plone.versioncheck==1.8.2", - "plone.volto==5.0.4", - "plone.z3cform==2.0.4", - "Plone==6.1.1", - "plonetheme.barceloneta==3.2.3", - "pluggy==1.5.0", + "plone.volto==5.2.0", + "plone.z3cform==2.0.5", + "Plone==6.1.2", + "plonegovbr.socialmedia>=2.0.0a6", + "plonetheme.barceloneta==3.3.0", + "pluggy==1.6.0", "Products.BTreeFolder2==5.1", "Products.CMFCore==3.7", "Products.CMFDiffTool==4.0.4", "Products.CMFDynamicViewFTI==7.0.2", "Products.CMFEditions==4.0.5", "Products.CMFPlacefulWorkflow==3.0.5", - "Products.CMFPlone==6.1.1", + "Products.CMFPlone==6.1.2", "Products.CMFUid==4.2", "Products.DateRecurringIndex==3.0.1", "Products.DCWorkflow==3.0", @@ -313,14 +316,14 @@ constraint-dependencies = [ "Products.isurlinportal==3.0.0", "Products.MailHost==6.0", "Products.MimetypesRegistry==3.0.1", - "Products.PDBDebugMode==2.0", + "Products.PDBDebugMode==2.1", "Products.PlonePAS==8.0.5", "Products.PluggableAuthService==3.0", "Products.PluginRegistry==2.0", "Products.PortalTransforms==4.1.1", - "Products.PrintingMailHost==1.1.7", + "Products.PrintingMailHost==1.1.8", "Products.PythonScripts==5.1", - "Products.Sessions==5.0", + "Products.Sessions==6.0", "Products.SiteErrorLog==6.0", "Products.StandardCacheManagers==5.0", "Products.statusmessages==5.0.6", @@ -328,41 +331,41 @@ constraint-dependencies = [ "Products.ZCatalog==7.1", "Products.ZopeVersionControl==4.1", "progress==1.6", - "prompt-toolkit==3.0.48", + "prompt-toolkit==3.0.51", "psycopg2==2.9.10", "py==1.11.0", "pycparser==2.22", - "PyGithub==2.5.0", + "PyGithub==2.6.1", "Pygments==2.19.1", "PyJWT==2.10.1", "PyNaCl==1.5.0", - "pyOpenSSL==24.3.0", - "pyparsing==3.2.0", + "pyOpenSSL==25.1.0", + "pyparsing==3.2.3", "pyproject-hooks==1.2.0", - "pyrepl==0.9.0", + "pyrepl==0.11.3.post1", "pyroma==4.2", "pyrsistent==0.20.0", "PySocks==1.7.1", "pytest-cov==6.1.1", "pytest-plone>=1.0.0a1", - "pytest==7.4.4", + "pytest==8.4.0", "python-dateutil==2.9.0.post0", - "python-dotenv==1.0.1", + "python-dotenv==1.1.0", "python-gettext==5.0", "pytz==2024.2", "pywin32-ctypes==0.2.3; platform_system == \"Windows\"", "PyYAML==6.0.2", "readme-renderer==44.0", "Record==4.1", - "referencing==0.35.1", + "referencing==0.36.2", "relstorage==4.1.1", "repoze.xmliter==1.0b1", "requests-toolbelt==1.0.0", "requests==2.32.3", - "responses==0.25.3", + "responses==0.25.7", "RestrictedPython==8.0", "rfc3986==2.0.0", - "rich==13.9.4", + "rich==14.0.0", "robotframework-assertion-engine==3.0.3", "robotframework-browser==19.3.1", "robotframework-debuglibrary==2.5.0", @@ -379,11 +382,11 @@ constraint-dependencies = [ "SecretStorage==3.3.3", "seedir==0.5.0", "selenium==4.9.1", - "setuptools==75.8.2", + "setuptools==80.9.0", "sgmllib3k==1.0.0", - "simplejson==3.19.3", + "simplejson==3.20.1", "six==1.17.0", - "smmap==5.0.1", + "smmap==5.0.2", "sniffio==1.3.1", "snowballstemmer==2.2.0", "sortedcontainers==2.4.0", @@ -397,21 +400,21 @@ constraint-dependencies = [ "sphinxcontrib-jsmath==1.0.1", "sphinxcontrib-qthelp==2.0.0", "sphinxcontrib-serializinghtml==2.0.0", - "stdlib-list==0.11.0", + "stdlib-list==0.11.1", "tempstorage==6.0", "toml==0.10.2", "tomli==2.2.1", "towncrier==24.8.0", "transaction==5.0", - "trio-websocket==0.11.1", - "trio==0.27.0", - "trove-classifiers==2025.2.18.16", - "twine==5.1.1", + "trio-websocket==0.12.2", + "trio==0.30.0", + "trove-classifiers==2025.5.9.12", + "twine==6.1.0", "types-PyYAML==6.0.12.10", "types-toml==0.10.8.5", - "typing-extensions==4.12.2", - "tzdata==2025.1", - "Unidecode==1.3.8", + "typing-extensions==4.14.0", + "tzdata==2025.2", + "Unidecode==1.4.0", "urllib3-secure-extra==0.1.0", "urllib3==2.3.0", "wadllib==2.0.0", @@ -422,38 +425,38 @@ constraint-dependencies = [ "WebOb==1.8.9", "webresource==1.2", "WebTest==3.0.3", - "wheel==0.45.1", + "wheel==0.46.1", "wmctrl==0.5", - "wrapt==1.17.0", + "wrapt==1.17.2", "WSGIProxy2==0.5.1", "wsproto==1.2.0", - "z3c.caching==3.0", - "z3c.checkversions==2.1", + "z3c.caching==4.0", + "z3c.checkversions==3.0", "z3c.dependencychecker==2.15", - "z3c.form==5.1", - "z3c.formwidget.query==2.0.0", - "z3c.jbot==2.0", - "z3c.objpath==2.0", - "z3c.pt==4.4", - "z3c.relationfield==2.0.0", - "z3c.unconfigure==2.1", - "z3c.zcmlhook==2.0", - "zc.buildout==4.1.4", + "z3c.form==6.0", + "z3c.formwidget.query==3.0", + "z3c.jbot==3.0", + "z3c.objpath==3.0", + "z3c.pt==5.0", + "z3c.relationfield==3.0", + "z3c.unconfigure==3.0", + "z3c.zcmlhook==3.0", + "zc.buildout==4.1.12", "zc.lockfile==3.0.post1", - "zc.recipe.egg==2.0.7", - "zc.recipe.testrunner==3.1", - "zc.relation==2.0", + "zc.recipe.egg===3.0.0", + "zc.recipe.testrunner==3.2", + "zc.relation==2.1", "ZConfig==4.2", - "zdaemon==5.1", + "zdaemon==5.2", "ZEO==6.0.0", "zeo==6.0.0", "zest.pocompile==2.0.0", - "zest.releaser==9.5.0", + "zest.releaser==9.6.2", "zestreleaser.towncrier==1.3.0", "zExceptions==5.0", "zipp==3.21.0", "ZODB3==3.11.0", - "ZODB==6.0", + "ZODB==6.0.1", "zodbpickle==4.1.1", "zodbupdate==2.0", "zodbverify==1.2.0", @@ -465,7 +468,7 @@ constraint-dependencies = [ "zope.browserresource==5.1", "zope.cachedescriptors==5.0", "zope.component==6.0", - "zope.componentvocabulary==2.3.0", + "zope.componentvocabulary==3.0", "zope.configuration==6.0", "zope.container==6.1", "zope.contentprovider==6.0", @@ -483,8 +486,8 @@ constraint-dependencies = [ "zope.i18n==5.2", "zope.i18nmessageid==7.0", "zope.interface==7.2", - "zope.intid==5.0", - "zope.keyreference==6.0", + "zope.intid==5.1", + "zope.keyreference==6.1", "zope.lifecycleevent==5.0", "zope.location==5.0", "zope.mkzeoinstance==6.0", @@ -493,8 +496,8 @@ constraint-dependencies = [ "zope.proxy==6.1", "zope.ptresource==5.0", "zope.publisher==7.3", - "zope.pytestlayer==8.2", - "zope.ramcache==3.0", + "zope.pytestlayer==8.3", + "zope.ramcache==3.1", "zope.schema==7.0.1", "zope.security==7.3", "zope.sendmail==6.2", diff --git a/backend/src/pythoncerrado/site/profiles/default/metadata.xml b/backend/src/pythoncerrado/site/profiles/default/metadata.xml index 660fbb9..589850f 100644 --- a/backend/src/pythoncerrado/site/profiles/default/metadata.xml +++ b/backend/src/pythoncerrado/site/profiles/default/metadata.xml @@ -1,6 +1,6 @@ - 1000 + 1010 profile-collective.volto.formsupport:default profile-plonegovbr.socialmedia:default diff --git a/backend/src/pythoncerrado/site/upgrades/configure.zcml b/backend/src/pythoncerrado/site/upgrades/configure.zcml index b90e3d8..a808978 100644 --- a/backend/src/pythoncerrado/site/upgrades/configure.zcml +++ b/backend/src/pythoncerrado/site/upgrades/configure.zcml @@ -3,19 +3,6 @@ xmlns:genericsetup="http://namespaces.zope.org/genericsetup" > - - - + diff --git a/backend/src/pythoncerrado/site/upgrades/v1010/__init__.py b/backend/src/pythoncerrado/site/upgrades/v1010/__init__.py new file mode 100644 index 0000000..49e067d --- /dev/null +++ b/backend/src/pythoncerrado/site/upgrades/v1010/__init__.py @@ -0,0 +1,18 @@ +from plone import api +from Products.CMFPlone.MigrationTool import MigrationTool +from Products.GenericSetup.tool import SetupTool +from pythoncerrado.site import logger + + +def upgrade_plone(setup_tool: SetupTool): + portal = api.portal.get() + mt: MigrationTool = portal.portal_migration + mt.upgrade() + logger.info("Plone upgrade completed successfully.") + + +def upgrade_techevent(setup_tool: SetupTool): + setup_tool.upgradeProfile( + "profile-collective.techevent:default", + ) + logger.info("collective.techevent upgrade completed successfully.") diff --git a/backend/src/pythoncerrado/site/upgrades/v1010/configure.zcml b/backend/src/pythoncerrado/site/upgrades/v1010/configure.zcml new file mode 100644 index 0000000..e72ed8e --- /dev/null +++ b/backend/src/pythoncerrado/site/upgrades/v1010/configure.zcml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/backend/tests/setup/test_setup_install.py b/backend/tests/setup/test_setup_install.py index 0faccab..70a68b4 100644 --- a/backend/tests/setup/test_setup_install.py +++ b/backend/tests/setup/test_setup_install.py @@ -16,7 +16,7 @@ def test_browserlayer(self, browser_layers): def test_latest_version(self, profile_last_version): """Test latest version of default profile.""" - assert profile_last_version(f"{PACKAGE_NAME}:default") == "1000" + assert profile_last_version(f"{PACKAGE_NAME}:default") == "1010" @pytest.mark.parametrize( "package", diff --git a/backend/uv.lock b/backend/uv.lock index 9896e54..ab62ba0 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -8,10 +8,10 @@ constraints = [ { name = "acquisition", specifier = "==6.1" }, { name = "alabaster", marker = "python_full_version == '3.9.*'", specifier = "==0.7.14" }, { name = "alabaster", marker = "python_full_version >= '3.10'", specifier = "==1.0.0" }, - { name = "argcomplete", specifier = "==3.5.2" }, + { name = "argcomplete", specifier = "==3.6.2" }, { name = "argh", specifier = "==0.31.3" }, { name = "async-generator", specifier = "==1.10" }, - { name = "attrs", specifier = "==24.2.0" }, + { name = "attrs", specifier = "==25.3.0" }, { name = "authencoding", specifier = "==6.0" }, { name = "babel", specifier = "==2.16.0" }, { name = "backports-cached-property", specifier = "==1.0.2" }, @@ -21,14 +21,14 @@ constraints = [ { name = "borg-localrole", specifier = "==3.1.11" }, { name = "btrees", specifier = "==6.1" }, { name = "build", specifier = "==1.2.2.post1" }, - { name = "cachecontrol", specifier = "==0.14.1" }, + { name = "cachecontrol", specifier = "==0.14.3" }, { name = "cached-property", specifier = "==2.0.1" }, { name = "certifi", specifier = "==2024.12.14" }, { name = "cffi", specifier = "==1.17.1" }, { name = "chameleon", specifier = "==4.4.4" }, { name = "charset-normalizer", specifier = "==3.4.1" }, { name = "check-manifest", specifier = "==0.50" }, - { name = "click", specifier = "==8.1.7" }, + { name = "click", specifier = "==8.2.1" }, { name = "click-default-group", specifier = "==1.2.4" }, { name = "cmarkgfm", specifier = "==2024.11.20" }, { name = "collective-mockmailhost", specifier = "==3.0.0" }, @@ -36,155 +36,157 @@ constraints = [ { name = "collective-recipe-omelette", specifier = "==2.0.0" }, { name = "collective-recipe-template", specifier = "==2.2" }, { name = "collective-recipe-vscode", specifier = "==0.1.9" }, - { name = "collective-techevent", specifier = "==1.0.0a6" }, + { name = "collective-techevent", specifier = "==1.0.0a8" }, { name = "collective-xmltestreport", specifier = "==2.0.2" }, - { name = "collective-z3cform-datagridfield", specifier = "==3.0.3" }, + { name = "collective-z3cform-datagridfield", specifier = "==3.0.4" }, { name = "colorama", specifier = "==0.4.6" }, { name = "commonmark", specifier = "==0.9.1" }, - { name = "configparser", specifier = "==7.1.0" }, - { name = "coverage", specifier = "==7.6.9" }, - { name = "cryptography", specifier = "==44.0.0" }, - { name = "cssselect", specifier = "==1.2.0" }, + { name = "configparser", specifier = "==7.2.0" }, + { name = "coverage", specifier = "==7.8.2" }, + { name = "cryptography", specifier = "==45.0.4" }, + { name = "cssselect", specifier = "==1.3.0" }, { name = "datetime", specifier = "==5.5" }, - { name = "decorator", specifier = "==5.1.1" }, - { name = "deprecated", specifier = "==1.2.15" }, + { name = "decorator", specifier = "==5.2.1" }, + { name = "deprecated", specifier = "==1.2.18" }, { name = "diazo", specifier = "==2.0.3" }, { name = "distro", specifier = "==1.9.0" }, { name = "documenttemplate", specifier = "==4.6" }, { name = "docutils", marker = "python_full_version == '3.9.*'", specifier = "==0.20.1" }, { name = "docutils", marker = "python_full_version >= '3.10'", specifier = "==0.21.2" }, - { name = "exceptiongroup", specifier = "==1.2.2" }, + { name = "exceptiongroup", specifier = "==1.3.0" }, { name = "extensionclass", specifier = "==6.0" }, - { name = "fancycompleter", specifier = "==0.9.1" }, + { name = "fancycompleter", specifier = "==0.11.1" }, { name = "feedparser", specifier = "==6.0.11" }, - { name = "filelock", specifier = "==3.16.1" }, - { name = "five-customerize", specifier = "==3.0.0" }, - { name = "five-intid", specifier = "==2.0.1" }, - { name = "five-localsitemanager", specifier = "==4.0" }, - { name = "furl", specifier = "==2.1.3" }, + { name = "filelock", specifier = "==3.18.0" }, + { name = "five-customerize", specifier = "==4.0" }, + { name = "five-intid", specifier = "==3.0.1" }, + { name = "five-localsitemanager", specifier = "==5.0" }, + { name = "furl", specifier = "==2.1.4" }, { name = "furo", specifier = "==2024.8.6" }, { name = "future", specifier = "==1.0.0" }, - { name = "gitdb", specifier = "==4.0.11" }, - { name = "gitpython", specifier = "==3.1.43" }, + { name = "gitdb", specifier = "==4.0.12" }, + { name = "gitpython", specifier = "==3.1.44" }, { name = "gunicorn", specifier = "==23.0.0" }, - { name = "h11", specifier = "==0.14.0" }, + { name = "h11", specifier = "==0.16.0" }, { name = "horse-with-no-namespace", specifier = ">=20250408.0" }, { name = "httplib2", specifier = "==0.22.0" }, { name = "i18ndude", specifier = "==6.2.1" }, - { name = "icalendar", specifier = "==6.1.1" }, + { name = "icalendar", specifier = "==6.3.1" }, + { name = "id", specifier = "==1.5.0" }, { name = "idna", specifier = "==3.10" }, { name = "imagesize", specifier = "==1.4.1" }, { name = "importlib-metadata", specifier = "==8.5.0" }, - { name = "importlib-resources", specifier = "==6.4.5" }, + { name = "importlib-resources", specifier = "==6.5.2" }, { name = "incremental", specifier = "==24.7.2" }, - { name = "iniconfig", specifier = "==2.0.0" }, + { name = "iniconfig", specifier = "==2.1.0" }, { name = "jaraco-classes", specifier = "==3.4.0" }, { name = "jaraco-context", specifier = "==6.0.1" }, { name = "jaraco-functools", specifier = "==4.1.0" }, - { name = "jeepney", specifier = "==0.8.0" }, + { name = "jeepney", specifier = "==0.9.0" }, { name = "jinja2", specifier = "==3.1.5" }, - { name = "jsonschema", specifier = "==4.23.0" }, - { name = "jsonschema-specifications", specifier = "==2024.10.1" }, - { name = "keyring", specifier = "==25.5.0" }, + { name = "jsonschema", specifier = "==4.24.0" }, + { name = "jsonschema-specifications", specifier = "==2025.4.1" }, + { name = "keyring", specifier = "==25.6.0" }, + { name = "kitconcept-voltolighttheme", specifier = "==6.2.0" }, { name = "legacy-cgi", specifier = "==2.6.2" }, { name = "lockfile", specifier = "==0.12.2" }, - { name = "lxml", specifier = "==5.3.0" }, - { name = "lxml-html-clean", specifier = "==0.4.1" }, + { name = "lxml", specifier = "==5.4.0" }, + { name = "lxml-html-clean", specifier = "==0.4.2" }, { name = "manuel", specifier = "==1.13.0" }, - { name = "markdown", specifier = "==3.7" }, + { name = "markdown", specifier = "==3.8" }, { name = "markdown-it-py", specifier = "==3.0.0" }, { name = "markupsafe", specifier = "==3.0.2" }, { name = "mdurl", specifier = "==0.1.2" }, { name = "missing", specifier = "==5.0" }, - { name = "mock", specifier = "==5.1.0" }, - { name = "more-itertools", specifier = "==10.5.0" }, - { name = "mr-developer", specifier = "==2.0.2" }, + { name = "mock", specifier = "==5.2.0" }, + { name = "more-itertools", specifier = "==10.6.0" }, + { name = "mr-developer", specifier = "==2.0.3" }, { name = "msgpack", specifier = "==1.1.0" }, { name = "multimapping", specifier = "==5.0" }, { name = "multipart", specifier = "==1.2.1" }, - { name = "mxdev", specifier = "==4.0.3" }, + { name = "mxdev", specifier = "==4.1.0" }, { name = "mypy", specifier = ">=1.15.0" }, { name = "natsort", specifier = "==8.4.0" }, - { name = "nh3", specifier = "==0.2.19" }, + { name = "nh3", specifier = "==0.2.21" }, { name = "nt-svcutils", specifier = "==2.13.0" }, { name = "oauthlib", specifier = "==3.2.2" }, { name = "orderedmultidict", specifier = "==1.0.1" }, { name = "outcome", specifier = "==1.3.0.post0" }, { name = "overrides", specifier = "==7.7.0" }, { name = "packaging", specifier = "==24.2" }, + { name = "pas-plugins-authomatic", specifier = "==2.0.0" }, { name = "paste", specifier = "==3.10.1" }, { name = "pastedeploy", specifier = "==3.1.0" }, - { name = "pdbpp", specifier = "==0.10.3" }, + { name = "pdbpp", specifier = "==0.11.6" }, { name = "pep440", specifier = "==0.1.2" }, { name = "pep517", specifier = "==0.13.1" }, { name = "persistence", specifier = "==5.1" }, { name = "persistent", specifier = "==6.1" }, { name = "piexif", specifier = "==1.1.3" }, - { name = "pillow", specifier = "==11.0.0" }, - { name = "pip", specifier = "==25.0.1" }, - { name = "pkginfo", specifier = "==1.10.0" }, - { name = "plone", specifier = "==6.1.1" }, + { name = "pillow", specifier = "==11.2.1" }, + { name = "pip", specifier = "==25.1.1" }, + { name = "plone", specifier = "==6.1.2" }, { name = "plone-alterego", specifier = "==2.0.1" }, - { name = "plone-api", specifier = "==2.5.0" }, + { name = "plone-api", specifier = "==2.5.2" }, { name = "plone-app-blocks", specifier = "==7.0.1" }, { name = "plone-app-caching", specifier = "==4.1.0" }, - { name = "plone-app-content", specifier = "==4.1.9" }, + { name = "plone-app-content", specifier = "==4.1.10" }, { name = "plone-app-contentlisting", specifier = "==3.0.5" }, { name = "plone-app-contentmenu", specifier = "==3.0.7" }, - { name = "plone-app-contentrules", specifier = "==5.0.6" }, + { name = "plone-app-contentrules", specifier = "==5.0.7" }, { name = "plone-app-contenttypes", specifier = "==4.0.5" }, { name = "plone-app-customerize", specifier = "==2.0.2" }, { name = "plone-app-debugtoolbar", specifier = "==1.4.0" }, - { name = "plone-app-dexterity", specifier = "==4.0.4" }, - { name = "plone-app-discussion", specifier = "==5.0.0" }, + { name = "plone-app-dexterity", specifier = "==4.1.0" }, + { name = "plone-app-discussion", specifier = "==5.2.0" }, { name = "plone-app-drafts", specifier = "==2.0.0" }, - { name = "plone-app-event", specifier = "==5.2.1" }, + { name = "plone-app-event", specifier = "==5.2.2" }, { name = "plone-app-i18n", specifier = "==4.0.1" }, { name = "plone-app-intid", specifier = "==2.0.0" }, - { name = "plone-app-iterate", specifier = "==6.1.0" }, + { name = "plone-app-iterate", specifier = "==6.2.0" }, { name = "plone-app-jquerytools", specifier = "==1.9.5" }, { name = "plone-app-layout", specifier = "==5.0.2" }, { name = "plone-app-linkintegrity", specifier = "==4.0.6" }, - { name = "plone-app-locales", specifier = "==6.0.30" }, + { name = "plone-app-locales", specifier = "==6.0.31" }, { name = "plone-app-lockingbehavior", specifier = "==2.0.2" }, - { name = "plone-app-mosaic", specifier = "==3.2.1" }, - { name = "plone-app-multilingual", specifier = "==8.2.3" }, - { name = "plone-app-portlets", specifier = "==6.0.1" }, + { name = "plone-app-mosaic", specifier = "==3.3.0" }, + { name = "plone-app-multilingual", specifier = "==8.3.0" }, + { name = "plone-app-portlets", specifier = "==6.0.2" }, { name = "plone-app-querystring", specifier = "==2.1.3" }, { name = "plone-app-redirector", specifier = "==3.0.4" }, { name = "plone-app-registry", specifier = "==2.0.6" }, { name = "plone-app-relationfield", specifier = "==4.0.2" }, { name = "plone-app-robotframework", specifier = "==2.1.5" }, - { name = "plone-app-standardtiles", specifier = "==3.2.1" }, + { name = "plone-app-standardtiles", specifier = "==3.2.2" }, { name = "plone-app-testing", specifier = "==7.1.1" }, { name = "plone-app-textfield", specifier = "==3.0.0" }, - { name = "plone-app-theming", specifier = "==5.0.12" }, - { name = "plone-app-tiles", specifier = "==4.0.1" }, - { name = "plone-app-upgrade", specifier = "==3.2.0" }, - { name = "plone-app-users", specifier = "==3.1.1" }, + { name = "plone-app-theming", specifier = "==5.0.13" }, + { name = "plone-app-tiles", specifier = "==4.0.2" }, + { name = "plone-app-upgrade", specifier = "==3.2.2" }, + { name = "plone-app-users", specifier = "==3.1.3" }, { name = "plone-app-uuid", specifier = "==2.2.3" }, { name = "plone-app-versioningbehavior", specifier = "==2.0.4" }, { name = "plone-app-viewletmanager", specifier = "==4.0.4" }, { name = "plone-app-vocabularies", specifier = "==6.0.2" }, { name = "plone-app-widgets", specifier = "==5.0.2" }, { name = "plone-app-workflow", specifier = "==5.0.4" }, - { name = "plone-app-z3cform", specifier = "==4.7.4" }, + { name = "plone-app-z3cform", specifier = "==4.7.8" }, { name = "plone-autoform", specifier = "==2.0.3" }, { name = "plone-autoinclude", specifier = "==2.0.3" }, - { name = "plone-base", specifier = "==2.0.3" }, + { name = "plone-base", specifier = "==3.1.0" }, { name = "plone-batching", specifier = "==2.0.6" }, - { name = "plone-behavior", specifier = "==2.0.1" }, + { name = "plone-behavior", specifier = "==2.0.2" }, { name = "plone-browserlayer", specifier = "==3.0.2" }, { name = "plone-cachepurging", specifier = "==3.0.2" }, { name = "plone-caching", specifier = "==2.0.1" }, - { name = "plone-classicui", specifier = "==1.0.0" }, + { name = "plone-classicui", specifier = "==1.0.1" }, { name = "plone-contentrules", specifier = "==3.0.1" }, { name = "plone-dexterity", specifier = "==3.0.7" }, - { name = "plone-distribution", specifier = "==3.1.1" }, + { name = "plone-distribution", specifier = "==3.2.0" }, { name = "plone-event", specifier = "==2.0.2" }, { name = "plone-exportimport", specifier = "==1.1.0" }, { name = "plone-folder", specifier = "==4.0.1" }, - { name = "plone-formwidget-autocomplete", specifier = "==1.4.1" }, + { name = "plone-formwidget-autocomplete", specifier = "==1.5.0" }, { name = "plone-formwidget-namedfile", specifier = "==3.1.1" }, { name = "plone-formwidget-recurrence", specifier = "==3.0.5" }, { name = "plone-i18n", specifier = "==5.1.0" }, @@ -194,48 +196,49 @@ constraints = [ { name = "plone-keyring", specifier = "==4.0.2" }, { name = "plone-locking", specifier = "==3.0.2" }, { name = "plone-memoize", specifier = "==3.0.3" }, - { name = "plone-namedfile", specifier = "==7.0.1" }, + { name = "plone-namedfile", specifier = "==7.2.0" }, { name = "plone-outputfilters", specifier = "==5.0.4" }, { name = "plone-portlet-collection", specifier = "==4.0.4" }, { name = "plone-portlet-static", specifier = "==4.0.4" }, { name = "plone-portlets", specifier = "==3.0.2" }, - { name = "plone-protect", specifier = "==5.0.3" }, + { name = "plone-protect", specifier = "==5.0.5" }, { name = "plone-recipe-command", specifier = "==1.1" }, { name = "plone-recipe-zeoserver", specifier = "==3.0.4" }, - { name = "plone-recipe-zope2instance", specifier = "==8.0.0" }, + { name = "plone-recipe-zope2instance", specifier = "==8.0.1" }, { name = "plone-registry", specifier = "==2.0.1" }, - { name = "plone-releaser", specifier = "==2.4.1" }, + { name = "plone-releaser", specifier = "==2.5.1" }, { name = "plone-reload", specifier = "==4.0.0" }, { name = "plone-resource", specifier = "==3.0.2" }, { name = "plone-resourceeditor", specifier = "==4.0.1" }, { name = "plone-rest", specifier = "==5.0.0" }, - { name = "plone-restapi", specifier = "==9.13.3" }, + { name = "plone-restapi", specifier = "==9.15.1" }, { name = "plone-rfc822", specifier = "==3.0.1" }, - { name = "plone-scale", specifier = "==4.1.4" }, + { name = "plone-scale", specifier = "==4.2.0" }, { name = "plone-schema", specifier = "==2.0.2" }, { name = "plone-schemaeditor", specifier = "==4.0.11" }, - { name = "plone-session", specifier = "==4.0.4" }, - { name = "plone-staticresources", specifier = "==2.2.5" }, + { name = "plone-session", specifier = "==4.0.5" }, + { name = "plone-staticresources", specifier = "==2.3.0" }, { name = "plone-stringinterp", specifier = "==2.0.2" }, { name = "plone-subrequest", specifier = "==2.0.5" }, { name = "plone-supermodel", specifier = "==2.0.4" }, - { name = "plone-testing", specifier = "==9.0.5" }, + { name = "plone-testing", specifier = "==9.0.6" }, { name = "plone-theme", specifier = "==4.0.3" }, - { name = "plone-tiles", specifier = "==2.3.1" }, + { name = "plone-tiles", specifier = "==3.0.1" }, { name = "plone-transformchain", specifier = "==3.0.1" }, { name = "plone-uuid", specifier = "==2.0.1" }, { name = "plone-versioncheck", specifier = "==1.8.2" }, - { name = "plone-volto", specifier = "==5.0.4" }, - { name = "plone-z3cform", specifier = "==2.0.4" }, - { name = "plonetheme-barceloneta", specifier = "==3.2.3" }, - { name = "pluggy", specifier = "==1.5.0" }, + { name = "plone-volto", specifier = "==5.2.0" }, + { name = "plone-z3cform", specifier = "==2.0.5" }, + { name = "plonegovbr-socialmedia", specifier = ">=2.0.0a6" }, + { name = "plonetheme-barceloneta", specifier = "==3.3.0" }, + { name = "pluggy", specifier = "==1.6.0" }, { name = "products-btreefolder2", specifier = "==5.1" }, { name = "products-cmfcore", specifier = "==3.7" }, { name = "products-cmfdifftool", specifier = "==4.0.4" }, { name = "products-cmfdynamicviewfti", specifier = "==7.0.2" }, { name = "products-cmfeditions", specifier = "==4.0.5" }, { name = "products-cmfplacefulworkflow", specifier = "==3.0.5" }, - { name = "products-cmfplone", specifier = "==6.1.1" }, + { name = "products-cmfplone", specifier = "==6.1.2" }, { name = "products-cmfuid", specifier = "==4.2" }, { name = "products-daterecurringindex", specifier = "==3.0.1" }, { name = "products-dcworkflow", specifier = "==3.0" }, @@ -245,14 +248,14 @@ constraints = [ { name = "products-isurlinportal", specifier = "==3.0.0" }, { name = "products-mailhost", specifier = "==6.0" }, { name = "products-mimetypesregistry", specifier = "==3.0.1" }, - { name = "products-pdbdebugmode", specifier = "==2.0" }, + { name = "products-pdbdebugmode", specifier = "==2.1" }, { name = "products-plonepas", specifier = "==8.0.5" }, { name = "products-pluggableauthservice", specifier = "==3.0" }, { name = "products-pluginregistry", specifier = "==2.0" }, { name = "products-portaltransforms", specifier = "==4.1.1" }, - { name = "products-printingmailhost", specifier = "==1.1.7" }, + { name = "products-printingmailhost", specifier = "==1.1.8" }, { name = "products-pythonscripts", specifier = "==5.1" }, - { name = "products-sessions", specifier = "==5.0" }, + { name = "products-sessions", specifier = "==6.0" }, { name = "products-siteerrorlog", specifier = "==6.0" }, { name = "products-standardcachemanagers", specifier = "==5.0" }, { name = "products-statusmessages", specifier = "==5.0.6" }, @@ -260,41 +263,41 @@ constraints = [ { name = "products-zcatalog", specifier = "==7.1" }, { name = "products-zopeversioncontrol", specifier = "==4.1" }, { name = "progress", specifier = "==1.6" }, - { name = "prompt-toolkit", specifier = "==3.0.48" }, + { name = "prompt-toolkit", specifier = "==3.0.51" }, { name = "psycopg2", specifier = "==2.9.10" }, { name = "py", specifier = "==1.11.0" }, { name = "pycparser", specifier = "==2.22" }, - { name = "pygithub", specifier = "==2.5.0" }, + { name = "pygithub", specifier = "==2.6.1" }, { name = "pygments", specifier = "==2.19.1" }, { name = "pyjwt", specifier = "==2.10.1" }, { name = "pynacl", specifier = "==1.5.0" }, - { name = "pyopenssl", specifier = "==24.3.0" }, - { name = "pyparsing", specifier = "==3.2.0" }, + { name = "pyopenssl", specifier = "==25.1.0" }, + { name = "pyparsing", specifier = "==3.2.3" }, { name = "pyproject-hooks", specifier = "==1.2.0" }, - { name = "pyrepl", specifier = "==0.9.0" }, + { name = "pyrepl", specifier = "==0.11.3.post1" }, { name = "pyroma", specifier = "==4.2" }, { name = "pyrsistent", specifier = "==0.20.0" }, { name = "pysocks", specifier = "==1.7.1" }, - { name = "pytest", specifier = "==7.4.4" }, + { name = "pytest", specifier = "==8.4.0" }, { name = "pytest-cov", specifier = "==6.1.1" }, { name = "pytest-plone", specifier = ">=1.0.0a1" }, { name = "python-dateutil", specifier = "==2.9.0.post0" }, - { name = "python-dotenv", specifier = "==1.0.1" }, + { name = "python-dotenv", specifier = "==1.1.0" }, { name = "python-gettext", specifier = "==5.0" }, { name = "pytz", specifier = "==2024.2" }, { name = "pywin32-ctypes", marker = "sys_platform == 'win32'", specifier = "==0.2.3" }, { name = "pyyaml", specifier = "==6.0.2" }, { name = "readme-renderer", specifier = "==44.0" }, { name = "record", specifier = "==4.1" }, - { name = "referencing", specifier = "==0.35.1" }, + { name = "referencing", specifier = "==0.36.2" }, { name = "relstorage", specifier = "==4.1.1" }, { name = "repoze-xmliter", specifier = "==1.0b1" }, { name = "requests", specifier = "==2.32.3" }, { name = "requests-toolbelt", specifier = "==1.0.0" }, - { name = "responses", specifier = "==0.25.3" }, + { name = "responses", specifier = "==0.25.7" }, { name = "restrictedpython", specifier = "==8.0" }, { name = "rfc3986", specifier = "==2.0.0" }, - { name = "rich", specifier = "==13.9.4" }, + { name = "rich", specifier = "==14.0.0" }, { name = "robotframework", specifier = "==6.0.2" }, { name = "robotframework-assertion-engine", specifier = "==3.0.3" }, { name = "robotframework-browser", specifier = "==19.3.1" }, @@ -311,11 +314,11 @@ constraints = [ { name = "secretstorage", specifier = "==3.3.3" }, { name = "seedir", specifier = "==0.5.0" }, { name = "selenium", specifier = "==4.9.1" }, - { name = "setuptools", specifier = "==75.8.2" }, + { name = "setuptools", specifier = "==80.9.0" }, { name = "sgmllib3k", specifier = "==1.0.0" }, - { name = "simplejson", specifier = "==3.19.3" }, + { name = "simplejson", specifier = "==3.20.1" }, { name = "six", specifier = "==1.17.0" }, - { name = "smmap", specifier = "==5.0.1" }, + { name = "smmap", specifier = "==5.0.2" }, { name = "sniffio", specifier = "==1.3.1" }, { name = "snowballstemmer", specifier = "==2.2.0" }, { name = "sortedcontainers", specifier = "==2.4.0" }, @@ -329,21 +332,21 @@ constraints = [ { name = "sphinxcontrib-jsmath", specifier = "==1.0.1" }, { name = "sphinxcontrib-qthelp", specifier = "==2.0.0" }, { name = "sphinxcontrib-serializinghtml", specifier = "==2.0.0" }, - { name = "stdlib-list", specifier = "==0.11.0" }, + { name = "stdlib-list", specifier = "==0.11.1" }, { name = "tempstorage", specifier = "==6.0" }, { name = "toml", specifier = "==0.10.2" }, { name = "tomli", specifier = "==2.2.1" }, { name = "towncrier", specifier = "==24.8.0" }, { name = "transaction", specifier = "==5.0" }, - { name = "trio", specifier = "==0.27.0" }, - { name = "trio-websocket", specifier = "==0.11.1" }, - { name = "trove-classifiers", specifier = "==2025.2.18.16" }, - { name = "twine", specifier = "==5.1.1" }, + { name = "trio", specifier = "==0.30.0" }, + { name = "trio-websocket", specifier = "==0.12.2" }, + { name = "trove-classifiers", specifier = "==2025.5.9.12" }, + { name = "twine", specifier = "==6.1.0" }, { name = "types-pyyaml", specifier = "==6.0.12.10" }, { name = "types-toml", specifier = "==0.10.8.5" }, - { name = "typing-extensions", specifier = "==4.12.2" }, - { name = "tzdata", specifier = "==2025.1" }, - { name = "unidecode", specifier = "==1.3.8" }, + { name = "typing-extensions", specifier = "==4.14.0" }, + { name = "tzdata", specifier = "==2025.2" }, + { name = "unidecode", specifier = "==1.4.0" }, { name = "urllib3", specifier = "==2.3.0" }, { name = "urllib3-secure-extra", specifier = "==0.1.0" }, { name = "wadllib", specifier = "==2.0.0" }, @@ -354,36 +357,36 @@ constraints = [ { name = "webob", specifier = "==1.8.9" }, { name = "webresource", specifier = "==1.2" }, { name = "webtest", specifier = "==3.0.3" }, - { name = "wheel", specifier = "==0.45.1" }, + { name = "wheel", specifier = "==0.46.1" }, { name = "wmctrl", specifier = "==0.5" }, - { name = "wrapt", specifier = "==1.17.0" }, + { name = "wrapt", specifier = "==1.17.2" }, { name = "wsgiproxy2", specifier = "==0.5.1" }, { name = "wsproto", specifier = "==1.2.0" }, - { name = "z3c-caching", specifier = "==3.0" }, - { name = "z3c-checkversions", specifier = "==2.1" }, + { name = "z3c-caching", specifier = "==4.0" }, + { name = "z3c-checkversions", specifier = "==3.0" }, { name = "z3c-dependencychecker", specifier = "==2.15" }, - { name = "z3c-form", specifier = "==5.1" }, - { name = "z3c-formwidget-query", specifier = "==2.0.0" }, - { name = "z3c-jbot", specifier = "==2.0" }, - { name = "z3c-objpath", specifier = "==2.0" }, - { name = "z3c-pt", specifier = "==4.4" }, - { name = "z3c-relationfield", specifier = "==2.0.0" }, - { name = "z3c-unconfigure", specifier = "==2.1" }, - { name = "z3c-zcmlhook", specifier = "==2.0" }, - { name = "zc-buildout", specifier = "==4.1.4" }, + { name = "z3c-form", specifier = "==6.0" }, + { name = "z3c-formwidget-query", specifier = "==3.0" }, + { name = "z3c-jbot", specifier = "==3.0" }, + { name = "z3c-objpath", specifier = "==3.0" }, + { name = "z3c-pt", specifier = "==5.0" }, + { name = "z3c-relationfield", specifier = "==3.0" }, + { name = "z3c-unconfigure", specifier = "==3.0" }, + { name = "z3c-zcmlhook", specifier = "==3.0" }, + { name = "zc-buildout", specifier = "==4.1.12" }, { name = "zc-lockfile", specifier = "==3.0.post1" }, - { name = "zc-recipe-egg", specifier = "==2.0.7" }, - { name = "zc-recipe-testrunner", specifier = "==3.1" }, - { name = "zc-relation", specifier = "==2.0" }, + { name = "zc-recipe-egg", specifier = "===3.0.0" }, + { name = "zc-recipe-testrunner", specifier = "==3.2" }, + { name = "zc-relation", specifier = "==2.1" }, { name = "zconfig", specifier = "==4.2" }, - { name = "zdaemon", specifier = "==5.1" }, + { name = "zdaemon", specifier = "==5.2" }, { name = "zeo", specifier = "==6.0.0" }, { name = "zest-pocompile", specifier = "==2.0.0" }, - { name = "zest-releaser", specifier = "==9.5.0" }, + { name = "zest-releaser", specifier = "==9.6.2" }, { name = "zestreleaser-towncrier", specifier = "==1.3.0" }, { name = "zexceptions", specifier = "==5.0" }, { name = "zipp", specifier = "==3.21.0" }, - { name = "zodb", specifier = "==6.0" }, + { name = "zodb", specifier = "==6.0.1" }, { name = "zodb3", specifier = "==3.11.0" }, { name = "zodbpickle", specifier = "==4.1.1" }, { name = "zodbupdate", specifier = "==2.0" }, @@ -397,7 +400,7 @@ constraints = [ { name = "zope-browserresource", specifier = "==5.1" }, { name = "zope-cachedescriptors", specifier = "==5.0" }, { name = "zope-component", specifier = "==6.0" }, - { name = "zope-componentvocabulary", specifier = "==2.3.0" }, + { name = "zope-componentvocabulary", specifier = "==3.0" }, { name = "zope-configuration", specifier = "==6.0" }, { name = "zope-container", specifier = "==6.1" }, { name = "zope-contentprovider", specifier = "==6.0" }, @@ -415,8 +418,8 @@ constraints = [ { name = "zope-i18n", specifier = "==5.2" }, { name = "zope-i18nmessageid", specifier = "==7.0" }, { name = "zope-interface", specifier = "==7.2" }, - { name = "zope-intid", specifier = "==5.0" }, - { name = "zope-keyreference", specifier = "==6.0" }, + { name = "zope-intid", specifier = "==5.1" }, + { name = "zope-keyreference", specifier = "==6.1" }, { name = "zope-lifecycleevent", specifier = "==5.0" }, { name = "zope-location", specifier = "==5.0" }, { name = "zope-mkzeoinstance", specifier = "==6.0" }, @@ -425,8 +428,8 @@ constraints = [ { name = "zope-proxy", specifier = "==6.1" }, { name = "zope-ptresource", specifier = "==5.0" }, { name = "zope-publisher", specifier = "==7.3" }, - { name = "zope-pytestlayer", specifier = "==8.2" }, - { name = "zope-ramcache", specifier = "==3.0" }, + { name = "zope-pytestlayer", specifier = "==8.3" }, + { name = "zope-ramcache", specifier = "==3.1" }, { name = "zope-schema", specifier = "==7.0.1" }, { name = "zope-security", specifier = "==7.3" }, { name = "zope-sendmail", specifier = "==6.2" }, @@ -498,11 +501,11 @@ wheels = [ [[package]] name = "attrs" -version = "24.2.0" +version = "25.3.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/fc/0f/aafca9af9315aee06a89ffde799a10a582fe8de76c563ee80bbcdc08b3fb/attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346", size = 792678 } +sdist = { url = "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz", hash = "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b", size = 812032 } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2", size = 63001 }, + { url = "https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3", size = 63815 }, ] [[package]] @@ -650,14 +653,14 @@ wheels = [ [[package]] name = "click" -version = "8.1.7" +version = "8.2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 } +sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", size = 286342 } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", size = 97941 }, + { url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215 }, ] [[package]] @@ -706,7 +709,7 @@ wheels = [ [[package]] name = "collective-techevent" -version = "1.0.0a6" +version = "1.0.0a8" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "collective-z3cform-datagridfield" }, @@ -716,9 +719,9 @@ dependencies = [ { name = "plonegovbr-socialmedia" }, { name = "products-cmfplone" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d3/57/52f1793e20eaa40dd8444e5fca0232003d82370eb5cec96185f1208f64d3/collective_techevent-1.0.0a6.tar.gz", hash = "sha256:03e47e961b6a0891bdcbf8358394149358ada56615eaf2984d6c751dcd159a57", size = 3537461 } +sdist = { url = "https://files.pythonhosted.org/packages/bc/4c/7f18689a66b9c319cb98540208bb7f11c62676716b4fdd9ca0746cf8c960/collective_techevent-1.0.0a8.tar.gz", hash = "sha256:188da4bde34c7517713cb1e02909b4157481fcdb97d503f35ab3ecb41809fdde", size = 3544599 } wheels = [ - { url = "https://files.pythonhosted.org/packages/33/5c/d9606d6675a4c46c2cb26be41de9096c1c6d9389c98a6f6995c2f185320a/collective_techevent-1.0.0a6-py3-none-any.whl", hash = "sha256:d2f242376a9f56b07d730e3bc59d92b8d4c0378d373b97c172c7f078386d34cd", size = 3583609 }, + { url = "https://files.pythonhosted.org/packages/85/a0/4ecb63965627dd64792b0771e6bef6381c7a636814bb113ed57aa9dccd31/collective_techevent-1.0.0a8-py3-none-any.whl", hash = "sha256:cb50df2b97352a93795eda3f3d974dcf732eb04be9808ec0f5c586a70727ff90", size = 3598955 }, ] [[package]] @@ -765,7 +768,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/40/b2/943899f15dd832e1f [[package]] name = "collective-z3cform-datagridfield" -version = "3.0.3" +version = "3.0.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-app-dexterity" }, @@ -779,9 +782,9 @@ dependencies = [ { name = "setuptools" }, { name = "z3c-form" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2b/69/fb5f0e9828b25fe946b3f65c83e4a8e7618de17252c377b71361ceb5d4a3/collective_z3cform_datagridfield-3.0.3.tar.gz", hash = "sha256:8cd37430680909433fd54c42e2349d5d011877591431af1cb282b7373d27b678", size = 559398 } +sdist = { url = "https://files.pythonhosted.org/packages/28/2c/5875008055ac8183c42a31bdef0f389db069e02e904873a0f49edb07e0b2/collective_z3cform_datagridfield-3.0.4.tar.gz", hash = "sha256:8310c6f69b2fb57b27e37c4b288e6ccacdae2f1ada12fdfda252c59876a5d7cb", size = 566303 } wheels = [ - { url = "https://files.pythonhosted.org/packages/61/b8/362a2394c861c0fa66bd471b68b7a4644000c843a17314e992cc74ffdea5/collective.z3cform.datagridfield-3.0.3-py3-none-any.whl", hash = "sha256:645c2323e638cf275776c5ef66171cc24f785e2950ee2469e090c8c8489499d3", size = 391106 }, + { url = "https://files.pythonhosted.org/packages/44/89/9434bd12e3a644b27e1c3954bb78745a267ed66551bdd68499424ccc2de4/collective.z3cform.datagridfield-3.0.4-py3-none-any.whl", hash = "sha256:c8451e37e171fa2b2ffd7f1f1ded7b14754efbc65cf091f4b9c3d64f73d429f2", size = 391773 }, ] [[package]] @@ -795,29 +798,31 @@ wheels = [ [[package]] name = "coverage" -version = "7.6.9" +version = "7.8.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5b/d2/c25011f4d036cf7e8acbbee07a8e09e9018390aee25ba085596c4b83d510/coverage-7.6.9.tar.gz", hash = "sha256:4a8d8977b0c6ef5aeadcb644da9e69ae0dcfe66ec7f368c89c72e058bd71164d", size = 801710 } +sdist = { url = "https://files.pythonhosted.org/packages/ba/07/998afa4a0ecdf9b1981ae05415dad2d4e7716e1b1f00abbd91691ac09ac9/coverage-7.8.2.tar.gz", hash = "sha256:a886d531373a1f6ff9fad2a2ba4a045b68467b779ae729ee0b3b10ac20033b27", size = 812759 } wheels = [ - { url = "https://files.pythonhosted.org/packages/60/52/b16af8989a2daf0f80a88522bd8e8eed90b5fcbdecf02a6888f3e80f6ba7/coverage-7.6.9-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:99e266ae0b5d15f1ca8d278a668df6f51cc4b854513daab5cae695ed7b721cf8", size = 207325 }, - { url = "https://files.pythonhosted.org/packages/0f/79/6b7826fca8846c1216a113227b9f114ac3e6eacf168b4adcad0cb974aaca/coverage-7.6.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9901d36492009a0a9b94b20e52ebfc8453bf49bb2b27bca2c9706f8b4f5a554a", size = 207563 }, - { url = "https://files.pythonhosted.org/packages/a7/07/0bc73da0ccaf45d0d64ef86d33b7d7fdeef84b4c44bf6b85fb12c215c5a6/coverage-7.6.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abd3e72dd5b97e3af4246cdada7738ef0e608168de952b837b8dd7e90341f015", size = 240580 }, - { url = "https://files.pythonhosted.org/packages/71/8a/9761f409910961647d892454687cedbaccb99aae828f49486734a82ede6e/coverage-7.6.9-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ff74026a461eb0660366fb01c650c1d00f833a086b336bdad7ab00cc952072b3", size = 237613 }, - { url = "https://files.pythonhosted.org/packages/8b/10/ee7d696a17ac94f32f2dbda1e17e730bf798ae9931aec1fc01c1944cd4de/coverage-7.6.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:65dad5a248823a4996724a88eb51d4b31587aa7aa428562dbe459c684e5787ae", size = 239684 }, - { url = "https://files.pythonhosted.org/packages/16/60/aa1066040d3c52fff051243c2d6ccda264da72dc6d199d047624d395b2b2/coverage-7.6.9-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:22be16571504c9ccea919fcedb459d5ab20d41172056206eb2994e2ff06118a4", size = 239112 }, - { url = "https://files.pythonhosted.org/packages/4e/e5/69f35344c6f932ba9028bf168d14a79fedb0dd4849b796d43c81ce75a3c9/coverage-7.6.9-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f957943bc718b87144ecaee70762bc2bc3f1a7a53c7b861103546d3a403f0a6", size = 237428 }, - { url = "https://files.pythonhosted.org/packages/32/20/adc895523c4a28f63441b8ac645abd74f9bdd499d2d175bef5b41fc7f92d/coverage-7.6.9-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0ae1387db4aecb1f485fb70a6c0148c6cdaebb6038f1d40089b1fc84a5db556f", size = 239098 }, - { url = "https://files.pythonhosted.org/packages/a9/a6/e0e74230c9bb3549ec8ffc137cfd16ea5d56e993d6bffed2218bff6187e3/coverage-7.6.9-cp312-cp312-win32.whl", hash = "sha256:1a330812d9cc7ac2182586f6d41b4d0fadf9be9049f350e0efb275c8ee8eb692", size = 209940 }, - { url = "https://files.pythonhosted.org/packages/3e/18/cb5b88349d4aa2f41ec78d65f92ea32572b30b3f55bc2b70e87578b8f434/coverage-7.6.9-cp312-cp312-win_amd64.whl", hash = "sha256:b12c6b18269ca471eedd41c1b6a1065b2f7827508edb9a7ed5555e9a56dcfc97", size = 210726 }, + { url = "https://files.pythonhosted.org/packages/8d/2a/1da1ada2e3044fcd4a3254fb3576e160b8fe5b36d705c8a31f793423f763/coverage-7.8.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:e2f6fe3654468d061942591aef56686131335b7a8325684eda85dacdf311356c", size = 211876 }, + { url = "https://files.pythonhosted.org/packages/70/e9/3d715ffd5b6b17a8be80cd14a8917a002530a99943cc1939ad5bb2aa74b9/coverage-7.8.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:76090fab50610798cc05241bf83b603477c40ee87acd358b66196ab0ca44ffa1", size = 212130 }, + { url = "https://files.pythonhosted.org/packages/a0/02/fdce62bb3c21649abfd91fbdcf041fb99be0d728ff00f3f9d54d97ed683e/coverage-7.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2bd0a0a5054be160777a7920b731a0570284db5142abaaf81bcbb282b8d99279", size = 246176 }, + { url = "https://files.pythonhosted.org/packages/a7/52/decbbed61e03b6ffe85cd0fea360a5e04a5a98a7423f292aae62423b8557/coverage-7.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:da23ce9a3d356d0affe9c7036030b5c8f14556bd970c9b224f9c8205505e3b99", size = 243068 }, + { url = "https://files.pythonhosted.org/packages/38/6c/d0e9c0cce18faef79a52778219a3c6ee8e336437da8eddd4ab3dbd8fadff/coverage-7.8.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c9392773cffeb8d7e042a7b15b82a414011e9d2b5fdbbd3f7e6a6b17d5e21b20", size = 245328 }, + { url = "https://files.pythonhosted.org/packages/f0/70/f703b553a2f6b6c70568c7e398ed0789d47f953d67fbba36a327714a7bca/coverage-7.8.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:876cbfd0b09ce09d81585d266c07a32657beb3eaec896f39484b631555be0fe2", size = 245099 }, + { url = "https://files.pythonhosted.org/packages/ec/fb/4cbb370dedae78460c3aacbdad9d249e853f3bc4ce5ff0e02b1983d03044/coverage-7.8.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3da9b771c98977a13fbc3830f6caa85cae6c9c83911d24cb2d218e9394259c57", size = 243314 }, + { url = "https://files.pythonhosted.org/packages/39/9f/1afbb2cb9c8699b8bc38afdce00a3b4644904e6a38c7bf9005386c9305ec/coverage-7.8.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:9a990f6510b3292686713bfef26d0049cd63b9c7bb17e0864f133cbfd2e6167f", size = 244489 }, + { url = "https://files.pythonhosted.org/packages/79/fa/f3e7ec7d220bff14aba7a4786ae47043770cbdceeea1803083059c878837/coverage-7.8.2-cp312-cp312-win32.whl", hash = "sha256:bf8111cddd0f2b54d34e96613e7fbdd59a673f0cf5574b61134ae75b6f5a33b8", size = 214366 }, + { url = "https://files.pythonhosted.org/packages/54/aa/9cbeade19b7e8e853e7ffc261df885d66bf3a782c71cba06c17df271f9e6/coverage-7.8.2-cp312-cp312-win_amd64.whl", hash = "sha256:86a323a275e9e44cdf228af9b71c5030861d4d2610886ab920d9945672a81223", size = 215165 }, + { url = "https://files.pythonhosted.org/packages/c4/73/e2528bf1237d2448f882bbebaec5c3500ef07301816c5c63464b9da4d88a/coverage-7.8.2-cp312-cp312-win_arm64.whl", hash = "sha256:820157de3a589e992689ffcda8639fbabb313b323d26388d02e154164c57b07f", size = 213548 }, + { url = "https://files.pythonhosted.org/packages/a0/1a/0b9c32220ad694d66062f571cc5cedfa9997b64a591e8a500bb63de1bd40/coverage-7.8.2-py3-none-any.whl", hash = "sha256:726f32ee3713f7359696331a18daf0c3b3a70bb0ae71141b9d3c52be7c595e32", size = 203623 }, ] [[package]] name = "cssselect" -version = "1.2.0" +version = "1.3.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d1/91/d51202cc41fbfca7fa332f43a5adac4b253962588c7cc5a54824b019081c/cssselect-1.2.0.tar.gz", hash = "sha256:666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc", size = 41423 } +sdist = { url = "https://files.pythonhosted.org/packages/72/0a/c3ea9573b1dc2e151abfe88c7fe0c26d1892fe6ed02d0cdb30f0d57029d5/cssselect-1.3.0.tar.gz", hash = "sha256:57f8a99424cfab289a1b6a816a43075a4b00948c86b4dcf3ef4ee7e15f7ab0c7", size = 42870 } wheels = [ - { url = "https://files.pythonhosted.org/packages/06/a9/2da08717a6862c48f1d61ef957a7bba171e7eefa6c0aa0ceb96a140c2a6b/cssselect-1.2.0-py2.py3-none-any.whl", hash = "sha256:da1885f0c10b60c03ed5eccbb6b68d6eff248d91976fcde348f395d54c9fd35e", size = 18687 }, + { url = "https://files.pythonhosted.org/packages/ee/58/257350f7db99b4ae12b614a36256d9cc870d71d9e451e79c2dc3b23d7c3c/cssselect-1.3.0-py3-none-any.whl", hash = "sha256:56d1bf3e198080cc1667e137bc51de9cadfca259f03c2d4e09037b3e01e30f0d", size = 18786 }, ] [[package]] @@ -835,11 +840,11 @@ wheels = [ [[package]] name = "decorator" -version = "5.1.1" +version = "5.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", size = 35016 } +sdist = { url = "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360", size = 56711 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186", size = 9073 }, + { url = "https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl", hash = "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a", size = 9190 }, ] [[package]] @@ -911,7 +916,7 @@ wheels = [ [[package]] name = "five-customerize" -version = "3.0.0" +version = "4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -928,14 +933,14 @@ dependencies = [ { name = "zope-traversing" }, { name = "zope-viewlet" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7a/0b/de7649753a18511ed110b49b0fd3ce61dd3133ee8ab1e70766caedf53054/five.customerize-3.0.0.tar.gz", hash = "sha256:ae132a87fdbbc613428ff00375f3d5a057c72f076fe2fe01d8bd173a031921ac", size = 20019 } +sdist = { url = "https://files.pythonhosted.org/packages/76/82/df7bea823e6f6c5c4c2ffd4b0ec4c8bfd20ec77c513e1dd605a82b848abb/five_customerize-4.0.tar.gz", hash = "sha256:4332b770d7c5e939e5e74f6c43961cfbccd88ae6732d9baa658ace7f939b5834", size = 20520 } wheels = [ - { url = "https://files.pythonhosted.org/packages/30/c2/e2450d9af363ae09fb8e857911797650a0ee978b49782338383d22b27b0d/five.customerize-3.0.0-py3-none-any.whl", hash = "sha256:ad8948b41532678bb9b75ee9e7e6a7be1c7ed985454c8fdd2a0d38e6eb5d3d7f", size = 20831 }, + { url = "https://files.pythonhosted.org/packages/35/88/cce0b043ac80e25ba5d72d3fd65a404386657063dab23d0ccfe83b7897e5/five.customerize-4.0-py3-none-any.whl", hash = "sha256:0aea2c15d70f0062e77246b637c6f5f10a356ab6ab41200f7bff295db54cba4b", size = 20096 }, ] [[package]] name = "five-intid" -version = "2.0.1" +version = "3.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "accesscontrol" }, @@ -954,14 +959,14 @@ dependencies = [ { name = "zope-lifecycleevent" }, { name = "zope-location" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/59/4b/21e1f39f90c9630a1212c599588ea25656e6936d209bc914a1f12808c327/five_intid-2.0.1.tar.gz", hash = "sha256:f353fdeed5e53a17a7f381dc814b5c6ba0355170ca98078e73ed37a7210c4b76", size = 28000 } +sdist = { url = "https://files.pythonhosted.org/packages/c7/c3/5f294f138ce3dfe64399b3b5b7f3d5b0fa12660aaa9570df52872eec22f7/five_intid-3.0.1.tar.gz", hash = "sha256:d6d5ac57b07f872cf2d41cd17c79720bb94ba76f74b1cb113f5b717fb5aacb91", size = 28125 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/f7/b6a31be52c5c7877d719b764981cf9a7cbbf5776017394f7db1edc01b98d/five_intid-2.0.1-py3-none-any.whl", hash = "sha256:aace4930074926550c51841f1a509c630877ba7ccfe79fb739b72c4b2ce215f6", size = 22509 }, + { url = "https://files.pythonhosted.org/packages/09/2c/4df7b22a712220113b177431fd50054ec12f476fb2123081b4c51cbf3a0e/five_intid-3.0.1-py3-none-any.whl", hash = "sha256:b18be7c3bb1de063f160749f786b44958d07f26d44a881b0e358c80c73a95f23", size = 23858 }, ] [[package]] name = "five-localsitemanager" -version = "4.0" +version = "5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -976,22 +981,22 @@ dependencies = [ { name = "zope-site" }, { name = "zope-testing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bc/c9/b43fc6beb19de76a4e665cdc480d9e35a2b75b0e36c339979b9290abbf76/five.localsitemanager-4.0.tar.gz", hash = "sha256:af2da5340c5dc011689b3236160f63faf765b53aa3f1f816b95b954e0a3f5c53", size = 20169 } +sdist = { url = "https://files.pythonhosted.org/packages/7a/30/d5ebbe98c83d42e1f5c4a2bf749d130449c586433a7d3a635b310c555f7f/five_localsitemanager-5.0.tar.gz", hash = "sha256:5cd63f351b93d73dcf471c01d0e4b8e0654cc1d520545664fd7de5fc84a7accc", size = 20795 } wheels = [ - { url = "https://files.pythonhosted.org/packages/99/e8/15f1ad1b722220a3e07440e6709d9a4280c920016bdb989b5050f6471bb3/five.localsitemanager-4.0-py3-none-any.whl", hash = "sha256:74fab4e7ec39377f3f9f5803ce4dd6cededa4999a2e8715e8247411068c087aa", size = 19421 }, + { url = "https://files.pythonhosted.org/packages/98/68/b7e20eda22b5f1ea83854869c40299810e012d09412a4cdcf36519a82646/five.localsitemanager-5.0-py3-none-any.whl", hash = "sha256:c6e0f420a018be5453be264ce8ce560ffbc953d0174db1e9ae017735214131e9", size = 18819 }, ] [[package]] name = "furl" -version = "2.1.3" +version = "2.1.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "orderedmultidict" }, { name = "six" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2a/0a/31a43d63d25f045b88fe7d3267e9ec3ce3820572205a9342c1cdf2ad2ca3/furl-2.1.3.tar.gz", hash = "sha256:5a6188fe2666c484a12159c18be97a1977a71d632ef5bb867ef15f54af39cc4e", size = 44223 } +sdist = { url = "https://files.pythonhosted.org/packages/53/e4/203a76fa2ef46cdb0a618295cc115220cbb874229d4d8721068335eb87f0/furl-2.1.4.tar.gz", hash = "sha256:877657501266c929269739fb5f5980534a41abd6bbabcb367c136d1d3b2a6015", size = 57526 } wheels = [ - { url = "https://files.pythonhosted.org/packages/41/ef/a572e03144d18842c480bd25165ec50ddc20b1744b2aeaaae4408a281f6f/furl-2.1.3-py2.py3-none-any.whl", hash = "sha256:9ab425062c4217f9802508e45feb4a83e54324273ac4b202f1850363309666c0", size = 20880 }, + { url = "https://files.pythonhosted.org/packages/61/8c/dce3b1b7593858eba995b2dfdb833f872c7f863e3da92aab7128a6b11af4/furl-2.1.4-py2.py3-none-any.whl", hash = "sha256:da34d0b34e53ffe2d2e6851a7085a05d96922b5b578620a37377ff1dbeeb11c8", size = 27550 }, ] [[package]] @@ -1047,11 +1052,11 @@ wheels = [ [[package]] name = "h11" -version = "0.14.0" +version = "0.16.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 } +sdist = { url = "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963/h11-0.16.0.tar.gz", hash = "sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1", size = 101250 } wheels = [ - { url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 }, + { url = "https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl", hash = "sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86", size = 37515 }, ] [[package]] @@ -1080,15 +1085,15 @@ wheels = [ [[package]] name = "icalendar" -version = "6.1.1" +version = "6.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "python-dateutil" }, { name = "tzdata" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fd/b3/8fcd017f8fbaf5c3b8cd1e21dcc3f12158ce08c577b426c3c8eb21373656/icalendar-6.1.1.tar.gz", hash = "sha256:2c44355a8f006de5ae73fa3f022a1cbe2a0de6b1607ce8879739eb887c4f3471", size = 145256 } +sdist = { url = "https://files.pythonhosted.org/packages/08/13/e5899c916dcf1343ea65823eb7278d3e1a1d679f383f6409380594b5f322/icalendar-6.3.1.tar.gz", hash = "sha256:a697ce7b678072941e519f2745704fc29d78ef92a2dc53d9108ba6a04aeba466", size = 177169 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/cd/a1656e6db3cbb31335d1e62bb94733ad3744d51c63103196d684ed94fa27/icalendar-6.1.1-py3-none-any.whl", hash = "sha256:accf3a4be9a1f89bad00e0bf14103b02cd9b02dcb9b4258eb717f39d24cf58e9", size = 200629 }, + { url = "https://files.pythonhosted.org/packages/6c/25/b5fc00e85d2dfaf5c806ac8b5f1de072fa11630c5b15b4ae5bbc228abd51/icalendar-6.3.1-py3-none-any.whl", hash = "sha256:7ea1d1b212df685353f74cdc6ec9646bf42fa557d1746ea645ce8779fdfbecdd", size = 242349 }, ] [[package]] @@ -1102,16 +1107,16 @@ wheels = [ [[package]] name = "iniconfig" -version = "2.0.0" +version = "2.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", size = 4646 } +sdist = { url = "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7", size = 4793 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", size = 5892 }, + { url = "https://files.pythonhosted.org/packages/2c/e1/e6716421ea10d38022b952c159d5161ca1193197fb744506875fbb87ea7b/iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760", size = 6050 }, ] [[package]] name = "jsonschema" -version = "4.23.0" +version = "4.24.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -1119,21 +1124,21 @@ dependencies = [ { name = "referencing" }, { name = "rpds-py" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4", size = 325778 } +sdist = { url = "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196", size = 353480 } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566", size = 88462 }, + { url = "https://files.pythonhosted.org/packages/a2/3d/023389198f69c722d039351050738d6755376c8fd343e91dc493ea485905/jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d", size = 88709 }, ] [[package]] name = "jsonschema-specifications" -version = "2024.10.1" +version = "2025.4.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "referencing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272", size = 15561 } +sdist = { url = "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz", hash = "sha256:630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608", size = 15513 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf", size = 18459 }, + { url = "https://files.pythonhosted.org/packages/01/0e/b27cdbaccf30b890c40ed1da9fd4a3593a5cf94dae54fb34f8a4b74fcd3f/jsonschema_specifications-2025.4.1-py3-none-any.whl", hash = "sha256:4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af", size = 18437 }, ] [[package]] @@ -1154,27 +1159,27 @@ wheels = [ [[package]] name = "lxml" -version = "5.3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz", hash = "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f", size = 3679318 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/6d/d1f1c5e40c64bf62afd7a3f9b34ce18a586a1cccbf71e783cd0a6d8e8971/lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:e99f5507401436fdcc85036a2e7dc2e28d962550afe1cbfc07c40e454256a859", size = 8171753 }, - { url = "https://files.pythonhosted.org/packages/bd/83/26b1864921869784355459f374896dcf8b44d4af3b15d7697e9156cb2de9/lxml-5.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:384aacddf2e5813a36495233b64cb96b1949da72bef933918ba5c84e06af8f0e", size = 4441955 }, - { url = "https://files.pythonhosted.org/packages/e0/d2/e9bff9fb359226c25cda3538f664f54f2804f4b37b0d7c944639e1a51f69/lxml-5.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:874a216bf6afaf97c263b56371434e47e2c652d215788396f60477540298218f", size = 5050778 }, - { url = "https://files.pythonhosted.org/packages/88/69/6972bfafa8cd3ddc8562b126dd607011e218e17be313a8b1b9cc5a0ee876/lxml-5.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65ab5685d56914b9a2a34d67dd5488b83213d680b0c5d10b47f81da5a16b0b0e", size = 4748628 }, - { url = "https://files.pythonhosted.org/packages/5d/ea/a6523c7c7f6dc755a6eed3d2f6d6646617cad4d3d6d8ce4ed71bfd2362c8/lxml-5.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aac0bbd3e8dd2d9c45ceb82249e8bdd3ac99131a32b4d35c8af3cc9db1657179", size = 5322215 }, - { url = "https://files.pythonhosted.org/packages/99/37/396fbd24a70f62b31d988e4500f2068c7f3fd399d2fd45257d13eab51a6f/lxml-5.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b369d3db3c22ed14c75ccd5af429086f166a19627e84a8fdade3f8f31426e52a", size = 4813963 }, - { url = "https://files.pythonhosted.org/packages/09/91/e6136f17459a11ce1757df864b213efbeab7adcb2efa63efb1b846ab6723/lxml-5.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c24037349665434f375645fa9d1f5304800cec574d0310f618490c871fd902b3", size = 4923353 }, - { url = "https://files.pythonhosted.org/packages/1d/7c/2eeecf87c9a1fca4f84f991067c693e67340f2b7127fc3eca8fa29d75ee3/lxml-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:62d172f358f33a26d6b41b28c170c63886742f5b6772a42b59b4f0fa10526cb1", size = 4740541 }, - { url = "https://files.pythonhosted.org/packages/3b/ed/4c38ba58defca84f5f0d0ac2480fdcd99fc7ae4b28fc417c93640a6949ae/lxml-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:c1f794c02903c2824fccce5b20c339a1a14b114e83b306ff11b597c5f71a1c8d", size = 5346504 }, - { url = "https://files.pythonhosted.org/packages/a5/22/bbd3995437e5745cb4c2b5d89088d70ab19d4feabf8a27a24cecb9745464/lxml-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:5d6a6972b93c426ace71e0be9a6f4b2cfae9b1baed2eed2006076a746692288c", size = 4898077 }, - { url = "https://files.pythonhosted.org/packages/0a/6e/94537acfb5b8f18235d13186d247bca478fea5e87d224644e0fe907df976/lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:3879cc6ce938ff4eb4900d901ed63555c778731a96365e53fadb36437a131a99", size = 4946543 }, - { url = "https://files.pythonhosted.org/packages/8d/e8/4b15df533fe8e8d53363b23a41df9be907330e1fa28c7ca36893fad338ee/lxml-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:74068c601baff6ff021c70f0935b0c7bc528baa8ea210c202e03757c68c5a4ff", size = 4816841 }, - { url = "https://files.pythonhosted.org/packages/1a/e7/03f390ea37d1acda50bc538feb5b2bda6745b25731e4e76ab48fae7106bf/lxml-5.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:ecd4ad8453ac17bc7ba3868371bffb46f628161ad0eefbd0a855d2c8c32dd81a", size = 5417341 }, - { url = "https://files.pythonhosted.org/packages/ea/99/d1133ab4c250da85a883c3b60249d3d3e7c64f24faff494cf0fd23f91e80/lxml-5.3.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7e2f58095acc211eb9d8b5771bf04df9ff37d6b87618d1cbf85f92399c98dae8", size = 5327539 }, - { url = "https://files.pythonhosted.org/packages/7d/ed/e6276c8d9668028213df01f598f385b05b55a4e1b4662ee12ef05dab35aa/lxml-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e63601ad5cd8f860aa99d109889b5ac34de571c7ee902d6812d5d9ddcc77fa7d", size = 5012542 }, - { url = "https://files.pythonhosted.org/packages/36/88/684d4e800f5aa28df2a991a6a622783fb73cf0e46235cfa690f9776f032e/lxml-5.3.0-cp312-cp312-win32.whl", hash = "sha256:17e8d968d04a37c50ad9c456a286b525d78c4a1c15dd53aa46c1d8e06bf6fa30", size = 3486454 }, - { url = "https://files.pythonhosted.org/packages/fc/82/ace5a5676051e60355bd8fb945df7b1ba4f4fb8447f2010fb816bfd57724/lxml-5.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:c1a69e58a6bb2de65902051d57fde951febad631a20a64572677a1052690482f", size = 3816857 }, +version = "5.4.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f/lxml-5.4.0.tar.gz", hash = "sha256:d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd", size = 3679479 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f8/4c/d101ace719ca6a4ec043eb516fcfcb1b396a9fccc4fcd9ef593df34ba0d5/lxml-5.4.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b5aff6f3e818e6bdbbb38e5967520f174b18f539c2b9de867b1e7fde6f8d95a4", size = 8127392 }, + { url = "https://files.pythonhosted.org/packages/11/84/beddae0cec4dd9ddf46abf156f0af451c13019a0fa25d7445b655ba5ccb7/lxml-5.4.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:942a5d73f739ad7c452bf739a62a0f83e2578afd6b8e5406308731f4ce78b16d", size = 4415103 }, + { url = "https://files.pythonhosted.org/packages/d0/25/d0d93a4e763f0462cccd2b8a665bf1e4343dd788c76dcfefa289d46a38a9/lxml-5.4.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:460508a4b07364d6abf53acaa0a90b6d370fafde5693ef37602566613a9b0779", size = 5024224 }, + { url = "https://files.pythonhosted.org/packages/31/ce/1df18fb8f7946e7f3388af378b1f34fcf253b94b9feedb2cec5969da8012/lxml-5.4.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:529024ab3a505fed78fe3cc5ddc079464e709f6c892733e3f5842007cec8ac6e", size = 4769913 }, + { url = "https://files.pythonhosted.org/packages/4e/62/f4a6c60ae7c40d43657f552f3045df05118636be1165b906d3423790447f/lxml-5.4.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7ca56ebc2c474e8f3d5761debfd9283b8b18c76c4fc0967b74aeafba1f5647f9", size = 5290441 }, + { url = "https://files.pythonhosted.org/packages/9e/aa/04f00009e1e3a77838c7fc948f161b5d2d5de1136b2b81c712a263829ea4/lxml-5.4.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a81e1196f0a5b4167a8dafe3a66aa67c4addac1b22dc47947abd5d5c7a3f24b5", size = 4820165 }, + { url = "https://files.pythonhosted.org/packages/c9/1f/e0b2f61fa2404bf0f1fdf1898377e5bd1b74cc9b2cf2c6ba8509b8f27990/lxml-5.4.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00b8686694423ddae324cf614e1b9659c2edb754de617703c3d29ff568448df5", size = 4932580 }, + { url = "https://files.pythonhosted.org/packages/24/a2/8263f351b4ffe0ed3e32ea7b7830f845c795349034f912f490180d88a877/lxml-5.4.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:c5681160758d3f6ac5b4fea370495c48aac0989d6a0f01bb9a72ad8ef5ab75c4", size = 4759493 }, + { url = "https://files.pythonhosted.org/packages/05/00/41db052f279995c0e35c79d0f0fc9f8122d5b5e9630139c592a0b58c71b4/lxml-5.4.0-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:2dc191e60425ad70e75a68c9fd90ab284df64d9cd410ba8d2b641c0c45bc006e", size = 5324679 }, + { url = "https://files.pythonhosted.org/packages/1d/be/ee99e6314cdef4587617d3b3b745f9356d9b7dd12a9663c5f3b5734b64ba/lxml-5.4.0-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:67f779374c6b9753ae0a0195a892a1c234ce8416e4448fe1e9f34746482070a7", size = 4890691 }, + { url = "https://files.pythonhosted.org/packages/ad/36/239820114bf1d71f38f12208b9c58dec033cbcf80101cde006b9bde5cffd/lxml-5.4.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:79d5bfa9c1b455336f52343130b2067164040604e41f6dc4d8313867ed540079", size = 4955075 }, + { url = "https://files.pythonhosted.org/packages/d4/e1/1b795cc0b174efc9e13dbd078a9ff79a58728a033142bc6d70a1ee8fc34d/lxml-5.4.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3d3c30ba1c9b48c68489dc1829a6eede9873f52edca1dda900066542528d6b20", size = 4838680 }, + { url = "https://files.pythonhosted.org/packages/72/48/3c198455ca108cec5ae3662ae8acd7fd99476812fd712bb17f1b39a0b589/lxml-5.4.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1af80c6316ae68aded77e91cd9d80648f7dd40406cef73df841aa3c36f6907c8", size = 5391253 }, + { url = "https://files.pythonhosted.org/packages/d6/10/5bf51858971c51ec96cfc13e800a9951f3fd501686f4c18d7d84fe2d6352/lxml-5.4.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:4d885698f5019abe0de3d352caf9466d5de2baded00a06ef3f1216c1a58ae78f", size = 5261651 }, + { url = "https://files.pythonhosted.org/packages/2b/11/06710dd809205377da380546f91d2ac94bad9ff735a72b64ec029f706c85/lxml-5.4.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:aea53d51859b6c64e7c51d522c03cc2c48b9b5d6172126854cc7f01aa11f52bc", size = 5024315 }, + { url = "https://files.pythonhosted.org/packages/f5/b0/15b6217834b5e3a59ebf7f53125e08e318030e8cc0d7310355e6edac98ef/lxml-5.4.0-cp312-cp312-win32.whl", hash = "sha256:d90b729fd2732df28130c064aac9bb8aff14ba20baa4aee7bd0795ff1187545f", size = 3486149 }, + { url = "https://files.pythonhosted.org/packages/91/1e/05ddcb57ad2f3069101611bd5f5084157d90861a2ef460bf42f45cced944/lxml-5.4.0-cp312-cp312-win_amd64.whl", hash = "sha256:1dc4ca99e89c335a7ed47d38964abcb36c5910790f9bd106f2a8fa2ee0b909d2", size = 3817095 }, ] [package.optional-dependencies] @@ -1184,23 +1189,23 @@ cssselect = [ [[package]] name = "lxml-html-clean" -version = "0.4.1" +version = "0.4.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/81/f2/fe319e3c5cb505a361b95d1e0d0d793fe28d4dcc2fc39d3cae9324dc4233/lxml_html_clean-0.4.1.tar.gz", hash = "sha256:40c838bbcf1fc72ba4ce811fbb3135913017b27820d7c16e8bc412ae1d8bc00b", size = 21378 } +sdist = { url = "https://files.pythonhosted.org/packages/79/b6/466e71db127950fb8d172026a8f0a9f0dc6f64c8e78e2ca79f252e5790b8/lxml_html_clean-0.4.2.tar.gz", hash = "sha256:91291e7b5db95430abf461bc53440964d58e06cc468950f9e47db64976cebcb3", size = 21622 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f7/ba/2af7a60b45bf21375e111c1e2d5d721108d06c80e3d9a3cc1d767afe1731/lxml_html_clean-0.4.1-py3-none-any.whl", hash = "sha256:b704f2757e61d793b1c08bf5ad69e4c0b68d6696f4c3c1429982caf90050bcaf", size = 14114 }, + { url = "https://files.pythonhosted.org/packages/4e/0b/942cb7278d6caad79343ad2ddd636ed204a47909b969d19114a3097f5aa3/lxml_html_clean-0.4.2-py3-none-any.whl", hash = "sha256:74ccfba277adcfea87a1e9294f47dd86b05d65b4da7c5b07966e3d5f3be8a505", size = 14184 }, ] [[package]] name = "markdown" -version = "3.7" +version = "3.8" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/54/28/3af612670f82f4c056911fbbbb42760255801b3068c48de792d354ff4472/markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2", size = 357086 } +sdist = { url = "https://files.pythonhosted.org/packages/2f/15/222b423b0b88689c266d9eac4e61396fe2cc53464459d6a37618ac863b24/markdown-3.8.tar.gz", hash = "sha256:7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f", size = 360906 } wheels = [ - { url = "https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803", size = 106349 }, + { url = "https://files.pythonhosted.org/packages/51/3f/afe76f8e2246ffbc867440cbcf90525264df0e658f8a5ca1f872b3f6192a/markdown-3.8-py3-none-any.whl", hash = "sha256:794a929b79c5af141ef5ab0f2f642d0f7b1872981250230e72682346f7cc90dc", size = 106210 }, ] [[package]] @@ -1472,21 +1477,21 @@ wheels = [ [[package]] name = "pillow" -version = "11.0.0" +version = "11.2.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a5/26/0d95c04c868f6bdb0c447e3ee2de5564411845e36a858cfd63766bc7b563/pillow-11.0.0.tar.gz", hash = "sha256:72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739", size = 46737780 } +sdist = { url = "https://files.pythonhosted.org/packages/af/cb/bb5c01fcd2a69335b86c22142b2bccfc3464087efb7fd382eee5ffc7fdf7/pillow-11.2.1.tar.gz", hash = "sha256:a64dd61998416367b7ef979b73d3a85853ba9bec4c2925f74e588879a58716b6", size = 47026707 } wheels = [ - { url = "https://files.pythonhosted.org/packages/1c/a3/26e606ff0b2daaf120543e537311fa3ae2eb6bf061490e4fea51771540be/pillow-11.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d2c0a187a92a1cb5ef2c8ed5412dd8d4334272617f532d4ad4de31e0495bd923", size = 3147642 }, - { url = "https://files.pythonhosted.org/packages/4f/d5/1caabedd8863526a6cfa44ee7a833bd97f945dc1d56824d6d76e11731939/pillow-11.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:084a07ef0821cfe4858fe86652fffac8e187b6ae677e9906e192aafcc1b69903", size = 2978999 }, - { url = "https://files.pythonhosted.org/packages/d9/ff/5a45000826a1aa1ac6874b3ec5a856474821a1b59d838c4f6ce2ee518fe9/pillow-11.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8069c5179902dcdce0be9bfc8235347fdbac249d23bd90514b7a47a72d9fecf4", size = 4196794 }, - { url = "https://files.pythonhosted.org/packages/9d/21/84c9f287d17180f26263b5f5c8fb201de0f88b1afddf8a2597a5c9fe787f/pillow-11.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f02541ef64077f22bf4924f225c0fd1248c168f86e4b7abdedd87d6ebaceab0f", size = 4300762 }, - { url = "https://files.pythonhosted.org/packages/84/39/63fb87cd07cc541438b448b1fed467c4d687ad18aa786a7f8e67b255d1aa/pillow-11.0.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:fcb4621042ac4b7865c179bb972ed0da0218a076dc1820ffc48b1d74c1e37fe9", size = 4210468 }, - { url = "https://files.pythonhosted.org/packages/7f/42/6e0f2c2d5c60f499aa29be14f860dd4539de322cd8fb84ee01553493fb4d/pillow-11.0.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:00177a63030d612148e659b55ba99527803288cea7c75fb05766ab7981a8c1b7", size = 4381824 }, - { url = "https://files.pythonhosted.org/packages/31/69/1ef0fb9d2f8d2d114db982b78ca4eeb9db9a29f7477821e160b8c1253f67/pillow-11.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8853a3bf12afddfdf15f57c4b02d7ded92c7a75a5d7331d19f4f9572a89c17e6", size = 4296436 }, - { url = "https://files.pythonhosted.org/packages/44/ea/dad2818c675c44f6012289a7c4f46068c548768bc6c7f4e8c4ae5bbbc811/pillow-11.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:3107c66e43bda25359d5ef446f59c497de2b5ed4c7fdba0894f8d6cf3822dafc", size = 4429714 }, - { url = "https://files.pythonhosted.org/packages/af/3a/da80224a6eb15bba7a0dcb2346e2b686bb9bf98378c0b4353cd88e62b171/pillow-11.0.0-cp312-cp312-win32.whl", hash = "sha256:86510e3f5eca0ab87429dd77fafc04693195eec7fd6a137c389c3eeb4cfb77c6", size = 2249631 }, - { url = "https://files.pythonhosted.org/packages/57/97/73f756c338c1d86bb802ee88c3cab015ad7ce4b838f8a24f16b676b1ac7c/pillow-11.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47", size = 2567533 }, - { url = "https://files.pythonhosted.org/packages/0b/30/2b61876e2722374558b871dfbfcbe4e406626d63f4f6ed92e9c8e24cac37/pillow-11.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:27a7860107500d813fcd203b4ea19b04babe79448268403172782754870dac25", size = 2254890 }, + { url = "https://files.pythonhosted.org/packages/c7/40/052610b15a1b8961f52537cc8326ca6a881408bc2bdad0d852edeb6ed33b/pillow-11.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:78afba22027b4accef10dbd5eed84425930ba41b3ea0a86fa8d20baaf19d807f", size = 3190185 }, + { url = "https://files.pythonhosted.org/packages/e5/7e/b86dbd35a5f938632093dc40d1682874c33dcfe832558fc80ca56bfcb774/pillow-11.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:78092232a4ab376a35d68c4e6d5e00dfd73454bd12b230420025fbe178ee3b0b", size = 3030306 }, + { url = "https://files.pythonhosted.org/packages/a4/5c/467a161f9ed53e5eab51a42923c33051bf8d1a2af4626ac04f5166e58e0c/pillow-11.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25a5f306095c6780c52e6bbb6109624b95c5b18e40aab1c3041da3e9e0cd3e2d", size = 4416121 }, + { url = "https://files.pythonhosted.org/packages/62/73/972b7742e38ae0e2ac76ab137ca6005dcf877480da0d9d61d93b613065b4/pillow-11.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c7b29dbd4281923a2bfe562acb734cee96bbb129e96e6972d315ed9f232bef4", size = 4501707 }, + { url = "https://files.pythonhosted.org/packages/e4/3a/427e4cb0b9e177efbc1a84798ed20498c4f233abde003c06d2650a6d60cb/pillow-11.2.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:3e645b020f3209a0181a418bffe7b4a93171eef6c4ef6cc20980b30bebf17b7d", size = 4522921 }, + { url = "https://files.pythonhosted.org/packages/fe/7c/d8b1330458e4d2f3f45d9508796d7caf0c0d3764c00c823d10f6f1a3b76d/pillow-11.2.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:b2dbea1012ccb784a65349f57bbc93730b96e85b42e9bf7b01ef40443db720b4", size = 4612523 }, + { url = "https://files.pythonhosted.org/packages/b3/2f/65738384e0b1acf451de5a573d8153fe84103772d139e1e0bdf1596be2ea/pillow-11.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:da3104c57bbd72948d75f6a9389e6727d2ab6333c3617f0a89d72d4940aa0443", size = 4587836 }, + { url = "https://files.pythonhosted.org/packages/6a/c5/e795c9f2ddf3debb2dedd0df889f2fe4b053308bb59a3cc02a0cd144d641/pillow-11.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:598174aef4589af795f66f9caab87ba4ff860ce08cd5bb447c6fc553ffee603c", size = 4669390 }, + { url = "https://files.pythonhosted.org/packages/96/ae/ca0099a3995976a9fce2f423166f7bff9b12244afdc7520f6ed38911539a/pillow-11.2.1-cp312-cp312-win32.whl", hash = "sha256:1d535df14716e7f8776b9e7fee118576d65572b4aad3ed639be9e4fa88a1cad3", size = 2332309 }, + { url = "https://files.pythonhosted.org/packages/7c/18/24bff2ad716257fc03da964c5e8f05d9790a779a8895d6566e493ccf0189/pillow-11.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:14e33b28bf17c7a38eede290f77db7c664e4eb01f7869e37fa98a5aa95978941", size = 2676768 }, + { url = "https://files.pythonhosted.org/packages/da/bb/e8d656c9543276517ee40184aaa39dcb41e683bca121022f9323ae11b39d/pillow-11.2.1-cp312-cp312-win_arm64.whl", hash = "sha256:21e1470ac9e5739ff880c211fc3af01e3ae505859392bf65458c224d0bf283eb", size = 2415087 }, ] [[package]] @@ -1505,7 +1510,7 @@ wheels = [ [[package]] name = "plone-api" -version = "2.5.0" +version = "2.5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -1530,9 +1535,9 @@ dependencies = [ { name = "zope-globalrequest" }, { name = "zope-intid" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/57/57/88ff9a9271c89eaf9c1e9da0fff7a575e755c661ea4e68d576a55ec85cd6/plone_api-2.5.0.tar.gz", hash = "sha256:49b0965c9b5ac073b9d57f5c98aa97a89f14a0e999ec3178743c10e84c4dceb7", size = 127984 } +sdist = { url = "https://files.pythonhosted.org/packages/fc/cd/01a9e49a1eea8da052c39b086958899871269f40fdaad579038479f48b00/plone_api-2.5.2.tar.gz", hash = "sha256:c35c37b5e5a9be4d2a3d852555528fdfc13923c89b72c717d04fe7eefb002ad9", size = 129301 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a6/be/8d26a4efedf40d3ec7886c38c4becb0f9afec0fd1349bd8caa8294936b72/plone_api-2.5.0-py3-none-any.whl", hash = "sha256:4b10a96fbf396dd76f5ed53028b3f87cbbef7993b9abdc9d7de51d94992a3f05", size = 101144 }, + { url = "https://files.pythonhosted.org/packages/b6/37/676d32e75abcf532fd857114b507ca61d8b0b9d27614ec72aaddb7f31152/plone_api-2.5.2-py3-none-any.whl", hash = "sha256:b665fbc454c36efd556e1826451e2c3d011c463622b43dfd18f2b5b7cc408da1", size = 102521 }, ] [[package]] @@ -1571,7 +1576,7 @@ wheels = [ [[package]] name = "plone-app-content" -version = "4.1.9" +version = "4.1.10" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "missing" }, @@ -1598,9 +1603,9 @@ dependencies = [ { name = "zope" }, { name = "zope-browsermenu" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/02/ef/782158455bad28b8d9fa8ff22563ed37bbb0a3a83b3ae016e54a373bf0cf/plone_app_content-4.1.9.tar.gz", hash = "sha256:aeb6fa9922c4a5e34528243f25184797449d1711309fcfe61ef235dc6042fb4a", size = 121969 } +sdist = { url = "https://files.pythonhosted.org/packages/6f/5c/ceb291c1dd02e303ea08613fb2129874de26dd49804905ba8becca9bbff3/plone_app_content-4.1.10.tar.gz", hash = "sha256:b799f85798cd182e8f4c37d784fb629db79a28e60b8bec21b8a33e7632d49e32", size = 122324 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e7/0b/c414627982868623bc691da1dfe59c8bf6680c52a7b055aa5928f1f52e7b/plone.app.content-4.1.9-py3-none-any.whl", hash = "sha256:76d00b8f716f27d23e8ebcee3f6d5e5136cc74f1411cec09960b6eb4e9cd3777", size = 118942 }, + { url = "https://files.pythonhosted.org/packages/c2/95/97ed8dd4cd6852d369842bbf8b316cac0e460488552a8c343ae2ff76fcae/plone_app_content-4.1.10-py3-none-any.whl", hash = "sha256:31203dee71c2a9258f167d82d15c3cafac1a218ff76abdad05d582fffe8c5791", size = 119029 }, ] [[package]] @@ -1644,7 +1649,7 @@ wheels = [ [[package]] name = "plone-app-contentrules" -version = "5.0.6" +version = "5.0.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, @@ -1666,9 +1671,9 @@ dependencies = [ { name = "z3c-form" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/30/c4/eac93115a6ea80388fe74d823729bae4d0db212c4d306db25e215201d021/plone_app_contentrules-5.0.6.tar.gz", hash = "sha256:fb6ca3365aa4b48e0f97cec95bc8884311cc9bb9a3fa2b2bc61f3c97b57499a5", size = 74956 } +sdist = { url = "https://files.pythonhosted.org/packages/4f/25/4202c21b69adb8584d3bd9cf344a5e7b227c36d5fa609ed9dabfd4160695/plone_app_contentrules-5.0.7.tar.gz", hash = "sha256:6258b75076928daf9e34956da448f654e72b4f17ee803d66668d1bf751a8e087", size = 75229 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e5/57/b26265b300435f5236f3fd9d77ed94e9e98045387ffe77c4b294aba9773c/plone.app.contentrules-5.0.6-py3-none-any.whl", hash = "sha256:7ed5e17e885aa0eb89c3e8695a90c6c9539ce0ab235d9819ce7b4a23594b4617", size = 102196 }, + { url = "https://files.pythonhosted.org/packages/1f/5e/90f0815eec261caa234f9dad3ec7e3d54e93f17fe4659fbfc7b2b9c3f474/plone_app_contentrules-5.0.7-py3-none-any.whl", hash = "sha256:b3ea493082706caa8b9d098319adaa8399ca38f89b5720b071e650d5af39b57d", size = 102305 }, ] [[package]] @@ -1746,7 +1751,7 @@ wheels = [ [[package]] name = "plone-app-dexterity" -version = "4.0.4" +version = "4.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, @@ -1781,9 +1786,9 @@ dependencies = [ { name = "zope-dottedname" }, { name = "zope-filerepresentation" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/bf/a2/10ca7300f8abd20e5e08a097a496ded899e06f5bd971bfbb6cafb9b7ee93/plone_app_dexterity-4.0.4.tar.gz", hash = "sha256:136f8622fd30b65cec5c7ecabdb58d37250099e39569d7bc77db332705a48d98", size = 228742 } +sdist = { url = "https://files.pythonhosted.org/packages/47/2f/6e414082bbb25f103d6696672032478bdcb3b6b55853d486314c3e67f365/plone_app_dexterity-4.1.0.tar.gz", hash = "sha256:a236ef178eb77800a9ad17b5568598a745ea361a2aa0fd4c7eca55265158706f", size = 228958 } wheels = [ - { url = "https://files.pythonhosted.org/packages/46/f4/c0110820db72cc4772fd8f09e87758df0df2a0bfc4bf5ee9a23791a7268a/plone_app_dexterity-4.0.4-py3-none-any.whl", hash = "sha256:0fecfd5d09c353d82e6843b2568e2bffb4d1cc8086c87f5dc60b482ccafe5190", size = 131043 }, + { url = "https://files.pythonhosted.org/packages/49/4d/44aa9f7c2f6f823ee06208982febd1a956787386f3a5e9654f408b5d050f/plone_app_dexterity-4.1.0-py3-none-any.whl", hash = "sha256:9cd9b83677e54962d7fc78c796f8f5cc7fd72e3cb66ac62dd594338da9e80e65", size = 131199 }, ] [package.optional-dependencies] @@ -1795,7 +1800,7 @@ relations = [ [[package]] name = "plone-app-discussion" -version = "5.0.0" +version = "5.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-app-event" }, @@ -1818,9 +1823,9 @@ dependencies = [ { name = "z3c-form" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ff/b2/f93593376588aa19bc2d953ddba1c4c848e3cc223fe618e14e17c477082e/plone_app_discussion-5.0.0.tar.gz", hash = "sha256:3b00d9ad21555e5817806d9f460581755320677d4eacc8e5f5c595bd5dca2546", size = 147698 } +sdist = { url = "https://files.pythonhosted.org/packages/58/b4/3ea2c0585d27ad5873ec8f2cd13063e7d62d0aeb6bb851e3c4c509a48d14/plone_app_discussion-5.2.0.tar.gz", hash = "sha256:489f274f52487ac93db702447bf1036c78f04834883b42167ca18733fd1ad045", size = 151044 } wheels = [ - { url = "https://files.pythonhosted.org/packages/61/a1/8008de6276837041bf02c26e4e172206703943512a9b47b9ea3de868fc42/plone.app.discussion-5.0.0-py3-none-any.whl", hash = "sha256:bac8a6f5acb7eb9461489ae3d8629d1b24b393e6ca569d9822f5f4c763704164", size = 133212 }, + { url = "https://files.pythonhosted.org/packages/54/b8/f0029b7515d235899bc81cf6fe3286d204c68b0384f80b5cae52adce6a33/plone_app_discussion-5.2.0-py3-none-any.whl", hash = "sha256:7716ebfe02507708cbaab47e9210e82fe1421d8003b697d12a4b7734fcc9de83", size = 136381 }, ] [package.optional-dependencies] @@ -1842,11 +1847,12 @@ test = [ [[package]] name = "plone-app-event" -version = "5.2.1" +version = "5.2.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "icalendar" }, { name = "plone-app-contentlisting" }, + { name = "plone-app-contentmenu" }, { name = "plone-app-contenttypes" }, { name = "plone-app-dexterity" }, { name = "plone-app-portlets" }, @@ -1880,9 +1886,9 @@ dependencies = [ { name = "z3c-form" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f4/8c/88be0a53d3960454e6d9e5818a9b011807ae21ea1719f50e81fee8b7ee32/plone_app_event-5.2.1.tar.gz", hash = "sha256:d7c5ce7eabe05e7984ebee12020d2329c3f78b30289f9c9d31c99b8567a4c008", size = 176901 } +sdist = { url = "https://files.pythonhosted.org/packages/51/29/69034e4ae91deee7dd24394a8b18c6e41e3babf936ada6ee17cf7431b4cb/plone_app_event-5.2.2.tar.gz", hash = "sha256:64cbec34a27314e2a75eb0c378f5167b6442cd5b911fb5d8504dc0fee9b53c47", size = 177775 } wheels = [ - { url = "https://files.pythonhosted.org/packages/be/40/38f2e2c638300058208f7f73dacb3230f2ee93ce223acbe7349ffc9fcf79/plone.app.event-5.2.1-py3-none-any.whl", hash = "sha256:558ae35c85589223f9e89a0c74321ee732eb707a4cd2584bd277ce9d467d6a94", size = 151810 }, + { url = "https://files.pythonhosted.org/packages/92/3c/b24bcc80acab43c4b49750722b33e9a2e2397fde32146601c4b97e4dd03d/plone_app_event-5.2.2-py3-none-any.whl", hash = "sha256:a5f5d1d98bf64f01ffc264a4369adb2fa206563da5ae2588155908c541ab7a3f", size = 152358 }, ] [[package]] @@ -1919,7 +1925,7 @@ wheels = [ [[package]] name = "plone-app-iterate" -version = "6.1.0" +version = "6.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -1928,6 +1934,7 @@ dependencies = [ { name = "plone-app-relationfield" }, { name = "plone-base" }, { name = "plone-dexterity" }, + { name = "plone-indexer" }, { name = "plone-locking" }, { name = "plone-memoize" }, { name = "plone-registry" }, @@ -1942,9 +1949,9 @@ dependencies = [ { name = "zope" }, { name = "zope-intid" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/00/e4/3d37505920f7c50a8f59b1a785f316813e837191837c3ab29c0f1b7634be/plone_app_iterate-6.1.0.tar.gz", hash = "sha256:35a52d8e1fc9af7bc4d4a7d9e9e22aa84e1458fc50ce53c596a427bbc0c11498", size = 59754 } +sdist = { url = "https://files.pythonhosted.org/packages/5a/62/5251d78d00954ba401145efc1cc1e115c91c78c3399ef93420c569754404/plone_app_iterate-6.2.0.tar.gz", hash = "sha256:01b8bf68e116d77f07b6c6ee28d835ea5fbb0a7db5074d3f2f9f2a92489ed957", size = 60499 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d9/86/b0d3eb0d88cf97d7aa02ba50051b0e9ad49d2242ef9865df95e0f279d555/plone.app.iterate-6.1.0-py3-none-any.whl", hash = "sha256:d000fa14f63fcd227ed508290f1fda549b84966b1deef375727cc02a20a81519", size = 67623 }, + { url = "https://files.pythonhosted.org/packages/b4/c3/9c3183b76534ad02df415cc98c3b942f7561278e2bca77dcd5fa1adc3279/plone_app_iterate-6.2.0-py3-none-any.whl", hash = "sha256:7d849f5ea3ed0ebd5f0225a3c6695f97c2e873b849272e3b9c1fb3d53cb83dc1", size = 68759 }, ] [[package]] @@ -2004,14 +2011,14 @@ wheels = [ [[package]] name = "plone-app-locales" -version = "6.0.30" +version = "6.0.31" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/6a/53/bface7c0c31039a269422cadb88e649ddc8ce668efac987210d84e02acf2/plone_app_locales-6.0.30.tar.gz", hash = "sha256:2af556335afeb5830b102785b41dfad668c5b59d64b6e5cf39d8708a1d0656f7", size = 11433155 } +sdist = { url = "https://files.pythonhosted.org/packages/4c/62/acd5ad465a71dd8302bbacf32bf92eebff6ebcc81172134e97b442fa7bb2/plone_app_locales-6.0.31.tar.gz", hash = "sha256:5773c617860fc457869bc981ab23ad8df7956e892cea7081d77928ca423e5fa5", size = 11436999 } wheels = [ - { url = "https://files.pythonhosted.org/packages/5e/c7/4e6231d5d7a68318902e33e07b5e557dcd72e016324ecab5e84bccde2741/plone_app_locales-6.0.30-py3-none-any.whl", hash = "sha256:c95f1aaeaffa0a628741303c1919558e7d93255ac3bf1d47a3a27f33ae33fca9", size = 11964440 }, + { url = "https://files.pythonhosted.org/packages/33/fa/61d09357307c37b62d70230475fdb8362971154c2d9d3d8d19cbed0dbda0/plone_app_locales-6.0.31-py3-none-any.whl", hash = "sha256:9779b5dab928d28da762a699b87a33a2ea96bde82630a2c3f1953106b37f190b", size = 11971377 }, ] [[package]] @@ -2031,7 +2038,7 @@ wheels = [ [[package]] name = "plone-app-multilingual" -version = "8.2.3" +version = "8.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -2072,14 +2079,14 @@ dependencies = [ { name = "zope-intid" }, { name = "zope-pagetemplate" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/69/ea/38506781b519bb4bef1468b393a320a36b58a9f45aa16ae5e636b357dfd5/plone_app_multilingual-8.2.3.tar.gz", hash = "sha256:946e472b9f46547567183fa5ab71a308aea9d13849954b70df6e4c453d069205", size = 773637 } +sdist = { url = "https://files.pythonhosted.org/packages/0b/36/c518630785b6db981c38f0886170dfe47da164f6e449b7c41cafe5ff8f7f/plone_app_multilingual-8.3.0.tar.gz", hash = "sha256:4a840d1d2ae7922e1b635c69ba43c678c1a1ad75f790d48fa40173c18bd6d978", size = 774597 } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/da/dfb5c243fbfd3139c0538cb74cb7f78cb624af522b579540864e6ff2bb2d/plone_app_multilingual-8.2.3-py3-none-any.whl", hash = "sha256:cb248daa3d220d121251719eae64dec1661614c69ccba7dc376c6abcfc3eeeec", size = 239553 }, + { url = "https://files.pythonhosted.org/packages/f6/b8/2f513706e1a357116404b7c36429ee1304f84396d842f0ad5dddbd51e8b9/plone_app_multilingual-8.3.0-py3-none-any.whl", hash = "sha256:9bca9e53767b81380179c212899c15e36f015da9552d940937e855d7730fcf5d", size = 240123 }, ] [[package]] name = "plone-app-portlets" -version = "6.0.1" +version = "6.0.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -2110,9 +2117,9 @@ dependencies = [ { name = "zope-browser" }, { name = "zope-contentprovider" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ea/b1/6377f9cd1e6d53c3ffa3aab6e6d8fb54efd1441bba93494f724808f09710/plone_app_portlets-6.0.1.tar.gz", hash = "sha256:879cb6beb955d3aa4c9642330977df2c5f2da7ae80c643686eea333e803dcb47", size = 133602 } +sdist = { url = "https://files.pythonhosted.org/packages/62/67/c01a60d82c1050b89afc4b4c1c00aaede6c15b4e102ea9e65f3739eaa245/plone_app_portlets-6.0.2.tar.gz", hash = "sha256:78059c949a5750f88cf34dd56d18dfc238d97eb22e8e14f6c6bd24836eef92bc", size = 133883 } wheels = [ - { url = "https://files.pythonhosted.org/packages/dc/1b/405d1c342bc070ad5e6503532bd4c0848dc72349a53638e38e022d207933/plone.app.portlets-6.0.1-py3-none-any.whl", hash = "sha256:69a6069a3606449a18b18911e5983d94303b7f3f4733808c656aa0c9be87b4e2", size = 144694 }, + { url = "https://files.pythonhosted.org/packages/02/c6/984b3ace7846b519e4c46bd2117b79077aea31a62783e1266a966c0857f1/plone_app_portlets-6.0.2-py3-none-any.whl", hash = "sha256:b042923e7a6887f6f1bf1a6f190657dfa1700e136a4b7034ddef1704ef4ccac3", size = 144861 }, ] [[package]] @@ -2312,7 +2319,7 @@ wheels = [ [[package]] name = "plone-app-theming" -version = "5.0.12" +version = "5.0.13" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "diazo" }, @@ -2335,14 +2342,14 @@ dependencies = [ { name = "setuptools" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/91/e6/d7e2a08e290c350ef71c608fab568abf5b9510c8f036991ede9a8ec276dc/plone_app_theming-5.0.12.tar.gz", hash = "sha256:520e16b409db8bea49bd845c2861af5abec2c75067f27502b946667df6110249", size = 153182 } +sdist = { url = "https://files.pythonhosted.org/packages/72/61/dba4eb4743d94ea8bdefa1a763cb45afb2fbb630562b79e4bf336021d115/plone_app_theming-5.0.13.tar.gz", hash = "sha256:8c930aed5cc3373bf1bc71fede36f275fe93ef7ca74a6c5e0f7d449b36ac06e8", size = 153539 } wheels = [ - { url = "https://files.pythonhosted.org/packages/dd/32/8c9bd3fd3bbcdf23aec6a275aad151a763ae7af62965bcc5f3053be89f13/plone_app_theming-5.0.12-py3-none-any.whl", hash = "sha256:333a15b9314396c11de879484b05ab0d31c695ef46430df9f5dff24efde11eae", size = 125608 }, + { url = "https://files.pythonhosted.org/packages/00/57/6bd7887403a3a9f0c7bf7ad0751daf9bcb43f82367defd5c8652e9b066b0/plone_app_theming-5.0.13-py3-none-any.whl", hash = "sha256:43c87f9a77e2a5582c31d0cf6ac8f0c40c5b6245467247685a164a7722449da5", size = 125710 }, ] [[package]] name = "plone-app-upgrade" -version = "3.2.0" +version = "3.2.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -2364,14 +2371,14 @@ dependencies = [ { name = "zope-component" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b0/6a/77a6fa98e650b1bec26f866b8a3074e8cda35711862fc9fa492e0b854852/plone_app_upgrade-3.2.0.tar.gz", hash = "sha256:4b107389a8267d14e79ddf68eb79930eab63e46dd2e7738585d422c1d8a98235", size = 62891 } +sdist = { url = "https://files.pythonhosted.org/packages/bf/64/d7b7b1bfe5fa80c873e85dba9d9742ec13ad0af5659acccde465ae060349/plone_app_upgrade-3.2.2.tar.gz", hash = "sha256:aa026c06c880ae4f5d7fa72b5d7fa8c7d1f243f2eb5dd0de41fc679c6d70b16d", size = 64133 } wheels = [ - { url = "https://files.pythonhosted.org/packages/90/52/03f27c60f1fa96884928bb647ad715a198a6cfe47f826619cb3ac458c81a/plone_app_upgrade-3.2.0-py3-none-any.whl", hash = "sha256:654db00881698d638ee211f30e7008dc233d4691e5673e7971dc0e019d4eafde", size = 73442 }, + { url = "https://files.pythonhosted.org/packages/a4/28/0df7f039f6a3109306d06933e17fbf748eda2c6b311c6468ef8413bd50b0/plone_app_upgrade-3.2.2-py3-none-any.whl", hash = "sha256:e21c8216e794c8fbc2ad96cf08055c0bf5efae010228ef8088052648506d6b22", size = 74794 }, ] [[package]] name = "plone-app-users" -version = "3.1.1" +version = "3.1.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -2404,9 +2411,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e3/3b/1df1503d704677f13b806b0d6cd949204e41685a1dc75d227c459ef36cb1/plone_app_users-3.1.1.tar.gz", hash = "sha256:8bf60f565da5a515453e50fe9bebd92f4b4ed24bd44db9957e67867535871a41", size = 87028 } +sdist = { url = "https://files.pythonhosted.org/packages/39/69/d48772cb8f1e3b084ea7ed84d6aa9aa1297ad6f32239b740d9e0c57e5d10/plone_app_users-3.1.3.tar.gz", hash = "sha256:dd5b3db59a7d643cfb819c96a9eafb914768635e7461a5e9e6c5bc4eebafa689", size = 87366 } wheels = [ - { url = "https://files.pythonhosted.org/packages/6f/2b/7b7d0400d11145727fb1b8c3b2963cc6ffeb8b43b585dde1be749e3d9159/plone_app_users-3.1.1-py3-none-any.whl", hash = "sha256:5283e62dfdf00ff0957417005881acbfc8b91ce985eb46b766f9f5d8c68ab145", size = 87173 }, + { url = "https://files.pythonhosted.org/packages/d1/df/a063756bfde41b679c499f199c7328ae6ac408288c2761e284710c61ce4f/plone_app_users-3.1.3-py3-none-any.whl", hash = "sha256:11ba6cf55d29dc0fc6b30db163af6afa1c9559413770b5f8e9f16ef4f8f04e1d", size = 87261 }, ] [[package]] @@ -2516,7 +2523,7 @@ wheels = [ [[package]] name = "plone-app-z3cform" -version = "4.7.4" +version = "4.7.8" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-app-contentlisting" }, @@ -2538,9 +2545,9 @@ dependencies = [ { name = "zope-deprecation" }, { name = "zope-globalrequest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ff/8f/753bd78b86d8d01ea7fbfba010ff131912712029892c951e53399750b0d1/plone_app_z3cform-4.7.4.tar.gz", hash = "sha256:adf986bd190b5b78ca8329e8bfecb3fd6061a4c21510da89e29174103089720e", size = 105964 } +sdist = { url = "https://files.pythonhosted.org/packages/70/55/c8a3a874ee96b6165fa56de4eaa3c4a9b7495fad2054a2bf0d7fe87c2b2e/plone_app_z3cform-4.7.8.tar.gz", hash = "sha256:a02c9b18e97ba6c9cb254f85bfb3d504a0e482bf7a588fcf71a3b143b179ceb9", size = 108083 } wheels = [ - { url = "https://files.pythonhosted.org/packages/32/45/dd385698c9769e712c1599db8789ee7031d428d39333fe9a3ed081bd5ab3/plone.app.z3cform-4.7.4-py3-none-any.whl", hash = "sha256:9778243611e0b1d68bdc3ebad394f0082665509051af34fd28fa84a2a46db36c", size = 95060 }, + { url = "https://files.pythonhosted.org/packages/a5/a8/124cf71fe0d3cf463ae429b1ead6b56223d25ab53171492ef8f41730381c/plone.app.z3cform-4.7.8-py3-none-any.whl", hash = "sha256:0e404f432b7a1e241328320900d99db56dec136d975bf10e42d50b651c34faad", size = 96403 }, ] [[package]] @@ -2575,7 +2582,7 @@ wheels = [ [[package]] name = "plone-base" -version = "2.0.3" +version = "3.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-batching" }, @@ -2587,9 +2594,9 @@ dependencies = [ { name = "setuptools" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b4/67/d371de812782ec1dcac7e1f7d45a877c7fbf374152a6035dfb1699ab8e3d/plone_base-2.0.3.tar.gz", hash = "sha256:0906ee5229b4dcd7f806373265568e2c1f47dcd91948cdad6cb1b93bd26303a8", size = 52489 } +sdist = { url = "https://files.pythonhosted.org/packages/bf/dd/6539af0aeb909979c9737281aa0054ba06d0c8ad9ccbb9095600532ca8b0/plone_base-3.1.0.tar.gz", hash = "sha256:66f1cecbbb06e6a620d481892d34be4deffb952d68325c008960c050f5125ef6", size = 53211 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f2/d2/a373d5046f8e6c97813a5d04f20f31b0adb5c96095c8b69782bdaed8d988/plone_base-2.0.3-py3-none-any.whl", hash = "sha256:66edecb9fbd8a0b853c9a637aeef13ad1c08d033cd49858b8f78df0a6c11de91", size = 57192 }, + { url = "https://files.pythonhosted.org/packages/0c/dd/124f72d352af7a1fede3789c877120fa92a675eb2b8a3a0735c7eb96ce53/plone_base-3.1.0-py3-none-any.whl", hash = "sha256:e033e3d61514f25530a8823e95ba9a91478f0ec3f9bee1a54f988d1cf9fbb977", size = 57737 }, ] [[package]] @@ -2610,7 +2617,7 @@ wheels = [ [[package]] name = "plone-behavior" -version = "2.0.1" +version = "2.0.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -2620,9 +2627,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8c/12/6405b8e23561a23eaec78a62fedc13ae276b3eae90fe1ca1bd62f9615230/plone.behavior-2.0.1.tar.gz", hash = "sha256:abad04798d1f6f1a5e67e5b51f4169640db50210fa81223e87a45c7d47544aba", size = 27814 } +sdist = { url = "https://files.pythonhosted.org/packages/71/c1/118e9dfdf0d4bc3c83d9c5713098299b5c9c4cb2d01ac214171c8a271d21/plone_behavior-2.0.2.tar.gz", hash = "sha256:22ad0a7a78360ec80c05309ddabfb1b71169e863dc59ce19f7830ba08e6f03cb", size = 28193 } wheels = [ - { url = "https://files.pythonhosted.org/packages/70/a2/c1bc62639a25f0e96f8787cb5f05040d606a9c4a43f9f09e9c3877dbb502/plone.behavior-2.0.1-py3-none-any.whl", hash = "sha256:2befc5c45a0a645bbc07dd56ac248a2b384fb0dee0390e010b3158fcfebb20f7", size = 24049 }, + { url = "https://files.pythonhosted.org/packages/13/8e/5593e1658680d714982859915bade4c9924c0175dd9a0fdd32f7ff04127b/plone_behavior-2.0.2-py3-none-any.whl", hash = "sha256:3d2c58ecebf4874d9d543d3ab286a2e0f71e6085a626adf539f7a29524598d21", size = 24133 }, ] [[package]] @@ -2728,7 +2735,7 @@ wheels = [ [[package]] name = "plone-distribution" -version = "3.1.1" +version = "3.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jsonschema" }, @@ -2746,9 +2753,9 @@ dependencies = [ { name = "z3c-unconfigure" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b7/2a/2286ebbb34b3384984b04b3b1aaa0829d9ca80bc8c04314b04f811f130e7/plone_distribution-3.1.1.tar.gz", hash = "sha256:393659d0381fb913b54095e46370a2a1f76a33f796e30d4d4a7f93875bd6b6be", size = 629402 } +sdist = { url = "https://files.pythonhosted.org/packages/76/4f/d421a74b5064a8b9f1947d9c058c311cbcdb30e94e4052dd144d0a55e2ae/plone_distribution-3.2.0.tar.gz", hash = "sha256:96ab93f936068890ba9b0e438f3ed69c4058c3f3410e534c296ecfd01f7abd00", size = 630925 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b1/cb/27e4c0739c51d87e8afb245626f0dd7f3b752c90551b5abd74ca46501d3e/plone_distribution-3.1.1-py3-none-any.whl", hash = "sha256:b44f389386ffa5620bdcb82abeb753496a2ef2ff221c19e108914d2aa312c68e", size = 603803 }, + { url = "https://files.pythonhosted.org/packages/fa/be/4dbfe80db918d8a9b6c1f83f692028f08f3e824954cd6944eb693324db03/plone_distribution-3.2.0-py3-none-any.whl", hash = "sha256:8c5fcac25cb407479451bb5280cde8085bb28eefa43c59d11c50ecf5f3fe5320", size = 604383 }, ] [[package]] @@ -2951,7 +2958,7 @@ wheels = [ [[package]] name = "plone-namedfile" -version = "7.0.1" +version = "7.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "beautifulsoup4" }, @@ -2974,9 +2981,9 @@ dependencies = [ { name = "zope-cachedescriptors" }, { name = "zope-copy" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5c/01/37397fce3090f0521980593f1ed04fb6b5220297fc798d696bcee51e0379/plone_namedfile-7.0.1.tar.gz", hash = "sha256:93ba3cab927168afea18d33d92f861b95a67fba9a7f3d5fd1ef8f81e32ebd3ea", size = 331338 } +sdist = { url = "https://files.pythonhosted.org/packages/54/14/758794c5b70ae599c11109fd4d69cf1a41cf89e33c08ab21f3938a7ef375/plone_namedfile-7.2.0.tar.gz", hash = "sha256:d09e1ec879a26f5887feabbeecc4177028d652b87b64bc7848f4832278ea7033", size = 466970 } wheels = [ - { url = "https://files.pythonhosted.org/packages/19/7f/8686d80284ada45af236d6d64a48a450b3d216fb7911c6b3e16550f9629a/plone.namedfile-7.0.1-py3-none-any.whl", hash = "sha256:7042a87b46a8691a277dca4b630c18ecddf5857e0f0dad41941ce201a5efedf2", size = 326412 }, + { url = "https://files.pythonhosted.org/packages/e0/b3/a272b7cc08dfd1a5fe8e495ed919837f9e24f0b4d30b5ad325669d6bfd55/plone.namedfile-7.2.0-py3-none-any.whl", hash = "sha256:d98a49673909f60ef5685d632217bdc414bd77391c4f7ea469f997f47212c377", size = 456264 }, ] [[package]] @@ -3075,7 +3082,7 @@ wheels = [ [[package]] name = "plone-protect" -version = "5.0.3" +version = "5.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "collective-monkeypatcher" }, @@ -3091,9 +3098,9 @@ dependencies = [ { name = "z3c-zcmlhook" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b2/05/00f04bedf6cb1571f47857069181c277a0d8f83d9e3c99a4349efd117dc1/plone_protect-5.0.3.tar.gz", hash = "sha256:812f1735dd53981144819b390c6baf18311b228e6f7ed990b8fa8cbd7245cd91", size = 35218 } +sdist = { url = "https://files.pythonhosted.org/packages/5f/ec/ad2f85a52676891f292acff8e47f63166d599f0e9d2c8d834839d96fd4b6/plone_protect-5.0.5.tar.gz", hash = "sha256:619baea550a913fddd722156ecd4066cfe735cdb50a9d2943fee2b599a77d8bf", size = 35767 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0c/22/7e98ccea1e0ab7ff3194bc1d9681622ebabbb2e18a78d4203b5beb8088f5/plone.protect-5.0.3-py3-none-any.whl", hash = "sha256:08bc0e49762184da022f7210e0c8350143a2ba7af45cc46811de4fab03b6794a", size = 31772 }, + { url = "https://files.pythonhosted.org/packages/26/dc/8a988b1a934c9852fe016fd9efe80f8e27c6cb2d8645fe25f22b65d654f7/plone_protect-5.0.5-py3-none-any.whl", hash = "sha256:7d64abc53d592837c65eaccec5593d8ed73685b8c3060df01244dce9ef2d3767", size = 32155 }, ] [[package]] @@ -3164,7 +3171,7 @@ wheels = [ [[package]] name = "plone-restapi" -version = "9.13.3" +version = "9.15.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, @@ -3176,9 +3183,9 @@ dependencies = [ { name = "pytz" }, { name = "setuptools" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/17/da4ae2cc0319e7d6938e5264fe91affed6ff629d8b7ab571a0aae018eda5/plone_restapi-9.13.3.tar.gz", hash = "sha256:dc00af068953ac6da74433ce0e49e10587fcdcdcf806025ad215692e1e04392d", size = 2968347 } +sdist = { url = "https://files.pythonhosted.org/packages/94/16/96c1549aeead4b42fbe0e319d43082d1b9054a4d040b66906174a4765ee3/plone_restapi-9.15.1.tar.gz", hash = "sha256:80948ff894b7d0f0a9424abe0452150a4d237d75083cf4eb6306ecfa826769cd", size = 2972384 } wheels = [ - { url = "https://files.pythonhosted.org/packages/bf/94/e97689d2079356cedbbac57bdb919cad14aa5081841d4fe3d18ca45c3fe3/plone.restapi-9.13.3-py3-none-any.whl", hash = "sha256:62de7e6950bbfda24655043fad7eeeea1ac72ededc3c0a6118f4eeeee39cba1f", size = 3090565 }, + { url = "https://files.pythonhosted.org/packages/c7/ea/f6f7ed80fb3ec67d0f1ae4ff69a3549ddab3b34145e8bee50df215b6d4a6/plone.restapi-9.15.1-py3-none-any.whl", hash = "sha256:b3c2bfa0bb77763dfbc9a27c11ef04921f50cc403096b6f876961faf7566528f", size = 3092966 }, ] [package.optional-dependencies] @@ -3214,17 +3221,18 @@ wheels = [ [[package]] name = "plone-scale" -version = "4.1.4" +version = "4.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "lxml" }, { name = "pillow" }, { name = "setuptools" }, { name = "zope-annotation" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/86/0c/ed5644fbd1965cd050beb7d6abdfa795953bfd78876a5b6558dce333951d/plone_scale-4.1.4.tar.gz", hash = "sha256:1744bf91671e4e1448f98d79781be6999fd994192d59c883cac597034e66b66c", size = 2191615 } +sdist = { url = "https://files.pythonhosted.org/packages/2f/46/f05c7004be16205142f53a6b11b8c102469d2dc147b50b729c05f6261e31/plone_scale-4.2.0.tar.gz", hash = "sha256:a3e7870e4fb1d1f1286fb1e31c10cd4b48549113ae7a5784dbb96c4f7e039e1a", size = 2192583 } wheels = [ - { url = "https://files.pythonhosted.org/packages/42/56/61e7a488a79029d73c23af592e670bf0ed31af5d4829bfaebaf918a8dcb6/plone_scale-4.1.4-py3-none-any.whl", hash = "sha256:963d5f9616da2620d1ea90923fd25de56603484f909e2dd09b6952b34a9d5152", size = 2186536 }, + { url = "https://files.pythonhosted.org/packages/8d/c8/62ef2874c541dfc0a4daa79f305673003069422d6da78dbafb657f3ca10a/plone_scale-4.2.0-py3-none-any.whl", hash = "sha256:b11a6805b37aa7b1dec64a42d56b42ff57b9e56912dced8afcbd0056cbb687d8", size = 2187707 }, ] [package.optional-dependencies] @@ -3283,7 +3291,7 @@ wheels = [ [[package]] name = "plone-session" -version = "4.0.4" +version = "4.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-keyring" }, @@ -3293,14 +3301,14 @@ dependencies = [ { name = "setuptools" }, { name = "zope" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f8/2c/647ded47fac3e4cb714c34eef884cb46ea1ff1ae9f69a3d21e691c67c188/plone.session-4.0.4.tar.gz", hash = "sha256:35bd27a23601bcdb9dd4ab4bc43e83d3cb5cd495ea432bd1a3bc6ce94afe0fe5", size = 35792 } +sdist = { url = "https://files.pythonhosted.org/packages/20/b2/d2ac499826caf0e06a480ee59430b315726443cc5661bda36e94fbcb52b9/plone_session-4.0.5.tar.gz", hash = "sha256:7897151fd482478acd991e5b8ad3ec54cd3b0f9c835b7b9451d63c2ba664d7b8", size = 36355 } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/32/a08f4a117bae8ac650504b62799ce75441acb1f1f97da7eb7ba9b2a3bfff/plone.session-4.0.4-py3-none-any.whl", hash = "sha256:0949b2ad92f057e9558fb1a638940279dfac8a7fbcba74c22fb61acfcec1a328", size = 28651 }, + { url = "https://files.pythonhosted.org/packages/3e/7a/b49df9ff064855911d3765123e1664d3c0752a7ce63a5f809a674ce3000f/plone_session-4.0.5-py3-none-any.whl", hash = "sha256:60f02e6987de31ab31d7142c9b1bff83b7395373d181f9b922e3daa1e4ed20c3", size = 28848 }, ] [[package]] name = "plone-staticresources" -version = "2.2.5" +version = "2.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, @@ -3311,9 +3319,9 @@ dependencies = [ { name = "zope-i18nmessageid" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f8/70/440beb1ccd62e733701a369861e26d264b3ee88fdc1806a6f2b39b8551c4/plone_staticresources-2.2.5.tar.gz", hash = "sha256:a5ae4f9d9f7394d007d0760bfc66884261ae20f46497bafb735d395936842d0c", size = 11617969 } +sdist = { url = "https://files.pythonhosted.org/packages/2e/14/9af8a7c87d189a390911953a041541ecb040fb9171b3df17a2566af7ac5c/plone_staticresources-2.3.0.tar.gz", hash = "sha256:ce9b318884dce3fad1f9b60fb316bb8ad582e156c1cf4843726be810f461e529", size = 11984792 } wheels = [ - { url = "https://files.pythonhosted.org/packages/1f/5d/e17170b85c4b8aa8204dc5ab30c3d2c4858cf8f6e17dd3e1df01ab2a6e1a/plone_staticresources-2.2.5-py3-none-any.whl", hash = "sha256:0661d8b6ea2565de8a1b3588125d7df5ed173cc948c3168720231c08af704766", size = 14391229 }, + { url = "https://files.pythonhosted.org/packages/fe/f2/1c26d4bf24059306cf534953694cd4f5aa2dd373cdf2fac3bc1a77d9569d/plone_staticresources-2.3.0-py3-none-any.whl", hash = "sha256:a19f825a220769bd1d02f465c4003ebba626ba98743fcd216a426a1fbc059c75", size = 14782936 }, ] [[package]] @@ -3373,15 +3381,15 @@ wheels = [ [[package]] name = "plone-testing" -version = "9.0.5" +version = "9.0.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, { name = "zope-testing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/53/3e/9ff41b9eb956085925901b0b28b817e794cd43a70e6453e265aad5438039/plone_testing-9.0.5.tar.gz", hash = "sha256:f5a3897d42c3a8155f7072b8ccd2f48d681953ad356c23c9b10a1c0fc124f579", size = 163291 } +sdist = { url = "https://files.pythonhosted.org/packages/23/b9/de061ba5ad33ec9ba590b2367b63837b53b6c9c48fb6d2983f012c65c73c/plone_testing-9.0.6.tar.gz", hash = "sha256:07871e1b3f12367d8537b80c24161a165a54a6ef9fb65fe697207a3a1c1415d6", size = 163336 } wheels = [ - { url = "https://files.pythonhosted.org/packages/df/d1/dac3358aa03d0a7c0cb90ac017257e32b83d6ab440577e0a11c3fe04457d/plone_testing-9.0.5-py3-none-any.whl", hash = "sha256:ef3ef1a0ebacb8ff06c2f8165a445c5765f902e463116fb2085ff2f4011cfaf1", size = 121548 }, + { url = "https://files.pythonhosted.org/packages/68/1d/fc87a6c6373cf45028157e78fb3b71fbc0911620cbc0befac166c0018fe8/plone_testing-9.0.6-py3-none-any.whl", hash = "sha256:d573e08ad5f8a1e68496a72062d5823ec3c45709b58cc4f7d4313e7284d89e4f", size = 121554 }, ] [package.optional-dependencies] @@ -3444,25 +3452,26 @@ wheels = [ [[package]] name = "plone-volto" -version = "5.0.4" +version = "5.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "collective-monkeypatcher" }, { name = "plone-api" }, { name = "plone-app-caching" }, + { name = "plone-app-dexterity" }, { name = "plone-distribution" }, { name = "plone-restapi" }, { name = "products-cmfplone" }, { name = "setuptools" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a3/e7/694e8d7ad5f56ff35d9aec6835f9acb9527be0a8d92653f3862ab15fb506/plone_volto-5.0.4.tar.gz", hash = "sha256:c31c19bfb3b6bf5a6de674cc598bd678e58990cc692783f25c0b147e92de0b5b", size = 260121 } +sdist = { url = "https://files.pythonhosted.org/packages/4f/54/3cdc2571bbabb3d7daf019df71e7c009df476300eee348d00a9b0c216b87/plone_volto-5.2.0.tar.gz", hash = "sha256:cca55193b80b9e39182b3860bb0b4a0974ca2039611fd286f4cfff90173adc5e", size = 261569 } wheels = [ - { url = "https://files.pythonhosted.org/packages/58/44/f7dc93634da374263dd79ed533a63a188601621508ddc444c187bdb482da/plone_volto-5.0.4-py3-none-any.whl", hash = "sha256:34d2ab40e78149db12ccdbfdea5c25207b89acc8bf07123913b656f8cbb54300", size = 268268 }, + { url = "https://files.pythonhosted.org/packages/47/fd/2d86baf3a1f5e9d0cd1c97cb9e842b7ea98f2d1c243167791c6da24fa4ee/plone_volto-5.2.0-py3-none-any.whl", hash = "sha256:ca481022c5bcb08291026f60d415cc0970658c9adf84b044bb94eda017045bb9", size = 273023 }, ] [[package]] name = "plone-z3cform" -version = "2.0.4" +version = "2.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-batching" }, @@ -3472,14 +3481,14 @@ dependencies = [ { name = "zope-browserpage" }, { name = "zope-pagetemplate" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3f/8a/42ef601f9a3c15805d243e5d0b4c3350c40b0926f2089f6d1d8de5f1380d/plone_z3cform-2.0.4.tar.gz", hash = "sha256:f3172c8993b77bba2985dfbe7f6e8141f106a7816a5433e5b4ecf94066a8c584", size = 90126 } +sdist = { url = "https://files.pythonhosted.org/packages/4c/76/fec9a1293b1b56d358326a82ec614ddeb46014c15d2c547d25f133b4466b/plone_z3cform-2.0.5.tar.gz", hash = "sha256:9ed0f99407add3293ac72534e604ba67ce247a6b1891895fcfa2febc128c0165", size = 90591 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d0/0b/10f6dc263d18a4e5667f6d7ae231e3603393bae170b14948023c5ff7f74c/plone.z3cform-2.0.4-py3-none-any.whl", hash = "sha256:05191ff968eb5babdfa48adfe61575aefc4afb280ff3039eef1aa8510d395710", size = 89883 }, + { url = "https://files.pythonhosted.org/packages/57/56/98f6e29ceea99d413f16760c4a251336817d51e78afdb301882abb8de308/plone_z3cform-2.0.5-py3-none-any.whl", hash = "sha256:e455d3fe8241aa6801336e83f0878dafa9f834397e55e3cc8319de9b4e108689", size = 90288 }, ] [[package]] name = "plonegovbr-socialmedia" -version = "2.0.0a5" +version = "2.0.0a6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-api" }, @@ -3487,14 +3496,14 @@ dependencies = [ { name = "plone-volto" }, { name = "products-cmfplone" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/83/2b/451573a1e9b2eb8046d720f8bfebf3729f80a33b87c75e306b41dc86861d/plonegovbr_socialmedia-2.0.0a5.tar.gz", hash = "sha256:453413ab0afa5ffd31691aba770fab6059dd3723ad2c860327e063b1197bc986", size = 27534 } +sdist = { url = "https://files.pythonhosted.org/packages/49/e1/c33db489696cbda39fe3938154a95d08fc933dbc0dd09abe1a05f5787451/plonegovbr_socialmedia-2.0.0a6.tar.gz", hash = "sha256:4853f13f921328d2063b50d58f541e97bafc35cfbfa99422bc29d94072c6e95d", size = 27562 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0e/68/1aa61ef2b1bb3ea783eb679036a5ce6c8f9389e4fb75fb1d33ca09374893/plonegovbr_socialmedia-2.0.0a5-py3-none-any.whl", hash = "sha256:446e6ca425edd7ee1e0b41a3669438043fe7d06aa599ecfd7d601c5400c9bd30", size = 37596 }, + { url = "https://files.pythonhosted.org/packages/4f/0d/4c194f04583aef1fd523af2eb398bed709f9dc7268816b993cda2f35a6b1/plonegovbr_socialmedia-2.0.0a6-py3-none-any.whl", hash = "sha256:4fddbef1304dd08feeaee42b85065ffdb6c4f08588ac35fe8716e80f78ce511a", size = 37595 }, ] [[package]] name = "plonetheme-barceloneta" -version = "3.2.3" +version = "3.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-app-theming" }, @@ -3503,18 +3512,18 @@ dependencies = [ { name = "products-genericsetup" }, { name = "setuptools" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/af/1e/f36783e372fc73f8fb37b3e248c571da0445474910f228b5b9ffd536edbe/plonetheme_barceloneta-3.2.3.tar.gz", hash = "sha256:a4f46c805528a435ca8cecb2639e171cfd71a40f85cee80f8ebc3b1956f77d9b", size = 6135597 } +sdist = { url = "https://files.pythonhosted.org/packages/2f/af/28cbc5faaf6a6c9a4bd4afcc90b0280d9326267e117932231d2b4d8ad44e/plonetheme_barceloneta-3.3.0.tar.gz", hash = "sha256:fdcef1826ff135ad568d2c319a901eceea99841387a7b74cfd0426e1b2191283", size = 6206090 } wheels = [ - { url = "https://files.pythonhosted.org/packages/53/7f/081e10115aacdd58ec6255430d07f6cf695889dd814243ede0f6d1d5d97d/plonetheme.barceloneta-3.2.3-py3-none-any.whl", hash = "sha256:a2da8cb9eb407cdb184d5b3cbc1f2d592fda45ffb617dae243f1074e2b01635a", size = 6124323 }, + { url = "https://files.pythonhosted.org/packages/24/67/d7ff622defb015a612d0e0fbd7c29aac59fe10d5e0c37f1543ffd216d5d8/plonetheme.barceloneta-3.3.0-py3-none-any.whl", hash = "sha256:766f02da56efc1cb8638500055f4453ab8b7d49de15a97e223655eda664cec40", size = 6195807 }, ] [[package]] name = "pluggy" -version = "1.5.0" +version = "1.6.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", size = 67955 } +sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412 } wheels = [ - { url = "https://files.pythonhosted.org/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 }, + { url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538 }, ] [[package]] @@ -3655,7 +3664,7 @@ wheels = [ [[package]] name = "products-cmfplone" -version = "6.1.1" +version = "6.1.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "borg-localrole" }, @@ -3725,9 +3734,9 @@ dependencies = [ { name = "zope-i18nmessageid" }, { name = "zope-structuredtext" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ab/1a/97a3c8ddffc66ec80b22075db664d224988205d3973bb20ed79234bd0f66/products_cmfplone-6.1.1.tar.gz", hash = "sha256:9e1bb2959c8d42fa22e12df34d238a6a1e7fe770c4c319c17ab7b1feab054de8", size = 871334 } +sdist = { url = "https://files.pythonhosted.org/packages/30/e1/d6e46791a84143a4979476c0747e007a4f90ad4edd9c3cd5354b3d141467/products_cmfplone-6.1.2.tar.gz", hash = "sha256:484759826b486ff060791877d3937ed852a3fcb26cdf7126244344677560c802", size = 873611 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c0/16/71b3eaeaa7a0640a3e5d1e06b20a0c36830f850221e90edc64b4ff8a3c6d/products_cmfplone-6.1.1-py3-none-any.whl", hash = "sha256:4c208f305975fde4aeef6c2b5c83090e51f572ac79ce7450d1a0ef68f6d761e8", size = 872177 }, + { url = "https://files.pythonhosted.org/packages/f9/b0/209e1bd9eda44dfb354bd023183a75470960abf97ecbaa005fca7c0a6b6d/products_cmfplone-6.1.2-py3-none-any.whl", hash = "sha256:fa7290854fcae895cf6643da66deefafb3f456a3987e53c91de865d47eb99d7a", size = 873976 }, ] [package.optional-dependencies] @@ -3995,7 +4004,7 @@ wheels = [ [[package]] name = "products-sessions" -version = "5.0" +version = "6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "accesscontrol" }, @@ -4006,11 +4015,12 @@ dependencies = [ { name = "transaction" }, { name = "zodb" }, { name = "zope" }, + { name = "zope-deferredimport" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c3/de/65067f856ca267b9faae8dadede93ad8010377b6b9163ad7bdab40b5a4a0/Products.Sessions-5.0.tar.gz", hash = "sha256:f493d501a051c98c92fb9be27e272516c8c34c62e077ed357c15c39cdc8db57b", size = 59780 } +sdist = { url = "https://files.pythonhosted.org/packages/d0/73/610ce3cda1b2d704bffc6eb4ed22b62bbb9e0a055accb942497a05a54a37/products_sessions-6.0.tar.gz", hash = "sha256:22d5265987fee7dfb9dee9278893511a5c1df883463075d90bc5b74480b75efc", size = 61451 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a5/7d/4375fe288274730ff7c215376bb976c42c9c5874113f905f4094f7bd2948/Products.Sessions-5.0-py3-none-any.whl", hash = "sha256:4b4e7f56c7cb6560becc90bf04e23264f76f570be08469c923a0ee7b4ce2dada", size = 73835 }, + { url = "https://files.pythonhosted.org/packages/ac/09/d9dce02854be4717a500b8a0b0106f780a11ee78273f38eb9b7e671daebb/products_sessions-6.0-py3-none-any.whl", hash = "sha256:3cd42ed82a000bf7209055764b0aec3f171391132ac5745116df43fa87bec9a8", size = 75189 }, ] [[package]] @@ -4116,14 +4126,14 @@ wheels = [ [[package]] name = "prompt-toolkit" -version = "3.0.48" +version = "3.0.51" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "wcwidth" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684 } +sdist = { url = "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz", hash = "sha256:931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed", size = 428940 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e", size = 386595 }, + { url = "https://files.pythonhosted.org/packages/ce/4f/5249960887b1fbe561d9ff265496d170b55a735b76724f10ef19f9e40716/prompt_toolkit-3.0.51-py3-none-any.whl", hash = "sha256:52742911fde84e2d423e2f9a4cf1de7d7ac4e51958f648d9540e0fb8db077b07", size = 387810 }, ] [[package]] @@ -4159,6 +4169,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552 }, ] +[[package]] +name = "pygments" +version = "2.19.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293 }, +] + [[package]] name = "pyjwt" version = "2.10.1" @@ -4188,17 +4207,18 @@ wheels = [ [[package]] name = "pytest" -version = "7.4.4" +version = "8.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, { name = "iniconfig" }, { name = "packaging" }, { name = "pluggy" }, + { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3/pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280", size = 1357116 } +sdist = { url = "https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce/pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6", size = 1515232 } wheels = [ - { url = "https://files.pythonhosted.org/packages/51/ff/f6e8b8f39e08547faece4bd80f89d5a8de68a38b2d179cc1c4490ffa3286/pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8", size = 325287 }, + { url = "https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e", size = 363797 }, ] [[package]] @@ -4216,7 +4236,7 @@ wheels = [ [[package]] name = "pytest-plone" -version = "1.0.0a1" +version = "1.0.0a2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-api" }, @@ -4230,9 +4250,9 @@ dependencies = [ { name = "zope-pytestlayer" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ab/47/bf502c1f2a60729892f7454cdd4b985a40307de64efc331544986c57ceaf/pytest_plone-1.0.0a1.tar.gz", hash = "sha256:aef180354ddadf0117d50e03991b6c8b70be78d0d7d54f4ef0ff001aeef3521a", size = 18843 } +sdist = { url = "https://files.pythonhosted.org/packages/e8/2e/5ff66321565851d500ce691611f9e2dae1e9260a39ccee119275f1513050/pytest_plone-1.0.0a2.tar.gz", hash = "sha256:9916ff9293463b7e83088d12dab717aa3077b685ef12915b40458d23678683e3", size = 18993 } wheels = [ - { url = "https://files.pythonhosted.org/packages/81/2b/9d5eeafb3831344317b8e2fb3949b40f173a40a6b9b035e6cdb5f8cba3b8/pytest_plone-1.0.0a1-py3-none-any.whl", hash = "sha256:92b09ddff35cc086a50cb69f6d98852b74355b42f97cede1addf420ed9f0a590", size = 16247 }, + { url = "https://files.pythonhosted.org/packages/70/43/386e61230fc75be1a5a49d5b9583637859ccec000fa0536ade1b59bdc360/pytest_plone-1.0.0a2-py3-none-any.whl", hash = "sha256:48c993aef530123dcaa893eeef098fcdc91a02ed89786de0743caae085a45723", size = 16253 }, ] [[package]] @@ -4297,7 +4317,7 @@ test = [ [package.metadata] requires-dist = [ { name = "collective-honeypot" }, - { name = "collective-techevent", specifier = "==1.0.0a6" }, + { name = "collective-techevent", specifier = "==1.0.0a8" }, { name = "collective-volto-formsupport" }, { name = "kitconcept-voltolighttheme", specifier = "==6.2.0" }, { name = "pas-plugins-authomatic", specifier = "==2.0.0" }, @@ -4305,8 +4325,8 @@ requires-dist = [ { name = "plone-app-upgrade" }, { name = "plone-restapi" }, { name = "plone-volto" }, - { name = "plonegovbr-socialmedia", specifier = ">=2.0.0a5" }, - { name = "products-cmfplone", specifier = "==6.1.1" }, + { name = "plonegovbr-socialmedia", specifier = ">=2.0.0a6" }, + { name = "products-cmfplone", specifier = "==6.1.2" }, ] [package.metadata.requires-dev] @@ -4363,15 +4383,16 @@ wheels = [ [[package]] name = "referencing" -version = "0.35.1" +version = "0.36.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, { name = "rpds-py" }, + { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c", size = 62991 } +sdist = { url = "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz", hash = "sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa", size = 74744 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de", size = 26684 }, + { url = "https://files.pythonhosted.org/packages/c1/b1/3baf80dc6d2b7bc27a95a67752d0208e410351e3feb4eb78de5f77454d8d/referencing-0.36.2-py3-none-any.whl", hash = "sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0", size = 26775 }, ] [[package]] @@ -4632,11 +4653,11 @@ wheels = [ [[package]] name = "setuptools" -version = "75.8.2" +version = "80.9.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d1/53/43d99d7687e8cdef5ab5f9ec5eaf2c0423c2b35133a2b7e7bc276fc32b21/setuptools-75.8.2.tar.gz", hash = "sha256:4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2", size = 1344083 } +sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/38/7d7362e031bd6dc121e5081d8cb6aa6f6fedf2b67bf889962134c6da4705/setuptools-75.8.2-py3-none-any.whl", hash = "sha256:558e47c15f1811c1fa7adbd0096669bf76c1d3f433f58324df69f3f5ecac4e8f", size = 1229385 }, + { url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486 }, ] [[package]] @@ -4647,24 +4668,24 @@ sdist = { url = "https://files.pythonhosted.org/packages/9e/bd/3704a8c3e0942d711 [[package]] name = "simplejson" -version = "3.19.3" +version = "3.20.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3d/29/085111f19717f865eceaf0d4397bf3e76b08d60428b076b64e2a1903706d/simplejson-3.19.3.tar.gz", hash = "sha256:8e086896c36210ab6050f2f9f095a5f1e03c83fa0e7f296d6cba425411364680", size = 85237 } +sdist = { url = "https://files.pythonhosted.org/packages/af/92/51b417685abd96b31308b61b9acce7ec50d8e1de8fbc39a7fd4962c60689/simplejson-3.20.1.tar.gz", hash = "sha256:e64139b4ec4f1f24c142ff7dcafe55a22b811a74d86d66560c8815687143037d", size = 85591 } wheels = [ - { url = "https://files.pythonhosted.org/packages/20/15/513fea93fafbdd4993eacfcb762965b2ff3d29e618c029e2956174d68c4b/simplejson-3.19.3-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:66a0399e21c2112acacfebf3d832ebe2884f823b1c7e6d1363f2944f1db31a99", size = 92921 }, - { url = "https://files.pythonhosted.org/packages/a4/4f/998a907ae1a6c104dc0ee48aa248c2478490152808d34d8e07af57f396c3/simplejson-3.19.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:6ef9383c5e05f445be60f1735c1816163c874c0b1ede8bb4390aff2ced34f333", size = 75311 }, - { url = "https://files.pythonhosted.org/packages/db/44/acd6122201e927451869d45952b9ab1d3025cdb5e61548d286d08fbccc08/simplejson-3.19.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:42e5acf80d4d971238d4df97811286a044d720693092b20a56d5e56b7dcc5d09", size = 74964 }, - { url = "https://files.pythonhosted.org/packages/27/ca/d0a1e8f16e1bbdc0b8c6d88166f45f565ed7285f53928cfef3b6ce78f14d/simplejson-3.19.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0b0efc7279d768db7c74d3d07f0b5c81280d16ae3fb14e9081dc903e8360771", size = 150106 }, - { url = "https://files.pythonhosted.org/packages/63/59/0554b78cf26c98e2b9cae3f44723bd72c2394e2afec1a14eedc6211f7187/simplejson-3.19.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0552eb06e7234da892e1d02365cd2b7b2b1f8233aa5aabdb2981587b7cc92ea0", size = 158347 }, - { url = "https://files.pythonhosted.org/packages/b2/fe/9f30890352e431e8508cc569912d3322147d3e7e4f321e48c0adfcb4c97d/simplejson-3.19.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5bf6a3b9a7d7191471b464fe38f684df10eb491ec9ea454003edb45a011ab187", size = 148456 }, - { url = "https://files.pythonhosted.org/packages/37/e3/663a09542ee021d4131162f7a164cb2e7f04ef48433a67591738afbf12ea/simplejson-3.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7017329ca8d4dca94ad5e59f496e5fc77630aecfc39df381ffc1d37fb6b25832", size = 152190 }, - { url = "https://files.pythonhosted.org/packages/31/20/4e0c4d35e10ff6465003bec304316d822a559a1c38c66ef6892ca199c207/simplejson-3.19.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:67a20641afebf4cfbcff50061f07daad1eace6e7b31d7622b6fa2c40d43900ba", size = 149846 }, - { url = "https://files.pythonhosted.org/packages/08/7a/46e2e072cac3987cbb05946f25167f0ad2fe536748e7405953fd6661a486/simplejson-3.19.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:dd6a7dabcc4c32daf601bc45e01b79175dde4b52548becea4f9545b0a4428169", size = 151714 }, - { url = "https://files.pythonhosted.org/packages/7f/7d/dbeeac10eb61d5d8858d0bb51121a21050d281dc83af4c557f86da28746c/simplejson-3.19.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:08f9b443a94e72dd02c87098c96886d35790e79e46b24e67accafbf13b73d43b", size = 158777 }, - { url = "https://files.pythonhosted.org/packages/fc/8f/a98bdbb799c6a4a884b5823db31785a96ba895b4b0f4d8ac345d6fe98bbf/simplejson-3.19.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fa97278ae6614346b5ca41a45a911f37a3261b57dbe4a00602048652c862c28b", size = 154230 }, - { url = "https://files.pythonhosted.org/packages/b1/db/852eebceb85f969ae40e06babed1a93d3bacb536f187d7a80ff5823a5979/simplejson-3.19.3-cp312-cp312-win32.whl", hash = "sha256:ef28c3b328d29b5e2756903aed888960bc5df39b4c2eab157ae212f70ed5bf74", size = 74002 }, - { url = "https://files.pythonhosted.org/packages/fe/68/9f0e5df0651cb79ef83cba1378765a00ee8038e6201cc82b8e7178a7778e/simplejson-3.19.3-cp312-cp312-win_amd64.whl", hash = "sha256:1e662336db50ad665777e6548b5076329a94a0c3d4a0472971c588b3ef27de3a", size = 75596 }, - { url = "https://files.pythonhosted.org/packages/0d/e7/f9fafbd4f39793a20cc52e77bbd766f7384312526d402c382928dc7667f6/simplejson-3.19.3-py3-none-any.whl", hash = "sha256:49cc4c7b940d43bd12bf87ec63f28cbc4964fc4e12c031cc8cd01650f43eb94e", size = 57004 }, + { url = "https://files.pythonhosted.org/packages/8d/eb/34c16a1ac9ba265d024dc977ad84e1659d931c0a700967c3e59a98ed7514/simplejson-3.20.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:f31c4a3a7ab18467ee73a27f3e59158255d1520f3aad74315edde7a940f1be23", size = 93100 }, + { url = "https://files.pythonhosted.org/packages/41/fc/2c2c007d135894971e6814e7c0806936e5bade28f8db4dd7e2a58b50debd/simplejson-3.20.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:884e6183d16b725e113b83a6fc0230152ab6627d4d36cb05c89c2c5bccfa7bc6", size = 75464 }, + { url = "https://files.pythonhosted.org/packages/0f/05/2b5ecb33b776c34bb5cace5de5d7669f9b60e3ca13c113037b2ca86edfbd/simplejson-3.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03d7a426e416fe0d3337115f04164cd9427eb4256e843a6b8751cacf70abc832", size = 75112 }, + { url = "https://files.pythonhosted.org/packages/fe/36/1f3609a2792f06cd4b71030485f78e91eb09cfd57bebf3116bf2980a8bac/simplejson-3.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:000602141d0bddfcff60ea6a6e97d5e10c9db6b17fd2d6c66199fa481b6214bb", size = 150182 }, + { url = "https://files.pythonhosted.org/packages/2f/b0/053fbda38b8b602a77a4f7829def1b4f316cd8deb5440a6d3ee90790d2a4/simplejson-3.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:af8377a8af78226e82e3a4349efdde59ffa421ae88be67e18cef915e4023a595", size = 158363 }, + { url = "https://files.pythonhosted.org/packages/d1/4b/2eb84ae867539a80822e92f9be4a7200dffba609275faf99b24141839110/simplejson-3.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:15c7de4c88ab2fbcb8781a3b982ef883696736134e20b1210bca43fb42ff1acf", size = 148415 }, + { url = "https://files.pythonhosted.org/packages/e0/bd/400b0bd372a5666addf2540c7358bfc3841b9ce5cdbc5cc4ad2f61627ad8/simplejson-3.20.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:455a882ff3f97d810709f7b620007d4e0aca8da71d06fc5c18ba11daf1c4df49", size = 152213 }, + { url = "https://files.pythonhosted.org/packages/50/12/143f447bf6a827ee9472693768dc1a5eb96154f8feb140a88ce6973a3cfa/simplejson-3.20.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:fc0f523ce923e7f38eb67804bc80e0a028c76d7868500aa3f59225574b5d0453", size = 150048 }, + { url = "https://files.pythonhosted.org/packages/5e/ea/dd9b3e8e8ed710a66f24a22c16a907c9b539b6f5f45fd8586bd5c231444e/simplejson-3.20.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:76461ec929282dde4a08061071a47281ad939d0202dc4e63cdd135844e162fbc", size = 151668 }, + { url = "https://files.pythonhosted.org/packages/99/af/ee52a8045426a0c5b89d755a5a70cc821815ef3c333b56fbcad33c4435c0/simplejson-3.20.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:ab19c2da8c043607bde4d4ef3a6b633e668a7d2e3d56f40a476a74c5ea71949f", size = 158840 }, + { url = "https://files.pythonhosted.org/packages/68/db/ab32869acea6b5de7d75fa0dac07a112ded795d41eaa7e66c7813b17be95/simplejson-3.20.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b2578bedaedf6294415197b267d4ef678fea336dd78ee2a6d2f4b028e9d07be3", size = 154212 }, + { url = "https://files.pythonhosted.org/packages/fa/7a/e3132d454977d75a3bf9a6d541d730f76462ebf42a96fea2621498166f41/simplejson-3.20.1-cp312-cp312-win32.whl", hash = "sha256:339f407373325a36b7fd744b688ba5bae0666b5d340ec6d98aebc3014bf3d8ea", size = 74101 }, + { url = "https://files.pythonhosted.org/packages/bc/5d/4e243e937fa3560107c69f6f7c2eed8589163f5ed14324e864871daa2dd9/simplejson-3.20.1-cp312-cp312-win_amd64.whl", hash = "sha256:627d4486a1ea7edf1f66bb044ace1ce6b4c1698acd1b05353c97ba4864ea2e17", size = 75736 }, + { url = "https://files.pythonhosted.org/packages/4b/30/00f02a0a921556dd5a6db1ef2926a1bc7a8bbbfb1c49cfed68a275b8ab2b/simplejson-3.20.1-py3-none-any.whl", hash = "sha256:8a6c1bbac39fa4a79f83cbf1df6ccd8ff7069582a9fd8db1e52cea073bc2c697", size = 57121 }, ] [[package]] @@ -4743,7 +4764,7 @@ wheels = [ [[package]] name = "trio" -version = "0.27.0" +version = "0.30.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -4753,58 +4774,59 @@ dependencies = [ { name = "sniffio" }, { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/d1/a83dee5be404da7afe5a71783a33b8907bacb935a6dc8c69ab785e4a3eed/trio-0.27.0.tar.gz", hash = "sha256:1dcc95ab1726b2da054afea8fd761af74bad79bd52381b84eae408e983c76831", size = 568064 } +sdist = { url = "https://files.pythonhosted.org/packages/01/c1/68d582b4d3a1c1f8118e18042464bb12a7c1b75d64d75111b297687041e3/trio-0.30.0.tar.gz", hash = "sha256:0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df", size = 593776 } wheels = [ - { url = "https://files.pythonhosted.org/packages/3c/83/ec3196c360afffbc5b342ead48d1eb7393dd74fa70bca75d33905a86f211/trio-0.27.0-py3-none-any.whl", hash = "sha256:68eabbcf8f457d925df62da780eff15ff5dc68fd6b367e2dde59f7aaf2a0b884", size = 481734 }, + { url = "https://files.pythonhosted.org/packages/69/8e/3f6dfda475ecd940e786defe6df6c500734e686c9cd0a0f8ef6821e9b2f2/trio-0.30.0-py3-none-any.whl", hash = "sha256:3bf4f06b8decf8d3cf00af85f40a89824669e2d033bb32469d34840edcfc22a5", size = 499194 }, ] [[package]] name = "trio-websocket" -version = "0.11.1" +version = "0.12.2" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "outcome" }, { name = "trio" }, { name = "wsproto" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/dd/36/abad2385853077424a11b818d9fd8350d249d9e31d583cb9c11cd4c85eda/trio-websocket-0.11.1.tar.gz", hash = "sha256:18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f", size = 26511 } +sdist = { url = "https://files.pythonhosted.org/packages/d1/3c/8b4358e81f2f2cfe71b66a267f023a91db20a817b9425dd964873796980a/trio_websocket-0.12.2.tar.gz", hash = "sha256:22c72c436f3d1e264d0910a3951934798dcc5b00ae56fc4ee079d46c7cf20fae", size = 33549 } wheels = [ - { url = "https://files.pythonhosted.org/packages/48/be/a9ae5f50cad5b6f85bd2574c2c923730098530096e170c1ce7452394d7aa/trio_websocket-0.11.1-py3-none-any.whl", hash = "sha256:520d046b0d030cf970b8b2b2e00c4c2245b3807853ecd44214acd33d74581638", size = 17408 }, + { url = "https://files.pythonhosted.org/packages/c7/19/eb640a397bba49ba49ef9dbe2e7e5c04202ba045b6ce2ec36e9cadc51e04/trio_websocket-0.12.2-py3-none-any.whl", hash = "sha256:df605665f1db533f4a386c94525870851096a223adcb97f72a07e8b4beba45b6", size = 21221 }, ] [[package]] name = "trove-classifiers" -version = "2025.2.18.16" +version = "2025.5.9.12" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/13/8e/15ba2980e2704edecc53d15506a5bfa6efb3b1cadc5e4df7dc277bc199f8/trove_classifiers-2025.2.18.16.tar.gz", hash = "sha256:b1ee2e1668589217d4edf506743e28b1834da128f8a122bad522c02d837006e1", size = 16271 } +sdist = { url = "https://files.pythonhosted.org/packages/38/04/1cd43f72c241fedcf0d9a18d0783953ee301eac9e5d9db1df0f0f089d9af/trove_classifiers-2025.5.9.12.tar.gz", hash = "sha256:7ca7c8a7a76e2cd314468c677c69d12cc2357711fcab4a60f87994c1589e5cb5", size = 16940 } wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/67/038a8c7f60ffd6037374649826dbaa221e4b17755016b71a581162a15ce1/trove_classifiers-2025.2.18.16-py3-none-any.whl", hash = "sha256:7f6dfae899f23f04b73bc09e0754d9219a6fc4d6cca6acd62f1850a87ea92262", size = 13616 }, + { url = "https://files.pythonhosted.org/packages/92/ef/c6deb083748be3bcad6f471b6ae983950c161890bf5ae1b2af80cc56c530/trove_classifiers-2025.5.9.12-py3-none-any.whl", hash = "sha256:e381c05537adac78881c8fa345fd0e9970159f4e4a04fcc42cfd3129cca640ce", size = 14119 }, ] [[package]] name = "typing-extensions" -version = "4.12.2" +version = "4.14.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", size = 85321 } +sdist = { url = "https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4", size = 107423 } wheels = [ - { url = "https://files.pythonhosted.org/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", size = 37438 }, + { url = "https://files.pythonhosted.org/packages/69/e0/552843e0d356fbb5256d21449fa957fa4eff3bbc135a74a691ee70c7c5da/typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af", size = 43839 }, ] [[package]] name = "tzdata" -version = "2025.1" +version = "2025.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/43/0f/fa4723f22942480be4ca9527bbde8d43f6c3f2fe8412f00e7f5f6746bc8b/tzdata-2025.1.tar.gz", hash = "sha256:24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694", size = 194950 } +sdist = { url = "https://files.pythonhosted.org/packages/95/32/1a225d6164441be760d75c2c42e2780dc0873fe382da3e98a2e1e48361e5/tzdata-2025.2.tar.gz", hash = "sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9", size = 196380 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0f/dd/84f10e23edd882c6f968c21c2434fe67bd4a528967067515feca9e611e5e/tzdata-2025.1-py2.py3-none-any.whl", hash = "sha256:7e127113816800496f027041c570f50bcd464a020098a3b6b199517772303639", size = 346762 }, + { url = "https://files.pythonhosted.org/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8", size = 347839 }, ] [[package]] name = "unidecode" -version = "1.3.8" +version = "1.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/f7/89/19151076a006b9ac0dd37b1354e031f5297891ee507eb624755e58e10d3e/Unidecode-1.3.8.tar.gz", hash = "sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4", size = 192701 } +sdist = { url = "https://files.pythonhosted.org/packages/94/7d/a8a765761bbc0c836e397a2e48d498305a865b70a8600fd7a942e85dcf63/Unidecode-1.4.0.tar.gz", hash = "sha256:ce35985008338b676573023acc382d62c264f307c8f7963733405add37ea2b23", size = 200149 } wheels = [ - { url = "https://files.pythonhosted.org/packages/84/b7/6ec57841fb67c98f52fc8e4a2d96df60059637cba077edc569a302a8ffc7/Unidecode-1.3.8-py3-none-any.whl", hash = "sha256:d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39", size = 235494 }, + { url = "https://files.pythonhosted.org/packages/8f/b7/559f59d57d18b44c6d1250d2eeaa676e028b9c527431f5d0736478a73ba1/Unidecode-1.4.0-py3-none-any.whl", hash = "sha256:c3c7606c27503ad8d501270406e345ddb480a7b5f38827eafe4fa82a137f0021", size = 235837 }, ] [[package]] @@ -4873,29 +4895,34 @@ wheels = [ [[package]] name = "wheel" -version = "0.45.1" +version = "0.46.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/8a/98/2d9906746cdc6a6ef809ae6338005b3f21bb568bea3165cfc6a243fdc25c/wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729", size = 107545 } +dependencies = [ + { name = "packaging" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/fb/62/e90918c4558b002726ab930863c0cbd3e7cf9a7befa1d4a1a240cecdb379/wheel-0.46.1.tar.gz", hash = "sha256:fd477efb5da0f7df1d3c76c73c14394002c844451bd63229d8570f376f5e6a38", size = 54400 } wheels = [ - { url = "https://files.pythonhosted.org/packages/0b/2c/87f3254fd8ffd29e4c02732eee68a83a1d3c346ae39bc6822dcbcb697f2b/wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248", size = 72494 }, + { url = "https://files.pythonhosted.org/packages/af/44/31d964a260fcda6bf2f59384231bbf4962ac796a5d36c554162b5411b8db/wheel-0.46.1-py3-none-any.whl", hash = "sha256:f796f65d72750ccde090663e466d0ca37cd72b62870f7520b96d34cdc07d86d8", size = 23058 }, ] [[package]] name = "wrapt" -version = "1.17.0" +version = "1.17.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/24/a1/fc03dca9b0432725c2e8cdbf91a349d2194cf03d8523c124faebe581de09/wrapt-1.17.0.tar.gz", hash = "sha256:16187aa2317c731170a88ef35e8937ae0f533c402872c1ee5e6d079fcf320801", size = 55542 } +sdist = { url = "https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef/wrapt-1.17.2.tar.gz", hash = "sha256:41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3", size = 55531 } wheels = [ - { url = "https://files.pythonhosted.org/packages/85/82/518605474beafff11f1a34759f6410ab429abff9f7881858a447e0d20712/wrapt-1.17.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:89fc28495896097622c3fc238915c79365dd0ede02f9a82ce436b13bd0ab7569", size = 38904 }, - { url = "https://files.pythonhosted.org/packages/80/6c/17c3b2fed28edfd96d8417c865ef0b4c955dc52c4e375d86f459f14340f1/wrapt-1.17.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:875d240fdbdbe9e11f9831901fb8719da0bd4e6131f83aa9f69b96d18fae7504", size = 88622 }, - { url = "https://files.pythonhosted.org/packages/4a/11/60ecdf3b0fd3dca18978d89acb5d095a05f23299216e925fcd2717c81d93/wrapt-1.17.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e5ed16d95fd142e9c72b6c10b06514ad30e846a0d0917ab406186541fe68b451", size = 80920 }, - { url = "https://files.pythonhosted.org/packages/d2/50/dbef1a651578a3520d4534c1e434989e3620380c1ad97e309576b47f0ada/wrapt-1.17.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:18b956061b8db634120b58f668592a772e87e2e78bc1f6a906cfcaa0cc7991c1", size = 89170 }, - { url = "https://files.pythonhosted.org/packages/44/a2/78c5956bf39955288c9e0dd62e807b308c3aa15a0f611fbff52aa8d6b5ea/wrapt-1.17.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:daba396199399ccabafbfc509037ac635a6bc18510ad1add8fd16d4739cdd106", size = 86748 }, - { url = "https://files.pythonhosted.org/packages/99/49/2ee413c78fc0bdfebe5bee590bf3becdc1fab0096a7a9c3b5c9666b2415f/wrapt-1.17.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4d63f4d446e10ad19ed01188d6c1e1bb134cde8c18b0aa2acfd973d41fcc5ada", size = 79734 }, - { url = "https://files.pythonhosted.org/packages/c0/8c/4221b7b270e36be90f0930fe15a4755a6ea24093f90b510166e9ed7861ea/wrapt-1.17.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8a5e7cc39a45fc430af1aefc4d77ee6bad72c5bcdb1322cfde852c15192b8bd4", size = 87552 }, - { url = "https://files.pythonhosted.org/packages/4c/6b/1aaccf3efe58eb95e10ce8e77c8909b7a6b0da93449a92c4e6d6d10b3a3d/wrapt-1.17.0-cp312-cp312-win32.whl", hash = "sha256:0a0a1a1ec28b641f2a3a2c35cbe86c00051c04fffcfcc577ffcdd707df3f8635", size = 36647 }, - { url = "https://files.pythonhosted.org/packages/b3/4f/243f88ac49df005b9129194c6511b3642818b3e6271ddea47a15e2ee4934/wrapt-1.17.0-cp312-cp312-win_amd64.whl", hash = "sha256:3c34f6896a01b84bab196f7119770fd8466c8ae3dfa73c59c0bb281e7b588ce7", size = 38830 }, - { url = "https://files.pythonhosted.org/packages/4b/d9/a8ba5e9507a9af1917285d118388c5eb7a81834873f45df213a6fe923774/wrapt-1.17.0-py3-none-any.whl", hash = "sha256:d2c63b93548eda58abf5188e505ffed0229bf675f7c3090f8e36ad55b8cbc371", size = 23592 }, + { url = "https://files.pythonhosted.org/packages/a1/bd/ab55f849fd1f9a58ed7ea47f5559ff09741b25f00c191231f9f059c83949/wrapt-1.17.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:d5e2439eecc762cd85e7bd37161d4714aa03a33c5ba884e26c81559817ca0925", size = 53799 }, + { url = "https://files.pythonhosted.org/packages/53/18/75ddc64c3f63988f5a1d7e10fb204ffe5762bc663f8023f18ecaf31a332e/wrapt-1.17.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3fc7cb4c1c744f8c05cd5f9438a3caa6ab94ce8344e952d7c45a8ed59dd88392", size = 38821 }, + { url = "https://files.pythonhosted.org/packages/48/2a/97928387d6ed1c1ebbfd4efc4133a0633546bec8481a2dd5ec961313a1c7/wrapt-1.17.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8fdbdb757d5390f7c675e558fd3186d590973244fab0c5fe63d373ade3e99d40", size = 38919 }, + { url = "https://files.pythonhosted.org/packages/73/54/3bfe5a1febbbccb7a2f77de47b989c0b85ed3a6a41614b104204a788c20e/wrapt-1.17.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5bb1d0dbf99411f3d871deb6faa9aabb9d4e744d67dcaaa05399af89d847a91d", size = 88721 }, + { url = "https://files.pythonhosted.org/packages/25/cb/7262bc1b0300b4b64af50c2720ef958c2c1917525238d661c3e9a2b71b7b/wrapt-1.17.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d18a4865f46b8579d44e4fe1e2bcbc6472ad83d98e22a26c963d46e4c125ef0b", size = 80899 }, + { url = "https://files.pythonhosted.org/packages/2a/5a/04cde32b07a7431d4ed0553a76fdb7a61270e78c5fd5a603e190ac389f14/wrapt-1.17.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc570b5f14a79734437cb7b0500376b6b791153314986074486e0b0fa8d71d98", size = 89222 }, + { url = "https://files.pythonhosted.org/packages/09/28/2e45a4f4771fcfb109e244d5dbe54259e970362a311b67a965555ba65026/wrapt-1.17.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6d9187b01bebc3875bac9b087948a2bccefe464a7d8f627cf6e48b1bbae30f82", size = 86707 }, + { url = "https://files.pythonhosted.org/packages/c6/d2/dcb56bf5f32fcd4bd9aacc77b50a539abdd5b6536872413fd3f428b21bed/wrapt-1.17.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:9e8659775f1adf02eb1e6f109751268e493c73716ca5761f8acb695e52a756ae", size = 79685 }, + { url = "https://files.pythonhosted.org/packages/80/4e/eb8b353e36711347893f502ce91c770b0b0929f8f0bed2670a6856e667a9/wrapt-1.17.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e8b2816ebef96d83657b56306152a93909a83f23994f4b30ad4573b00bd11bb9", size = 87567 }, + { url = "https://files.pythonhosted.org/packages/17/27/4fe749a54e7fae6e7146f1c7d914d28ef599dacd4416566c055564080fe2/wrapt-1.17.2-cp312-cp312-win32.whl", hash = "sha256:468090021f391fe0056ad3e807e3d9034e0fd01adcd3bdfba977b6fdf4213ea9", size = 36672 }, + { url = "https://files.pythonhosted.org/packages/15/06/1dbf478ea45c03e78a6a8c4be4fdc3c3bddea5c8de8a93bc971415e47f0f/wrapt-1.17.2-cp312-cp312-win_amd64.whl", hash = "sha256:ec89ed91f2fa8e3f52ae53cd3cf640d6feff92ba90d62236a81e4e563ac0e991", size = 38865 }, + { url = "https://files.pythonhosted.org/packages/2d/82/f56956041adef78f849db6b289b282e72b55ab8045a75abad81898c28d19/wrapt-1.17.2-py3-none-any.whl", hash = "sha256:b18f2d1533a71f069c7f82d524a52599053d4c7166e9dd374ae2136b7f40f7c8", size = 23594 }, ] [[package]] @@ -4924,7 +4951,7 @@ wheels = [ [[package]] name = "z3c-caching" -version = "3.0" +version = "4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -4935,9 +4962,9 @@ dependencies = [ { name = "zope-lifecycleevent" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/37/61/56cbfa9303a1f3c21ce5e2c6ced59ea64c8adeeb30276149f443cfba1b97/z3c.caching-3.0.tar.gz", hash = "sha256:81822a6bb3db87984fb8a7251918d7228989a4b83e58d83292d0247e1830aa0b", size = 22135 } +sdist = { url = "https://files.pythonhosted.org/packages/c6/9b/28fa12e7d7069613fcf458d67f4f65e54b1d936dc2715134df27f8fa98e2/z3c_caching-4.0.tar.gz", hash = "sha256:2eda7f9e2edc481b3437fcfca77a028a2ac10d04157de3c6d02250b48c5ba47b", size = 22967 } wheels = [ - { url = "https://files.pythonhosted.org/packages/9f/85/eb0bedbeaae7e4be658b9963ae5261286fc0cdd4f678c3943fa6cecbe3e9/z3c.caching-3.0-py3-none-any.whl", hash = "sha256:ee30d9848f571c173e07f26238a28e8856e2570577478bc4a59f331c8bc3bb63", size = 20568 }, + { url = "https://files.pythonhosted.org/packages/b2/29/0ad88fd34fe44e9c8a2e542badf09f0b0ca35deaabca6503735cf5296de0/z3c_caching-4.0-py3-none-any.whl", hash = "sha256:c3eed86997c38456a0e38e920c263570d2f0be8cff1e22696b39c593cafb5d7e", size = 20017 }, ] [package.optional-dependencies] @@ -4947,7 +4974,7 @@ zcml = [ [[package]] name = "z3c-form" -version = "5.1" +version = "6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -4970,14 +4997,14 @@ dependencies = [ { name = "zope-site" }, { name = "zope-traversing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cd/3d/1df765a5a41dfa2387ce6061421fa6127c67d17c787d917b9a30d11de6ac/z3c.form-5.1.tar.gz", hash = "sha256:b3f310d48ae2b9d9269180b01c06127b8fd3aa5abb5bf4a26467de49cd1c8872", size = 368038 } +sdist = { url = "https://files.pythonhosted.org/packages/27/35/75a9d1b18551437efaa27254201bd93a3716f1b629ccaffc269826201ce8/z3c_form-6.0.tar.gz", hash = "sha256:b48d64a15a792b2f0dda01f7de35bf7e6faca73dab9fccc9e6f3cbd070748987", size = 376405 } wheels = [ - { url = "https://files.pythonhosted.org/packages/3b/c6/585c1399fc085d58aef19fe51c1fda0073c2ae61da084ab4f2ad16f61472/z3c.form-5.1-py3-none-any.whl", hash = "sha256:a8ed55af5e4ee21aec0e3b49efd3e20257531439a3513577e86f7e5e3b8f47d0", size = 441937 }, + { url = "https://files.pythonhosted.org/packages/80/9c/987729ea64f94c9ffb673630c7b36c2638a18cd8feedcd5414545c87d4df/z3c_form-6.0-py3-none-any.whl", hash = "sha256:b5a6bf2108d7ca7e390d38474376e93be81c4878a59725446021e5d7d3da2bd2", size = 452867 }, ] [[package]] name = "z3c-formwidget-query" -version = "2.0.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -4987,14 +5014,14 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/9c/d7/295b68f75bbfef66dde03098960a7ed39b109618597182f358d61fd9af23/z3c.formwidget.query-2.0.0.tar.gz", hash = "sha256:b99cb9e904dda57eab72143d80862d2f1421df5af8bda4b7b74a3e715cb98daa", size = 14311 } +sdist = { url = "https://files.pythonhosted.org/packages/56/50/94772dad8332621994f2675ded47c4e0d90348c8057b4bd69f416df680d0/z3c_formwidget_query-3.0.tar.gz", hash = "sha256:4118820b44989f3c67297f59b49ecdda4cd9c44b2c541c4cccb16f161dad8693", size = 15193 } wheels = [ - { url = "https://files.pythonhosted.org/packages/45/3a/ed95bd15fbf212c13de518db1ac3889e156ef057798d9990a81098c32021/z3c.formwidget.query-2.0.0-py3-none-any.whl", hash = "sha256:2b2e4741514dae43af511c34b10181ecdef7b2fdf812d265728c87d697713a8a", size = 15813 }, + { url = "https://files.pythonhosted.org/packages/82/7d/c134a1d50a4c72f91c93ce863c512a4d5d651f72750235b0722a8e39fa5f/z3c_formwidget_query-3.0-py3-none-any.whl", hash = "sha256:8af0e79234e230d5f569375860bf4ef2a81f40311d1524199da35aba6ccebc2e", size = 15123 }, ] [[package]] name = "z3c-jbot" -version = "2.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5004,27 +5031,27 @@ dependencies = [ { name = "zope-publisher" }, { name = "zope-security" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/17/03/df8ff6c7f53c9e9af6d181b9781ee22804f921544a79f7bf66f552e9385f/z3c.jbot-2.0.tar.gz", hash = "sha256:36531576fcf19e6fefaec22714430d750f65ff39c4ebc3cdb1c62c1b23bec23b", size = 17159 } +sdist = { url = "https://files.pythonhosted.org/packages/de/fa/812a4735f8f747cff3b9c862778f1c76290d4d8544e9382c5111df350092/z3c_jbot-3.0.tar.gz", hash = "sha256:e87c2780f3e9fb5c93bf9574219d45ae2931325cf5089f4b6e0c58d5dc84ce12", size = 20623 } wheels = [ - { url = "https://files.pythonhosted.org/packages/36/28/2640b58eb43974fef16dab064982cd25baece30c0a8d4589498f4bad60a4/z3c.jbot-2.0-py3-none-any.whl", hash = "sha256:ee7e0d70d7fcbf46b85a126c389c5a0f5dc1d37d9e70052e95fcbac4dd8c7c49", size = 18264 }, + { url = "https://files.pythonhosted.org/packages/93/5f/403cab96e39629c59b1d0390c967be8b027ed4847df37369d784e8515696/z3c_jbot-3.0-py3-none-any.whl", hash = "sha256:03d1cca0751cb3e913d33eafbb139df11ee05860adc300efd5e4343d853fafa8", size = 20258 }, ] [[package]] name = "z3c-objpath" -version = "2.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a6/22/453702a2bf6f7e70a2d70cc5723b9084077ddb8e207b544fc24968d1901b/z3c.objpath-2.0.tar.gz", hash = "sha256:c7a072e5dc5223228e83f179fdf2c15fe2af8cc8ac46d8377c27854a235b88f6", size = 6809 } +sdist = { url = "https://files.pythonhosted.org/packages/be/2a/d86dd075f928c470c6351a9971f52426204f1b8b5df5a09c517b715fd263/z3c_objpath-3.0.tar.gz", hash = "sha256:ad80d71bf0ab793c3e9f607ad76f50f0882168ba42c9e13c6a67c11c3e647611", size = 7558 } wheels = [ - { url = "https://files.pythonhosted.org/packages/11/1e/5d81e8bc4256516f12583bb3f769adf974c15704d273cd0b748bc5c5fb31/z3c.objpath-2.0-py3-none-any.whl", hash = "sha256:c25c8c6c0650716041b7b8cd45b58ef535d2742d4a8018b02351fafccf48a177", size = 7106 }, + { url = "https://files.pythonhosted.org/packages/45/0e/93ee7057d96e9e0356727c5bf6894575f364b559ed8c88b76447e37023b9/z3c_objpath-3.0-py3-none-any.whl", hash = "sha256:9a8075629b3666d0adcf592e0575a668a15e329310cfdbfea3a7d5c6759108ed", size = 6564 }, ] [[package]] name = "z3c-pt" -version = "4.4" +version = "5.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "chameleon" }, @@ -5035,14 +5062,14 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-traversing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a0/bc/ddce4fd09343f44a1479a425d8f04ec494311c03331044e37df0e6afa49e/z3c.pt-4.4.tar.gz", hash = "sha256:ba4292f1ce475d6da0efd5406d141a53bbca3a66bbedb4c97e43bd3f5bbf9190", size = 68261 } +sdist = { url = "https://files.pythonhosted.org/packages/8d/a0/3d3dd3982f4cfabc9e5c958b48e1f8a756143184b6f1729c257f2bac2848/z3c_pt-5.0.tar.gz", hash = "sha256:b4754d4c3a97593e35a2fbb8c959534423200395412d48bfb2ca17b78872b986", size = 68927 } wheels = [ - { url = "https://files.pythonhosted.org/packages/6a/5f/f68a6b6a6cc1da57e3fa44ca7134b19ba7975adf9226458242968cc6be91/z3c.pt-4.4-py3-none-any.whl", hash = "sha256:2ebe922a4bcc54ce2914230044eb190408b66b1f55a8407a3fe2ccb0a595bb98", size = 40449 }, + { url = "https://files.pythonhosted.org/packages/21/a6/65f6bd0a8b726ec7097d9f1ec000882c9f711e255ba8be86b80be1a6ef71/z3c_pt-5.0-py3-none-any.whl", hash = "sha256:d998eb83efd604f28228ce6ac126f54fdaf3ba47f3d82184d1b1e6805b41960b", size = 39904 }, ] [[package]] name = "z3c-relationfield" -version = "2.0.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5050,14 +5077,14 @@ dependencies = [ { name = "zc-relation" }, { name = "zope-intid" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/95/d1/dddc25d210e7fd2b0cfdc0b9bb313c7b7c029fc158d0cc1f34278623b68b/z3c_relationfield-2.0.0.tar.gz", hash = "sha256:3c72aa77d9720c4b9b2ffb210e95d520c6b44118ebb546da7422f2bcff321ed2", size = 33217 } +sdist = { url = "https://files.pythonhosted.org/packages/29/fe/dfa1084f22e16b674fe15dd173005c849d0821e16ee3ef0939f9e36f14d6/z3c_relationfield-3.0.tar.gz", hash = "sha256:19bf2933250bc53c08ca7dbbb7963fe2448e368afabc353b7504690cdeb38059", size = 33442 } wheels = [ - { url = "https://files.pythonhosted.org/packages/64/16/6b91ee992e4a01fe655fdbcdbf0a1d53cb084b5dedd49b1a9eee3eb5c824/z3c.relationfield-2.0.0-py3-none-any.whl", hash = "sha256:7a606fe2b0f5ca68819b1041d0cca407cb64be50fbab8bb16467889e91a16fca", size = 26154 }, + { url = "https://files.pythonhosted.org/packages/7b/f4/d2060f5e7d40786c4180b2781c234b3ab89a6573a8c40baa8f596d863276/z3c_relationfield-3.0-py3-none-any.whl", hash = "sha256:3672ec9dce931db858c21bd62e644dab8d4e5b1de5cd87c992a8437170235bc8", size = 24974 }, ] [[package]] name = "z3c-unconfigure" -version = "2.1" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5067,14 +5094,14 @@ dependencies = [ { name = "zope-security" }, { name = "zope-testing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/71/43/db64e9cc1f3109ead9f33aefe9183b3945c39c804beeaa458da8d7dbcdd7/z3c.unconfigure-2.1.tar.gz", hash = "sha256:f43cf5cdb062e5ddf756c619221f0134c3cedc3019fe9c679c8c0578ebe9e386", size = 12624 } +sdist = { url = "https://files.pythonhosted.org/packages/3c/fd/e3ba991a10655aaef9463232bdf49d0e10a9c2020df1f3e155d28fd8c002/z3c_unconfigure-3.0.tar.gz", hash = "sha256:eeecd3f849ef40f9813d6c7734bb742676f26cedc4788ece3b70917ac0f98559", size = 12659 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ac/72/dd692d44567832dc878362c8e40926083f0fafd3aa3dd45092a706c2106b/z3c.unconfigure-2.1-py3-none-any.whl", hash = "sha256:fc0dd7ea7b9afada9dfbc16be323e04b20539211ae8ecf50c9fc8e05db4332c0", size = 14392 }, + { url = "https://files.pythonhosted.org/packages/04/6a/808c8553fc185739172fd2b2a54b828118bf07c7011ac49dcfd0a1b65e55/z3c_unconfigure-3.0-py3-none-any.whl", hash = "sha256:522c7c4f18dab25d1cbd4f838d3b41c7f266eadbd13cc9952234406bf02541da", size = 13820 }, ] [[package]] name = "z3c-zcmlhook" -version = "2.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5083,9 +5110,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f3/da/09f14b2cc3d34270c3ed01521f07e1f484f92d8af0afc29b292aecac7086/z3c.zcmlhook-2.0.tar.gz", hash = "sha256:21078e39af9579ceb9c25b56e0283b0959b0d7292fbe5187dc0ed75ffe5cec04", size = 8269 } +sdist = { url = "https://files.pythonhosted.org/packages/c3/7d/e43320a605802b324e276ce01ae71761a546e9d9293bf2cc47b365fc7c7f/z3c_zcmlhook-3.0.tar.gz", hash = "sha256:bec4ff2ce6464ba92d34986ea4bcc2fce473af62d697cb3471e24cad6cf64f5c", size = 8946 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f1/7b/12af6c2cbca827922fd2960aa219f6e05ce8b3bef7a5b62d244031026915/z3c.zcmlhook-2.0-py3-none-any.whl", hash = "sha256:6899120a092eca16eeacfb0223b6c03596ae82e9607505c8e9ee497aa56f944d", size = 7750 }, + { url = "https://files.pythonhosted.org/packages/13/e8/0a8607d7a39e001da54d25bfae93e731bef8a5f2de2d3ef8d3434c101604/z3c_zcmlhook-3.0-py3-none-any.whl", hash = "sha256:bfa818d6291376874475599c7e92485165a6277777a346e1594bcadb656e0e73", size = 7218 }, ] [[package]] @@ -5102,7 +5129,7 @@ wheels = [ [[package]] name = "zc-relation" -version = "2.0" +version = "2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -5110,9 +5137,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-testing" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b6/d7/4fa6191cc0c14688a1f5ddb5217d846fd1a060e84a3051fe9657d1bcf8cd/zc.relation-2.0.tar.gz", hash = "sha256:73493dcce01b763450483086f047a226e9f5d0dd8b233d7ec602b2ff5deed963", size = 150539 } +sdist = { url = "https://files.pythonhosted.org/packages/0c/4c/aea699b82fcd6277cf930f86b1d5fcb3f915de0b0ef338c1b258fdf3943f/zc_relation-2.1.tar.gz", hash = "sha256:f7eee35f7741a5cb9af12ef81e8cb5878e367cdd56ae777f1bd52dd21cf568b2", size = 151369 } wheels = [ - { url = "https://files.pythonhosted.org/packages/04/a6/e10fc8a71f4d6fbcb30a3852a45848ff109bd6015909d8cfe54c8b30a507/zc.relation-2.0-py3-none-any.whl", hash = "sha256:41461015747508ca66becddd222838bd6246e2909cc3c9fd922b7e0705da009e", size = 111687 }, + { url = "https://files.pythonhosted.org/packages/6e/95/3f703d3cb32e60fe991e00cbd91f87102c6478bd84cd08ce46417603ddae/zc.relation-2.1-py3-none-any.whl", hash = "sha256:30778bed1256317f89c2be3df64d4e6943006236952e8e80e3956d79be11a56e", size = 111698 }, ] [[package]] @@ -5126,15 +5153,15 @@ wheels = [ [[package]] name = "zdaemon" -version = "5.1" +version = "5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, { name = "zconfig" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1b/8f/d2e2748ab114b577b10889873cb370f7faf3ace5ce9b9b36a450452a2bd5/zdaemon-5.1.tar.gz", hash = "sha256:22e9fe5050eaebb9e03d9ad64e4f63ccd85e04c38fdb351cf113bef6f68db7a4", size = 60726 } +sdist = { url = "https://files.pythonhosted.org/packages/c4/44/0d9135f380781f359fe5e63353f138ddb69fcfaf8bb2ac7936525643f0c8/zdaemon-5.2.tar.gz", hash = "sha256:e8bba436df695e16b5f269a3280da27d4e53a6701120a93000c3fd00c14b8a89", size = 61303 } wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/14/17ae4ef5c94ee3e5508469511a3fe09d20b87f214ffc20c7a4123f43cdef/zdaemon-5.1-py3-none-any.whl", hash = "sha256:e84327546e7c96613925d87b2eb204ff9c17d6343f9f81b28e3c3f52687fc4b3", size = 57019 }, + { url = "https://files.pythonhosted.org/packages/83/97/8488c727ecbe480c561d8458ac0224742871c6b0018f46160c83deeb3ff3/zdaemon-5.2-py3-none-any.whl", hash = "sha256:1aa3479c411da61cd96074f2b74d7146d92cab0ad6db597e34ddfa0ddb421d74", size = 57110 }, ] [[package]] @@ -5172,7 +5199,7 @@ wheels = [ [[package]] name = "zodb" -version = "6.0" +version = "6.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -5183,9 +5210,9 @@ dependencies = [ { name = "zodbpickle" }, { name = "zope-interface" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f6/05/839fefc57001152367e62027667ad9190b1598a101d0e03ef1908e9b94f4/ZODB-6.0.tar.gz", hash = "sha256:e51c792115c5daad4e806757bafa2f754c000c23e6babc3be5e40775fe49b5dc", size = 786862 } +sdist = { url = "https://files.pythonhosted.org/packages/62/9b/f3a13e79e78ffc251c029b6dff4311ed7e61397f18270283cf81b8d69232/zodb-6.0.1.tar.gz", hash = "sha256:89f70fae1852123e243547909c311441d63405dec26f6ec42f365a2191db9509", size = 788213 } wheels = [ - { url = "https://files.pythonhosted.org/packages/29/5d/8604d9eefc656459f487fae4ef1d70f930d9290212ca995de7efb2430a59/ZODB-6.0-py3-none-any.whl", hash = "sha256:271c5b2cf488f2b3045bb431a2ffc07b69fc3fdba9938587ff8ad37affb2ea43", size = 417758 }, + { url = "https://files.pythonhosted.org/packages/3d/90/d65b2b42d28d8496b6e2d43d3713aa6b7342a1f4e0648e6dbf7285ea6855/zodb-6.0.1-py3-none-any.whl", hash = "sha256:484132ca9273894615606974cce4c0efa80e6cde9ba9b38fa2cbe6849bab1d33", size = 418441 }, ] [[package]] @@ -5431,20 +5458,19 @@ zcml = [ [[package]] name = "zope-componentvocabulary" -version = "2.3.0" +version = "3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, - { name = "six" }, { name = "zope-component" }, { name = "zope-i18nmessageid" }, { name = "zope-interface" }, { name = "zope-schema" }, { name = "zope-security" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/05/fc/08c1c82f45353c6bfc7b20f59e49c3f6a214f833c853d63b12625beca2f5/zope.componentvocabulary-2.3.0.tar.gz", hash = "sha256:e5b56a70ad523726e109f070ef1b68dafd1024f4a85698deaf8910da289b8d76", size = 11157 } +sdist = { url = "https://files.pythonhosted.org/packages/31/a9/b658475ee359e5602e8c574a984ea85d73b86d9cb9e50ad2d4141c4df7a2/zope_componentvocabulary-3.0.tar.gz", hash = "sha256:8592088929842ad191b2892d2af8a706907b0993c1d85c10bb70cd5865e51ab8", size = 12509 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ae/8a/851e7169c2b519e0a1b2ac94d6336868472e18251453b47b43bd35566664/zope.componentvocabulary-2.3.0-py2.py3-none-any.whl", hash = "sha256:ecaf563679f12be881c9c8484425638c224190fbe4b17598af73acd461cb6cf2", size = 12509 }, + { url = "https://files.pythonhosted.org/packages/88/4d/cb487a778b30363247b42c90730c507359c1897469e2a1dd649476b944f3/zope.componentvocabulary-3.0-py3-none-any.whl", hash = "sha256:38a56d21393d5ed5cfe98852fe612605a7220af0c88c2bcfd6741398d69414c5", size = 12390 }, ] [[package]] @@ -5743,7 +5769,7 @@ wheels = [ [[package]] name = "zope-intid" -version = "5.0" +version = "5.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -5757,14 +5783,14 @@ dependencies = [ { name = "zope-location" }, { name = "zope-security" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e8/02/4878cc89e24c0296402ad49bb6bd2a1e616b22255b208800bcad81b240f8/zope.intid-5.0.tar.gz", hash = "sha256:b6baee2982419c73e7bab5b089c19e5d01adbe252472face2239014979d2ad51", size = 20834 } +sdist = { url = "https://files.pythonhosted.org/packages/d7/27/9f8c0197daba7373df5cdeceffb70a41d4d89b0d2c5ce04b1613bb1c9c12/zope_intid-5.1.tar.gz", hash = "sha256:0a0cfa226f5f7787cb243a86326a8dc398acaa854f92df88c4ff939fdec9523d", size = 22052 } wheels = [ - { url = "https://files.pythonhosted.org/packages/cc/cf/5a8f491471f78fbc3e654eab844e0349296556be1d9f16dfd2755d5c4e0e/zope.intid-5.0-py3-none-any.whl", hash = "sha256:017baf29ce7396bd7b2aa7a0caa8e24273424274e33904d6e7a01230b02c87de", size = 12824 }, + { url = "https://files.pythonhosted.org/packages/1f/d4/600d767ca5de7dc3d7b2a26f573718ec3c6b10756491c2c9850766d5f28e/zope.intid-5.1-py3-none-any.whl", hash = "sha256:a7be3cae2ac81f22fed126d66f96f3c604ad26401fb975677b036eeee27f4486", size = 12810 }, ] [[package]] name = "zope-keyreference" -version = "6.0" +version = "6.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5774,9 +5800,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-schema" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/ee/35/645eadc95947896dc999a33cf4ce2e1927b716fccfef17e4525e3d3773ce/zope.keyreference-6.0.tar.gz", hash = "sha256:a8242f4115befe9181d0b8f4ff847d213246f2c24a6a334f0cc8d103680c14d5", size = 19451 } +sdist = { url = "https://files.pythonhosted.org/packages/12/fb/4f94049928e2dd91c3920c73763dd26f466e1808c6dfcbcb6b76d54b6f40/zope_keyreference-6.1.tar.gz", hash = "sha256:845f2b2106cec31ee159654f428ed504db716a7740b61dd88af122cecbecea23", size = 20550 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b6/8f/989b9a7b87693c74696853dc02aaab32affd6e7a7877f5133fc208c1e11f/zope.keyreference-6.0-py3-none-any.whl", hash = "sha256:5a28c157df5417b259bde0925d3c13890c809714cd6557601d3ed8fd9cc107e2", size = 13305 }, + { url = "https://files.pythonhosted.org/packages/4a/d3/b63a44a1411a24e1eb91ad827b974f8f0fbedab79849c475f054b7f793b2/zope.keyreference-6.1-py3-none-any.whl", hash = "sha256:b3ee50e620826b01f2dccdc922bc99fd10d5ad4989c6f970780e4ddb2f34f188", size = 13305 }, ] [[package]] @@ -5901,21 +5927,21 @@ wheels = [ [[package]] name = "zope-pytestlayer" -version = "8.2" +version = "8.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pytest" }, { name = "setuptools" }, { name = "zope-dottedname" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cb/99/ecc0b4aeb9072edde6e2ccf5c1b9498d16e86d1e456191c9bd828598a1d0/zope.pytestlayer-8.2.tar.gz", hash = "sha256:15b5a862f595cc3844dec506a52968c60b572b3d0cfa320d7caf9bad97d5eb54", size = 25506 } +sdist = { url = "https://files.pythonhosted.org/packages/a6/e4/41cfa39435c36dedc30b94f05bfd96292e9f35751ecd93201893c7352652/zope_pytestlayer-8.3.tar.gz", hash = "sha256:f1386bf91f3c6160bfbbee2d752df9a4561f25fc83294a914d99f46dd456f2ec", size = 25019 } wheels = [ - { url = "https://files.pythonhosted.org/packages/f4/94/51b0032b171e82e3d1019a95f32a97e7381a3d5b0aafc85e915ec7413413/zope.pytestlayer-8.2-py3-none-any.whl", hash = "sha256:c0e6e26811fd909fa1fa9dddbae0842663b6fb1a4dd6b814abac4639b1cde7c1", size = 37661 }, + { url = "https://files.pythonhosted.org/packages/b4/42/ec45a658db91860c8a96416ec6fb3d808c169031350070d527964e16e917/zope_pytestlayer-8.3-py3-none-any.whl", hash = "sha256:a2b9109b2f6dcdcc023d0e90ab47ad45ba84e6bbc671f0f8161244d8a7330477", size = 37615 }, ] [[package]] name = "zope-ramcache" -version = "3.0" +version = "3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "persistent" }, @@ -5923,9 +5949,9 @@ dependencies = [ { name = "zope-interface" }, { name = "zope-location" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1a/19/700ca14de1855da4bff52630012d168799a2322ea472f8f273e9e56ff547/zope.ramcache-3.0.tar.gz", hash = "sha256:e2693786372a9fe65e4e541eb003449cb3f745a2dad7cf586769f3e87ba52b44", size = 14124 } +sdist = { url = "https://files.pythonhosted.org/packages/8b/4c/00bfa04249a09c3718692bf9d24cbd9f2fed0b934929d0e29263ded6af57/zope_ramcache-3.1.tar.gz", hash = "sha256:37cb4f86325cc06d4c4581e8b1f8496a7fa4b5a68eb0f2a55d402169f3000818", size = 14805 } wheels = [ - { url = "https://files.pythonhosted.org/packages/cf/dd/f0a94778fac803dc7c3fb061990ab4d2904cd83ab2485cf23e42861c206e/zope.ramcache-3.0-py3-none-any.whl", hash = "sha256:6777bc8b28ad57a4ac61a1faf3fc6e29b6663a9988dc1168e965df4144f05b6f", size = 14684 }, + { url = "https://files.pythonhosted.org/packages/e8/cd/757298c5298a3bad78d37eddd1ff63aa0bf9a59396729e1c326b1bdaa4b7/zope.ramcache-3.1-py3-none-any.whl", hash = "sha256:e3d9ef721f906477b422eb11b0e3fcc689f874bdb2a975dcbbc29aae76061b86", size = 14686 }, ] [[package]] diff --git a/backend/version.txt b/backend/version.txt index f3b5af3..5e32542 100644 --- a/backend/version.txt +++ b/backend/version.txt @@ -1 +1 @@ -6.1.1 +6.1.2 diff --git a/frontend/packages/volto-pythoncerrado/news/+authomatic.internal b/frontend/packages/volto-pythoncerrado/news/+authomatic.internal new file mode 100644 index 0000000..b70140d --- /dev/null +++ b/frontend/packages/volto-pythoncerrado/news/+authomatic.internal @@ -0,0 +1 @@ +Upgrade @plone-collective/volto-authomatic to 3.0.0-alpha.3. @ericof diff --git a/frontend/packages/volto-pythoncerrado/news/+techevent.internal b/frontend/packages/volto-pythoncerrado/news/+techevent.internal new file mode 100644 index 0000000..d0a20db --- /dev/null +++ b/frontend/packages/volto-pythoncerrado/news/+techevent.internal @@ -0,0 +1 @@ +Upgrade @plone-collective/volto-techevent to 1.0.0-alpha.8. @ericof diff --git a/frontend/packages/volto-pythoncerrado/package.json b/frontend/packages/volto-pythoncerrado/package.json index be1e351..9bd3af1 100644 --- a/frontend/packages/volto-pythoncerrado/package.json +++ b/frontend/packages/volto-pythoncerrado/package.json @@ -46,8 +46,8 @@ "@plone/components": "workspace:*", "@plone/registry": "workspace:*", "@eeacms/volto-matomo": "*", - "@plone-collective/volto-techevent": "1.0.0-alpha.6", - "@plone-collective/volto-authomatic": "3.0.0-alpha.2", + "@plone-collective/volto-techevent": "1.0.0-alpha.8", + "@plone-collective/volto-authomatic": "3.0.0-alpha.3", "@kitconcept/volto-social-blocks": "1.0.0-alpha.8", "@plone-collective/volto-eventbrite-block": "^1.0.0-alpha.2", "@mbarde/volto-image-crop-widget": "0.5.1", diff --git a/frontend/packages/volto-pythoncerrado/src/theme/_main.scss b/frontend/packages/volto-pythoncerrado/src/theme/_main.scss index 2fa57a8..d69a4f5 100644 --- a/frontend/packages/volto-pythoncerrado/src/theme/_main.scss +++ b/frontend/packages/volto-pythoncerrado/src/theme/_main.scss @@ -3,6 +3,9 @@ @import 'components/footer'; @import 'components/header'; @import 'components/block_button'; +@import 'components/block_schedule'; @import 'components/block_sponsorlevel'; @import 'components/block_sponsors_showcase'; +@import 'components/block_listing_grid'; @import 'components/block_timeline'; +@import 'components/session_view'; diff --git a/frontend/packages/volto-pythoncerrado/src/theme/_root.scss b/frontend/packages/volto-pythoncerrado/src/theme/_root.scss index e00b29f..6991ab4 100644 --- a/frontend/packages/volto-pythoncerrado/src/theme/_root.scss +++ b/frontend/packages/volto-pythoncerrado/src/theme/_root.scss @@ -46,6 +46,10 @@ --social-network-icon-color-hover: var(--accent-color); --social-network-background-main: transparent; --social-network-background-hover: transparent; + + --techevent-presenter-category-background-color: var(--secondary-color); + --techevent-presenter-category-color: var(--secondary-foreground-color); + // Fonts --font-weight-thin: 100; --font-weight-extra-light: 200; diff --git a/frontend/packages/volto-pythoncerrado/src/theme/components/_block_listing_grid.scss b/frontend/packages/volto-pythoncerrado/src/theme/components/_block_listing_grid.scss new file mode 100644 index 0000000..a2912a3 --- /dev/null +++ b/frontend/packages/volto-pythoncerrado/src/theme/components/_block_listing_grid.scss @@ -0,0 +1,9 @@ +.block.listing.grid { + .card-container.session { + .sessionTile { + display: flex; + min-height: 400px; + flex-direction: column; + } + } +} diff --git a/frontend/packages/volto-pythoncerrado/src/theme/components/_block_schedule.scss b/frontend/packages/volto-pythoncerrado/src/theme/components/_block_schedule.scss new file mode 100644 index 0000000..c8c2f0c --- /dev/null +++ b/frontend/packages/volto-pythoncerrado/src/theme/components/_block_schedule.scss @@ -0,0 +1,3 @@ +#main .schedule .timeslot .rooms .room { + width: 100%; +} diff --git a/frontend/packages/volto-pythoncerrado/src/theme/components/_session_view.scss b/frontend/packages/volto-pythoncerrado/src/theme/components/_session_view.scss new file mode 100644 index 0000000..4f9d82f --- /dev/null +++ b/frontend/packages/volto-pythoncerrado/src/theme/components/_session_view.scss @@ -0,0 +1,10 @@ +.container.session-view { + .presenterTile { + --block-alignment: center; + .presenterTitle { + .title { + color: var(--secondary-color); + } + } + } +} diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 77f34bb..79c2386 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -1558,7 +1558,7 @@ importers: version: 2.0.1 '@kitconcept/volto-light-theme': specifier: 6.2.0 - version: 6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) + version: 6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) '@kitconcept/volto-social-blocks': specifier: 1.0.0-alpha.8 version: 1.0.0-alpha.8(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0) @@ -1566,14 +1566,14 @@ importers: specifier: 0.5.1 version: 0.5.1(react@18.2.0) '@plone-collective/volto-authomatic': - specifier: 3.0.0-alpha.2 - version: 3.0.0-alpha.2(@plone/components@core+packages+components)(@plone/registry@core+packages+registry)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(semantic-ui-react@2.1.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + specifier: 3.0.0-alpha.3 + version: 3.0.0-alpha.3(@plone/components@core+packages+components)(@plone/registry@core+packages+registry)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(semantic-ui-react@2.1.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) '@plone-collective/volto-eventbrite-block': specifier: ^1.0.0-alpha.2 version: 1.0.0-alpha.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) '@plone-collective/volto-techevent': - specifier: 1.0.0-alpha.6 - version: 1.0.0-alpha.6(@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(react-aria-components@1.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) + specifier: 1.0.0-alpha.8 + version: 1.0.0-alpha.8(@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(react-aria-components@1.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) '@plone/components': specifier: workspace:* version: link:../../core/packages/components @@ -3546,8 +3546,8 @@ packages: resolution: {integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@plone-collective/volto-authomatic@3.0.0-alpha.2': - resolution: {integrity: sha512-04nsgfwssJHjRdS7/t5IRS7wvvwH86+1HGhpbgA3Nb5xJOmx5s37/dQdgCZrbBhXa5GYjixpuzDjgdqhp61JmA==} + '@plone-collective/volto-authomatic@3.0.0-alpha.3': + resolution: {integrity: sha512-XPVUZUsvhR01bZX7PoR/jOhI+g3NHuGBBRwO94whc19GkXZvrA9VAG7rQJPgs2PYFtjgEut+mwqPulVBLW2aUw==} peerDependencies: '@plone/components': 3.0.2 '@plone/registry': 2.5.2 @@ -3562,8 +3562,8 @@ packages: react: 18.2.0 react-dom: 18.2.0 - '@plone-collective/volto-techevent@1.0.0-alpha.6': - resolution: {integrity: sha512-y/gxkdLOraApd9nbp+/qda0UYvC79oOwtJOPwWL2EWxVNLUT9r//fYVDY3zfMVDaQ0zDlDuWLOqVUuqX0nC49w==} + '@plone-collective/volto-techevent@1.0.0-alpha.8': + resolution: {integrity: sha512-MY6OgmAIeV5OvX9FM4wO/+5lbsuWjFpY0uXKNMZkLyKLSwRLQYfEvS526qk9iNR1/ESGi4zDrrOHr6GvsKx61w==} peerDependencies: '@kitconcept/volto-light-theme': '*' react: 18.2.0 @@ -3621,8 +3621,8 @@ packages: resolution: {integrity: sha512-HDjFbQjdNXoVAvNTDarnQQeKMWf7fDwx7WNEbCylnwPxxiCQOVWxGVpFATDEJrC+0/Sye6t7LZAS3sZxsdGQzw==} engines: {node: ^20 || ^22} - '@plonegovbr/volto-social-media@2.0.0-alpha.5': - resolution: {integrity: sha512-bJUtqRUNRZvRN9JHk7jqqrK6qhBgtSmVmMoSZ7yd+lqyys67n25+yyTKq642tzAAJhFBE9fbCT84AI5Q1dUmAg==} + '@plonegovbr/volto-social-media@2.0.0-alpha.6': + resolution: {integrity: sha512-XM49Y64RlYA4reuSDiW7b6OZE33UMEeIMZv9pl6/reBux3Ep5wOvhh6PFsl7eCbYJNUtFAs89bLtyI7gn1THwQ==} peerDependencies: react: 18.2.0 react-dom: 18.2.0 @@ -16596,7 +16596,7 @@ snapshots: '@kitconcept/volto-introduction-block@1.0.0': {} - ? '@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))' + ? '@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))' : dependencies: '@dnd-kit/core': 6.0.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@dnd-kit/sortable': 7.0.2(@dnd-kit/core@6.0.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) @@ -16611,7 +16611,7 @@ snapshots: '@kitconcept/volto-separator-block': 4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) '@kitconcept/volto-slider-block': 6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0) '@plone/components': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) - '@plonegovbr/volto-social-media': 2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) + '@plonegovbr/volto-social-media': 2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) classnames: 2.5.1 lodash: 4.17.21 react: 18.2.0 @@ -17243,7 +17243,7 @@ snapshots: '@pkgr/core@0.2.4': {} - '@plone-collective/volto-authomatic@3.0.0-alpha.2(@plone/components@core+packages+components)(@plone/registry@core+packages+registry)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(semantic-ui-react@2.1.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': + '@plone-collective/volto-authomatic@3.0.0-alpha.3(@plone/components@core+packages+components)(@plone/registry@core+packages+registry)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(semantic-ui-react@2.1.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': dependencies: '@plone/components': link:core/packages/components '@plone/registry': link:core/packages/registry @@ -17260,11 +17260,11 @@ snapshots: transitivePeerDependencies: - storybook - ? '@plone-collective/volto-techevent@1.0.0-alpha.6(@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(react-aria-components@1.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))' + ? '@plone-collective/volto-techevent@1.0.0-alpha.8(@kitconcept/volto-light-theme@6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(react-aria-components@1.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))' : dependencies: - '@kitconcept/volto-light-theme': 6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) + '@kitconcept/volto-light-theme': 6.2.0(@eeacms/volto-accordion-block@10.4.6)(@kitconcept/volto-banner-block@1.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-button-block@3.0.3(classnames@2.5.1)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-highlight-block@4.2.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-introduction-block@1.0.0)(@kitconcept/volto-separator-block@4.1.2(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.22.0(@babel/runtime@7.27.1)(@popperjs/core@2.11.8)(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-with-direction@1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(seamless-immutable@7.1.4))(embla-carousel@8.6.0)(react@18.2.0))(@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)))(classnames@2.5.1)(lodash@4.17.21)(react-dom@18.2.0(react@18.2.0))(react-intl@3.12.1(react@18.2.0))(react-redux@8.1.2(@types/react-dom@18.3.7(@types/react@18.3.22))(@types/react@18.3.22)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(redux@4.2.1))(react-router-dom@5.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) '@plone/components': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) - '@plonegovbr/volto-social-media': 2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) + '@plonegovbr/volto-social-media': 2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) react: 18.2.0 react-aria-components: 1.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) @@ -17507,7 +17507,7 @@ snapshots: - supports-color - utf-8-validate - '@plonegovbr/volto-social-media@2.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))': + '@plonegovbr/volto-social-media@2.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5))': dependencies: '@plone/components': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(storybook@8.6.14(prettier@3.2.5)) react: 18.2.0 @@ -20198,7 +20198,7 @@ snapshots: sirv: 3.0.1 tinyglobby: 0.2.13 tinyrainbow: 1.2.0 - vitest: 2.1.9(@types/node@22.15.21)(@vitest/ui@2.1.9)(jsdom@21.1.2)(less@3.11.1)(lightningcss@1.30.1)(sass@1.89.0)(terser@5.39.2) + vitest: 2.1.9(@types/node@20.17.50)(@vitest/ui@2.1.9)(jsdom@22.1.0)(less@3.11.1)(lightningcss@1.30.1)(sass@1.89.0)(terser@5.39.2) optional: true '@vitest/ui@2.1.9(vitest@3.1.4)':