From 21be49da033c1ae6a9e4bdd8b886490819a479f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Wed, 16 Jul 2025 16:08:00 -0300 Subject: [PATCH] Upgrade Plone and collective.techevent --- backend/news/+plone.internal | 1 + backend/news/+socialmedia.internal | 1 + backend/news/+techevent.internal | 1 + backend/pyproject.toml | 262 ++-- .../site/profiles/default/metadata.xml | 2 +- .../pythonbrasil/site/upgrades/configure.zcml | 1 + .../site/upgrades/v20250716001/__init__.py | 18 + .../site/upgrades/v20250716001/configure.zcml | 21 + backend/tests/setup/test_setup_install.py | 2 +- backend/uv.lock | 1096 +++++++++-------- backend/version.txt | 2 +- .../news/+techevent.internal | 1 + .../news/+vlt.internal | 1 + .../volto-pythonbrasil-site/package.json | 4 +- frontend/pnpm-lock.yaml | 40 +- 15 files changed, 758 insertions(+), 695 deletions(-) create mode 100644 backend/news/+plone.internal create mode 100644 backend/news/+socialmedia.internal create mode 100644 backend/news/+techevent.internal create mode 100644 backend/src/pythonbrasil/site/upgrades/v20250716001/__init__.py create mode 100644 backend/src/pythonbrasil/site/upgrades/v20250716001/configure.zcml create mode 100644 frontend/packages/volto-pythonbrasil-site/news/+techevent.internal create mode 100644 frontend/packages/volto-pythonbrasil-site/news/+vlt.internal diff --git a/backend/news/+plone.internal b/backend/news/+plone.internal new file mode 100644 index 0000000..ada0b3d --- /dev/null +++ b/backend/news/+plone.internal @@ -0,0 +1 @@ +Upgrade Products.CMFPlone to version 6.1.2. @ericof diff --git a/backend/news/+socialmedia.internal b/backend/news/+socialmedia.internal new file mode 100644 index 0000000..987ad95 --- /dev/null +++ b/backend/news/+socialmedia.internal @@ -0,0 +1 @@ +Upgrade plonegovbr.socialmedia to version 2.0.0a6. @ericof diff --git a/backend/news/+techevent.internal b/backend/news/+techevent.internal new file mode 100644 index 0000000..06e1056 --- /dev/null +++ b/backend/news/+techevent.internal @@ -0,0 +1 @@ +Upgrade collective.techevent to version 1.0.0a9. @ericof diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2fc7245..843e625 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,15 +24,15 @@ classifiers = [ "Programming Language :: Python","Programming Language :: Python :: 3.13", ] 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", "collective.honeypot", - "collective.techevent==1.0.0a5", + "collective.techevent==1.0.0a9", "plone.app.upgrade", "plone.app.discussion", ] @@ -77,10 +77,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", @@ -90,7 +90,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", @@ -98,84 +98,85 @@ 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.0a5", + "collective.techevent==1.0.0a9", "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", "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", @@ -185,76 +186,75 @@ constraint-dependencies = [ "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", @@ -264,50 +264,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", - "plonegovbr.socialmedia>=2.0.0a5", - "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", @@ -317,14 +317,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", @@ -332,41 +332,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", @@ -383,11 +383,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", @@ -401,21 +401,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", @@ -426,38 +426,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", @@ -469,7 +469,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", @@ -487,8 +487,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", @@ -497,8 +497,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/pythonbrasil/site/profiles/default/metadata.xml b/backend/src/pythonbrasil/site/profiles/default/metadata.xml index c06b4f5..2ca31e2 100644 --- a/backend/src/pythonbrasil/site/profiles/default/metadata.xml +++ b/backend/src/pythonbrasil/site/profiles/default/metadata.xml @@ -1,6 +1,6 @@ - 20250616001 + 20250716001 profile-plone.volto:default profile-plone.app.caching:default diff --git a/backend/src/pythonbrasil/site/upgrades/configure.zcml b/backend/src/pythonbrasil/site/upgrades/configure.zcml index d508db4..e015a61 100644 --- a/backend/src/pythonbrasil/site/upgrades/configure.zcml +++ b/backend/src/pythonbrasil/site/upgrades/configure.zcml @@ -5,6 +5,7 @@ + diff --git a/backend/src/pythonbrasil/site/upgrades/v20250716001/__init__.py b/backend/src/pythonbrasil/site/upgrades/v20250716001/__init__.py new file mode 100644 index 0000000..4ca2362 --- /dev/null +++ b/backend/src/pythonbrasil/site/upgrades/v20250716001/__init__.py @@ -0,0 +1,18 @@ +from plone import api +from Products.CMFPlone.MigrationTool import MigrationTool +from Products.GenericSetup.tool import SetupTool +from pythonbrasil.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/pythonbrasil/site/upgrades/v20250716001/configure.zcml b/backend/src/pythonbrasil/site/upgrades/v20250716001/configure.zcml new file mode 100644 index 0000000..52d5c49 --- /dev/null +++ b/backend/src/pythonbrasil/site/upgrades/v20250716001/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 b007627..b836c99 100644 --- a/backend/tests/setup/test_setup_install.py +++ b/backend/tests/setup/test_setup_install.py @@ -14,4 +14,4 @@ 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") == "20250616001" + assert profile_last_version(f"{PACKAGE_NAME}:default") == "20250716001" diff --git a/backend/uv.lock b/backend/uv.lock index aa7573e..700f1b3 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -14,10 +14,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" }, @@ -27,14 +27,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" }, @@ -42,76 +42,77 @@ 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.0a5" }, + { name = "collective-techevent", specifier = "==1.0.0a9" }, { 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 = "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" }, @@ -121,77 +122,76 @@ constraints = [ { 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" }, @@ -201,49 +201,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 = "plonegovbr-socialmedia", specifier = ">=2.0.0a5" }, - { 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" }, @@ -253,14 +253,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" }, @@ -268,41 +268,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" }, @@ -319,11 +319,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" }, @@ -337,21 +337,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" }, @@ -362,36 +362,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" }, @@ -405,7 +405,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" }, @@ -423,8 +423,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" }, @@ -433,8 +433,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" }, @@ -518,11 +518,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]] @@ -700,14 +700,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]] @@ -756,7 +756,7 @@ wheels = [ [[package]] name = "collective-techevent" -version = "1.0.0a5" +version = "1.0.0a9" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "collective-z3cform-datagridfield" }, @@ -766,9 +766,9 @@ dependencies = [ { name = "plonegovbr-socialmedia" }, { name = "products-cmfplone" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/79/18/7a9fbc5f84d5f7b24dfde8225c39901fabc0b73b2884ddceafaf78dc0f83/collective_techevent-1.0.0a5.tar.gz", hash = "sha256:d390100880648d61eaab411425ad7b7df1fae677385047a6bc8c1e6196139065", size = 3535526 } +sdist = { url = "https://files.pythonhosted.org/packages/33/31/82e98ab37f2ad4a3fe3ea6768162a615a5e09c4a79aaaba76af9c5e80318/collective_techevent-1.0.0a9.tar.gz", hash = "sha256:b45c4f8ff05b370836b0569d0169f9cce0abd483512f2e10cb799ba2290fb36f", size = 3544618 } wheels = [ - { url = "https://files.pythonhosted.org/packages/90/24/002f5f4cacfd7c574a58ac1936227632852eade5036a25b246cfa4cca520/collective_techevent-1.0.0a5-py3-none-any.whl", hash = "sha256:c5126f2cc3f079a58a0bafdf98d3bf3f1afd8a431e45b69d092850c27fafa57f", size = 3581370 }, + { url = "https://files.pythonhosted.org/packages/69/be/eb9496d65c7ae1de20dd352c6383952712cb129ad618aa6dadc8528924bb/collective_techevent-1.0.0a9-py3-none-any.whl", hash = "sha256:789b0f25d02d5502cd56c2429d25f834a98bfb9595f093cec4022b192830274e", size = 3598960 }, ] [[package]] @@ -814,7 +814,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" }, @@ -828,9 +828,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]] @@ -844,49 +844,53 @@ wheels = [ [[package]] name = "coverage" -version = "7.6.9" -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 } -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/35/26/9abab6539d2191dbda2ce8c97b67d74cbfc966cc5b25abb880ffc7c459bc/coverage-7.6.9-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:899b8cd4781c400454f2f64f7776a5d87bbd7b3e7f7bda0cb18f857bb1334664", size = 207356 }, - { url = "https://files.pythonhosted.org/packages/44/da/d49f19402240c93453f606e660a6676a2a1fbbaa6870cc23207790aa9697/coverage-7.6.9-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:61f70dc68bd36810972e55bbbe83674ea073dd1dcc121040a08cdf3416c5349c", size = 207614 }, - { url = "https://files.pythonhosted.org/packages/da/e6/93bb9bf85497816082ec8da6124c25efa2052bd4c887dd3b317b91990c9e/coverage-7.6.9-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a289d23d4c46f1a82d5db4abeb40b9b5be91731ee19a379d15790e53031c014", size = 240129 }, - { url = "https://files.pythonhosted.org/packages/df/65/6a824b9406fe066835c1274a9949e06f084d3e605eb1a602727a27ec2fe3/coverage-7.6.9-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7e216d8044a356fc0337c7a2a0536d6de07888d7bcda76febcb8adc50bdbbd00", size = 237276 }, - { url = "https://files.pythonhosted.org/packages/9f/79/6c7a800913a9dd23ac8c8da133ebb556771a5a3d4df36b46767b1baffd35/coverage-7.6.9-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3c026eb44f744acaa2bda7493dad903aa5bf5fc4f2554293a798d5606710055d", size = 239267 }, - { url = "https://files.pythonhosted.org/packages/57/e7/834d530293fdc8a63ba8ff70033d5182022e569eceb9aec7fc716b678a39/coverage-7.6.9-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e77363e8425325384f9d49272c54045bbed2f478e9dd698dbc65dbc37860eb0a", size = 238887 }, - { url = "https://files.pythonhosted.org/packages/15/05/ec9d6080852984f7163c96984444e7cd98b338fd045b191064f943ee1c08/coverage-7.6.9-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:777abfab476cf83b5177b84d7486497e034eb9eaea0d746ce0c1268c71652077", size = 236970 }, - { url = "https://files.pythonhosted.org/packages/0a/d8/775937670b93156aec29f694ce37f56214ed7597e1a75b4083ee4c32121c/coverage-7.6.9-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:447af20e25fdbe16f26e84eb714ba21d98868705cb138252d28bc400381f6ffb", size = 238831 }, - { url = "https://files.pythonhosted.org/packages/f4/58/88551cb7fdd5ec98cb6044e8814e38583436b14040a5ece15349c44c8f7c/coverage-7.6.9-cp313-cp313-win32.whl", hash = "sha256:d872ec5aeb086cbea771c573600d47944eea2dcba8be5f3ee649bfe3cb8dc9ba", size = 210000 }, - { url = "https://files.pythonhosted.org/packages/b7/12/cfbf49b95120872785ff8d56ab1c7fe3970a65e35010c311d7dd35c5fd00/coverage-7.6.9-cp313-cp313-win_amd64.whl", hash = "sha256:fd1213c86e48dfdc5a0cc676551db467495a95a662d2396ecd58e719191446e1", size = 210753 }, - { url = "https://files.pythonhosted.org/packages/7c/68/c1cb31445599b04bde21cbbaa6d21b47c5823cdfef99eae470dfce49c35a/coverage-7.6.9-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:ba9e7484d286cd5a43744e5f47b0b3fb457865baf07bafc6bee91896364e1419", size = 208091 }, - { url = "https://files.pythonhosted.org/packages/11/73/84b02c6b19c4a11eb2d5b5eabe926fb26c21c080e0852f5e5a4f01165f9e/coverage-7.6.9-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e5ea1cf0872ee455c03e5674b5bca5e3e68e159379c1af0903e89f5eba9ccc3a", size = 208369 }, - { url = "https://files.pythonhosted.org/packages/de/e0/ae5d878b72ff26df2e994a5c5b1c1f6a7507d976b23beecb1ed4c85411ef/coverage-7.6.9-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d10e07aa2b91835d6abec555ec8b2733347956991901eea6ffac295f83a30e4", size = 251089 }, - { url = "https://files.pythonhosted.org/packages/ab/9c/0aaac011aef95a93ef3cb2fba3fde30bc7e68a6635199ed469b1f5ea355a/coverage-7.6.9-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:13a9e2d3ee855db3dd6ea1ba5203316a1b1fd8eaeffc37c5b54987e61e4194ae", size = 246806 }, - { url = "https://files.pythonhosted.org/packages/f8/19/4d5d3ae66938a7dcb2f58cef3fa5386f838f469575b0bb568c8cc9e3a33d/coverage-7.6.9-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c38bf15a40ccf5619fa2fe8f26106c7e8e080d7760aeccb3722664c8656b030", size = 249164 }, - { url = "https://files.pythonhosted.org/packages/b3/0b/4ee8a7821f682af9ad440ae3c1e379da89a998883271f088102d7ca2473d/coverage-7.6.9-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:d5275455b3e4627c8e7154feaf7ee0743c2e7af82f6e3b561967b1cca755a0be", size = 248642 }, - { url = "https://files.pythonhosted.org/packages/8a/12/36ff1d52be18a16b4700f561852e7afd8df56363a5edcfb04cf26a0e19e0/coverage-7.6.9-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:8f8770dfc6e2c6a2d4569f411015c8d751c980d17a14b0530da2d7f27ffdd88e", size = 246516 }, - { url = "https://files.pythonhosted.org/packages/43/d0/8e258f6c3a527c1655602f4f576215e055ac704de2d101710a71a2affac2/coverage-7.6.9-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8d2dfa71665a29b153a9681edb1c8d9c1ea50dfc2375fb4dac99ea7e21a0bcd9", size = 247783 }, - { url = "https://files.pythonhosted.org/packages/a9/0d/1e4a48d289429d38aae3babdfcadbf35ca36bdcf3efc8f09b550a845bdb5/coverage-7.6.9-cp313-cp313t-win32.whl", hash = "sha256:5e6b86b5847a016d0fbd31ffe1001b63355ed309651851295315031ea7eb5a9b", size = 210646 }, - { url = "https://files.pythonhosted.org/packages/26/74/b0729f196f328ac55e42b1e22ec2f16d8bcafe4b8158a26ec9f1cdd1d93e/coverage-7.6.9-cp313-cp313t-win_amd64.whl", hash = "sha256:97ddc94d46088304772d21b060041c97fc16bdda13c6c7f9d8fcd8d5ae0d8611", size = 211815 }, +version = "7.8.2" +source = { registry = "https://pypi.org/simple" } +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/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/1a/93/eb6400a745ad3b265bac36e8077fdffcf0268bdbbb6c02b7220b624c9b31/coverage-7.8.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ea561010914ec1c26ab4188aef8b1567272ef6de096312716f90e5baa79ef8ca", size = 211898 }, + { url = "https://files.pythonhosted.org/packages/1b/7c/bdbf113f92683024406a1cd226a199e4200a2001fc85d6a6e7e299e60253/coverage-7.8.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cb86337a4fcdd0e598ff2caeb513ac604d2f3da6d53df2c8e368e07ee38e277d", size = 212171 }, + { url = "https://files.pythonhosted.org/packages/91/22/594513f9541a6b88eb0dba4d5da7d71596dadef6b17a12dc2c0e859818a9/coverage-7.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:26a4636ddb666971345541b59899e969f3b301143dd86b0ddbb570bd591f1e85", size = 245564 }, + { url = "https://files.pythonhosted.org/packages/1f/f4/2860fd6abeebd9f2efcfe0fd376226938f22afc80c1943f363cd3c28421f/coverage-7.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5040536cf9b13fb033f76bcb5e1e5cb3b57c4807fef37db9e0ed129c6a094257", size = 242719 }, + { url = "https://files.pythonhosted.org/packages/89/60/f5f50f61b6332451520e6cdc2401700c48310c64bc2dd34027a47d6ab4ca/coverage-7.8.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc67994df9bcd7e0150a47ef41278b9e0a0ea187caba72414b71dc590b99a108", size = 244634 }, + { url = "https://files.pythonhosted.org/packages/3b/70/7f4e919039ab7d944276c446b603eea84da29ebcf20984fb1fdf6e602028/coverage-7.8.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:6e6c86888fd076d9e0fe848af0a2142bf606044dc5ceee0aa9eddb56e26895a0", size = 244824 }, + { url = "https://files.pythonhosted.org/packages/26/45/36297a4c0cea4de2b2c442fe32f60c3991056c59cdc3cdd5346fbb995c97/coverage-7.8.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:684ca9f58119b8e26bef860db33524ae0365601492e86ba0b71d513f525e7050", size = 242872 }, + { url = "https://files.pythonhosted.org/packages/a4/71/e041f1b9420f7b786b1367fa2a375703889ef376e0d48de9f5723fb35f11/coverage-7.8.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8165584ddedb49204c4e18da083913bdf6a982bfb558632a79bdaadcdafd0d48", size = 244179 }, + { url = "https://files.pythonhosted.org/packages/bd/db/3c2bf49bdc9de76acf2491fc03130c4ffc51469ce2f6889d2640eb563d77/coverage-7.8.2-cp313-cp313-win32.whl", hash = "sha256:34759ee2c65362163699cc917bdb2a54114dd06d19bab860725f94ef45a3d9b7", size = 214393 }, + { url = "https://files.pythonhosted.org/packages/c6/dc/947e75d47ebbb4b02d8babb1fad4ad381410d5bc9da7cfca80b7565ef401/coverage-7.8.2-cp313-cp313-win_amd64.whl", hash = "sha256:2f9bc608fbafaee40eb60a9a53dbfb90f53cc66d3d32c2849dc27cf5638a21e3", size = 215194 }, + { url = "https://files.pythonhosted.org/packages/90/31/a980f7df8a37eaf0dc60f932507fda9656b3a03f0abf188474a0ea188d6d/coverage-7.8.2-cp313-cp313-win_arm64.whl", hash = "sha256:9fe449ee461a3b0c7105690419d0b0aba1232f4ff6d120a9e241e58a556733f7", size = 213580 }, + { url = "https://files.pythonhosted.org/packages/8a/6a/25a37dd90f6c95f59355629417ebcb74e1c34e38bb1eddf6ca9b38b0fc53/coverage-7.8.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:8369a7c8ef66bded2b6484053749ff220dbf83cba84f3398c84c51a6f748a008", size = 212734 }, + { url = "https://files.pythonhosted.org/packages/36/8b/3a728b3118988725f40950931abb09cd7f43b3c740f4640a59f1db60e372/coverage-7.8.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:159b81df53a5fcbc7d45dae3adad554fdbde9829a994e15227b3f9d816d00b36", size = 212959 }, + { url = "https://files.pythonhosted.org/packages/53/3c/212d94e6add3a3c3f412d664aee452045ca17a066def8b9421673e9482c4/coverage-7.8.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e6fcbbd35a96192d042c691c9e0c49ef54bd7ed865846a3c9d624c30bb67ce46", size = 257024 }, + { url = "https://files.pythonhosted.org/packages/a4/40/afc03f0883b1e51bbe804707aae62e29c4e8c8bbc365c75e3e4ddeee9ead/coverage-7.8.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:05364b9cc82f138cc86128dc4e2e1251c2981a2218bfcd556fe6b0fbaa3501be", size = 252867 }, + { url = "https://files.pythonhosted.org/packages/18/a2/3699190e927b9439c6ded4998941a3c1d6fa99e14cb28d8536729537e307/coverage-7.8.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46d532db4e5ff3979ce47d18e2fe8ecad283eeb7367726da0e5ef88e4fe64740", size = 255096 }, + { url = "https://files.pythonhosted.org/packages/b4/06/16e3598b9466456b718eb3e789457d1a5b8bfb22e23b6e8bbc307df5daf0/coverage-7.8.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4000a31c34932e7e4fa0381a3d6deb43dc0c8f458e3e7ea6502e6238e10be625", size = 256276 }, + { url = "https://files.pythonhosted.org/packages/a7/d5/4b5a120d5d0223050a53d2783c049c311eea1709fa9de12d1c358e18b707/coverage-7.8.2-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:43ff5033d657cd51f83015c3b7a443287250dc14e69910577c3e03bd2e06f27b", size = 254478 }, + { url = "https://files.pythonhosted.org/packages/ba/85/f9ecdb910ecdb282b121bfcaa32fa8ee8cbd7699f83330ee13ff9bbf1a85/coverage-7.8.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:94316e13f0981cbbba132c1f9f365cac1d26716aaac130866ca812006f662199", size = 255255 }, + { url = "https://files.pythonhosted.org/packages/50/63/2d624ac7d7ccd4ebbd3c6a9eba9d7fc4491a1226071360d59dd84928ccb2/coverage-7.8.2-cp313-cp313t-win32.whl", hash = "sha256:3f5673888d3676d0a745c3d0e16da338c5eea300cb1f4ada9c872981265e76d8", size = 215109 }, + { url = "https://files.pythonhosted.org/packages/22/5e/7053b71462e970e869111c1853afd642212568a350eba796deefdfbd0770/coverage-7.8.2-cp313-cp313t-win_amd64.whl", hash = "sha256:2c08b05ee8d7861e45dc5a2cc4195c8c66dca5ac613144eb6ebeaff2d502e73d", size = 216268 }, + { url = "https://files.pythonhosted.org/packages/07/69/afa41aa34147655543dbe96994f8a246daf94b361ccf5edfd5df62ce066a/coverage-7.8.2-cp313-cp313t-win_arm64.whl", hash = "sha256:1e1448bb72b387755e1ff3ef1268a06617afd94188164960dba8d0245a46004b", size = 214071 }, + { 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]] @@ -904,11 +908,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]] @@ -986,7 +990,7 @@ wheels = [ [[package]] name = "five-customerize" -version = "3.0.0" +version = "4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -1003,14 +1007,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" }, @@ -1029,14 +1033,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" }, @@ -1051,22 +1055,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]] @@ -1140,11 +1144,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]] @@ -1173,15 +1177,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]] @@ -1195,16 +1199,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" }, @@ -1212,21 +1216,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]] @@ -1240,44 +1244,44 @@ 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 }, - { url = "https://files.pythonhosted.org/packages/94/6a/42141e4d373903bfea6f8e94b2f554d05506dfda522ada5343c651410dc8/lxml-5.3.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8c72e9563347c7395910de6a3100a4840a75a6f60e05af5e58566868d5eb2d6a", size = 8156284 }, - { url = "https://files.pythonhosted.org/packages/91/5e/fa097f0f7d8b3d113fb7312c6308af702f2667f22644441715be961f2c7e/lxml-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e92ce66cd919d18d14b3856906a61d3f6b6a8500e0794142338da644260595cd", size = 4432407 }, - { url = "https://files.pythonhosted.org/packages/2d/a1/b901988aa6d4ff937f2e5cfc114e4ec561901ff00660c3e56713642728da/lxml-5.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d04f064bebdfef9240478f7a779e8c5dc32b8b7b0b2fc6a62e39b928d428e51", size = 5048331 }, - { url = "https://files.pythonhosted.org/packages/30/0f/b2a54f48e52de578b71bbe2a2f8160672a8a5e103df3a78da53907e8c7ed/lxml-5.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c2fb570d7823c2bbaf8b419ba6e5662137f8166e364a8b2b91051a1fb40ab8b", size = 4744835 }, - { url = "https://files.pythonhosted.org/packages/82/9d/b000c15538b60934589e83826ecbc437a1586488d7c13f8ee5ff1f79a9b8/lxml-5.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0c120f43553ec759f8de1fee2f4794452b0946773299d44c36bfe18e83caf002", size = 5316649 }, - { url = "https://files.pythonhosted.org/packages/e3/ee/ffbb9eaff5e541922611d2c56b175c45893d1c0b8b11e5a497708a6a3b3b/lxml-5.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:562e7494778a69086f0312ec9689f6b6ac1c6b65670ed7d0267e49f57ffa08c4", size = 4812046 }, - { url = "https://files.pythonhosted.org/packages/15/ff/7ff89d567485c7b943cdac316087f16b2399a8b997007ed352a1248397e5/lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:423b121f7e6fa514ba0c7918e56955a1d4470ed35faa03e3d9f0e3baa4c7e492", size = 4918597 }, - { url = "https://files.pythonhosted.org/packages/c6/a3/535b6ed8c048412ff51268bdf4bf1cf052a37aa7e31d2e6518038a883b29/lxml-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:c00f323cc00576df6165cc9d21a4c21285fa6b9989c5c39830c3903dc4303ef3", size = 4738071 }, - { url = "https://files.pythonhosted.org/packages/7a/8f/cbbfa59cb4d4fd677fe183725a76d8c956495d7a3c7f111ab8f5e13d2e83/lxml-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:1fdc9fae8dd4c763e8a31e7630afef517eab9f5d5d31a278df087f307bf601f4", size = 5342213 }, - { url = "https://files.pythonhosted.org/packages/5c/fb/db4c10dd9958d4b52e34d1d1f7c1f434422aeaf6ae2bbaaff2264351d944/lxml-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:658f2aa69d31e09699705949b5fc4719cbecbd4a97f9656a232e7d6c7be1a367", size = 4893749 }, - { url = "https://files.pythonhosted.org/packages/f2/38/bb4581c143957c47740de18a3281a0cab7722390a77cc6e610e8ebf2d736/lxml-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1473427aff3d66a3fa2199004c3e601e6c4500ab86696edffdbc84954c72d832", size = 4945901 }, - { url = "https://files.pythonhosted.org/packages/fc/d5/18b7de4960c731e98037bd48fa9f8e6e8f2558e6fbca4303d9b14d21ef3b/lxml-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a87de7dd873bf9a792bf1e58b1c3887b9264036629a5bf2d2e6579fe8e73edff", size = 4815447 }, - { url = "https://files.pythonhosted.org/packages/97/a8/cd51ceaad6eb849246559a8ef60ae55065a3df550fc5fcd27014361c1bab/lxml-5.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0d7b36afa46c97875303a94e8f3ad932bf78bace9e18e603f2085b652422edcd", size = 5411186 }, - { url = "https://files.pythonhosted.org/packages/89/c3/1e3dabab519481ed7b1fdcba21dcfb8832f57000733ef0e71cf6d09a5e03/lxml-5.3.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:cf120cce539453ae086eacc0130a324e7026113510efa83ab42ef3fcfccac7fb", size = 5324481 }, - { url = "https://files.pythonhosted.org/packages/b6/17/71e9984cf0570cd202ac0a1c9ed5c1b8889b0fc8dc736f5ef0ffb181c284/lxml-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:df5c7333167b9674aa8ae1d4008fa4bc17a313cc490b2cca27838bbdcc6bb15b", size = 5011053 }, - { url = "https://files.pythonhosted.org/packages/69/68/9f7e6d3312a91e30829368c2b3217e750adef12a6f8eb10498249f4e8d72/lxml-5.3.0-cp313-cp313-win32.whl", hash = "sha256:c802e1c2ed9f0c06a65bc4ed0189d000ada8049312cfeab6ca635e39c9608957", size = 3485634 }, - { url = "https://files.pythonhosted.org/packages/7d/db/214290d58ad68c587bd5d6af3d34e56830438733d0d0856c0275fde43652/lxml-5.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:406246b96d552e0503e17a1006fd27edac678b3fcc9f1be71a2f94b4ff61528d", size = 3814417 }, +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 }, + { url = "https://files.pythonhosted.org/packages/87/cb/2ba1e9dd953415f58548506fa5549a7f373ae55e80c61c9041b7fd09a38a/lxml-5.4.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:773e27b62920199c6197130632c18fb7ead3257fce1ffb7d286912e56ddb79e0", size = 8110086 }, + { url = "https://files.pythonhosted.org/packages/b5/3e/6602a4dca3ae344e8609914d6ab22e52ce42e3e1638c10967568c5c1450d/lxml-5.4.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ce9c671845de9699904b1e9df95acfe8dfc183f2310f163cdaa91a3535af95de", size = 4404613 }, + { url = "https://files.pythonhosted.org/packages/4c/72/bf00988477d3bb452bef9436e45aeea82bb40cdfb4684b83c967c53909c7/lxml-5.4.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9454b8d8200ec99a224df8854786262b1bd6461f4280064c807303c642c05e76", size = 5012008 }, + { url = "https://files.pythonhosted.org/packages/92/1f/93e42d93e9e7a44b2d3354c462cd784dbaaf350f7976b5d7c3f85d68d1b1/lxml-5.4.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cccd007d5c95279e529c146d095f1d39ac05139de26c098166c4beb9374b0f4d", size = 4760915 }, + { url = "https://files.pythonhosted.org/packages/45/0b/363009390d0b461cf9976a499e83b68f792e4c32ecef092f3f9ef9c4ba54/lxml-5.4.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0fce1294a0497edb034cb416ad3e77ecc89b313cff7adbee5334e4dc0d11f422", size = 5283890 }, + { url = "https://files.pythonhosted.org/packages/19/dc/6056c332f9378ab476c88e301e6549a0454dbee8f0ae16847414f0eccb74/lxml-5.4.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:24974f774f3a78ac12b95e3a20ef0931795ff04dbb16db81a90c37f589819551", size = 4812644 }, + { url = "https://files.pythonhosted.org/packages/ee/8a/f8c66bbb23ecb9048a46a5ef9b495fd23f7543df642dabeebcb2eeb66592/lxml-5.4.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:497cab4d8254c2a90bf988f162ace2ddbfdd806fce3bda3f581b9d24c852e03c", size = 4921817 }, + { url = "https://files.pythonhosted.org/packages/04/57/2e537083c3f381f83d05d9b176f0d838a9e8961f7ed8ddce3f0217179ce3/lxml-5.4.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:e794f698ae4c5084414efea0f5cc9f4ac562ec02d66e1484ff822ef97c2cadff", size = 4753916 }, + { url = "https://files.pythonhosted.org/packages/d8/80/ea8c4072109a350848f1157ce83ccd9439601274035cd045ac31f47f3417/lxml-5.4.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:2c62891b1ea3094bb12097822b3d44b93fc6c325f2043c4d2736a8ff09e65f60", size = 5289274 }, + { url = "https://files.pythonhosted.org/packages/b3/47/c4be287c48cdc304483457878a3f22999098b9a95f455e3c4bda7ec7fc72/lxml-5.4.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:142accb3e4d1edae4b392bd165a9abdee8a3c432a2cca193df995bc3886249c8", size = 4874757 }, + { url = "https://files.pythonhosted.org/packages/2f/04/6ef935dc74e729932e39478e44d8cfe6a83550552eaa072b7c05f6f22488/lxml-5.4.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1a42b3a19346e5601d1b8296ff6ef3d76038058f311902edd574461e9c036982", size = 4947028 }, + { url = "https://files.pythonhosted.org/packages/cb/f9/c33fc8daa373ef8a7daddb53175289024512b6619bc9de36d77dca3df44b/lxml-5.4.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4291d3c409a17febf817259cb37bc62cb7eb398bcc95c1356947e2871911ae61", size = 4834487 }, + { url = "https://files.pythonhosted.org/packages/8d/30/fc92bb595bcb878311e01b418b57d13900f84c2b94f6eca9e5073ea756e6/lxml-5.4.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4f5322cf38fe0e21c2d73901abf68e6329dc02a4994e483adbcf92b568a09a54", size = 5381688 }, + { url = "https://files.pythonhosted.org/packages/43/d1/3ba7bd978ce28bba8e3da2c2e9d5ae3f8f521ad3f0ca6ea4788d086ba00d/lxml-5.4.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:0be91891bdb06ebe65122aa6bf3fc94489960cf7e03033c6f83a90863b23c58b", size = 5242043 }, + { url = "https://files.pythonhosted.org/packages/ee/cd/95fa2201041a610c4d08ddaf31d43b98ecc4b1d74b1e7245b1abdab443cb/lxml-5.4.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:15a665ad90054a3d4f397bc40f73948d48e36e4c09f9bcffc7d90c87410e478a", size = 5021569 }, + { url = "https://files.pythonhosted.org/packages/2d/a6/31da006fead660b9512d08d23d31e93ad3477dd47cc42e3285f143443176/lxml-5.4.0-cp313-cp313-win32.whl", hash = "sha256:d5663bc1b471c79f5c833cffbc9b87d7bf13f87e055a5c86c363ccd2348d7e82", size = 3485270 }, + { url = "https://files.pythonhosted.org/packages/fc/14/c115516c62a7d2499781d2d3d7215218c0731b2c940753bf9f9b7b73924d/lxml-5.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:bcb7a1096b4b6b24ce1ac24d4942ad98f983cd3810f9711bcd0293f43a9d8b9f", size = 3814606 }, ] [package.optional-dependencies] @@ -1287,23 +1291,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]] @@ -1600,40 +1604,43 @@ wheels = [ [[package]] name = "pillow" -version = "11.0.0" -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 } -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/63/24/e2e15e392d00fcf4215907465d8ec2a2f23bcec1481a8ebe4ae760459995/pillow-11.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:bcd1fb5bb7b07f64c15618c89efcc2cfa3e95f0e3bcdbaf4642509de1942a699", size = 3147300 }, - { url = "https://files.pythonhosted.org/packages/43/72/92ad4afaa2afc233dc44184adff289c2e77e8cd916b3ddb72ac69495bda3/pillow-11.0.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0e038b0745997c7dcaae350d35859c9715c71e92ffb7e0f4a8e8a16732150f38", size = 2978742 }, - { url = "https://files.pythonhosted.org/packages/9e/da/c8d69c5bc85d72a8523fe862f05ababdc52c0a755cfe3d362656bb86552b/pillow-11.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ae08bd8ffc41aebf578c2af2f9d8749d91f448b3bfd41d7d9ff573d74f2a6b2", size = 4194349 }, - { url = "https://files.pythonhosted.org/packages/cd/e8/686d0caeed6b998351d57796496a70185376ed9c8ec7d99e1d19ad591fc6/pillow-11.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d69bfd8ec3219ae71bcde1f942b728903cad25fafe3100ba2258b973bd2bc1b2", size = 4298714 }, - { url = "https://files.pythonhosted.org/packages/ec/da/430015cec620d622f06854be67fd2f6721f52fc17fca8ac34b32e2d60739/pillow-11.0.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:61b887f9ddba63ddf62fd02a3ba7add935d053b6dd7d58998c630e6dbade8527", size = 4208514 }, - { url = "https://files.pythonhosted.org/packages/44/ae/7e4f6662a9b1cb5f92b9cc9cab8321c381ffbee309210940e57432a4063a/pillow-11.0.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:c6a660307ca9d4867caa8d9ca2c2658ab685de83792d1876274991adec7b93fa", size = 4380055 }, - { url = "https://files.pythonhosted.org/packages/74/d5/1a807779ac8a0eeed57f2b92a3c32ea1b696e6140c15bd42eaf908a261cd/pillow-11.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:73e3a0200cdda995c7e43dd47436c1548f87a30bb27fb871f352a22ab8dcf45f", size = 4296751 }, - { url = "https://files.pythonhosted.org/packages/38/8c/5fa3385163ee7080bc13026d59656267daaaaf3c728c233d530e2c2757c8/pillow-11.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fba162b8872d30fea8c52b258a542c5dfd7b235fb5cb352240c8d63b414013eb", size = 4430378 }, - { url = "https://files.pythonhosted.org/packages/ca/1d/ad9c14811133977ff87035bf426875b93097fb50af747793f013979facdb/pillow-11.0.0-cp313-cp313-win32.whl", hash = "sha256:f1b82c27e89fffc6da125d5eb0ca6e68017faf5efc078128cfaa42cf5cb38798", size = 2249588 }, - { url = "https://files.pythonhosted.org/packages/fb/01/3755ba287dac715e6afdb333cb1f6d69740a7475220b4637b5ce3d78cec2/pillow-11.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:8ba470552b48e5835f1d23ecb936bb7f71d206f9dfeee64245f30c3270b994de", size = 2567509 }, - { url = "https://files.pythonhosted.org/packages/c0/98/2c7d727079b6be1aba82d195767d35fcc2d32204c7a5820f822df5330152/pillow-11.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:846e193e103b41e984ac921b335df59195356ce3f71dcfd155aa79c603873b84", size = 2254791 }, - { url = "https://files.pythonhosted.org/packages/eb/38/998b04cc6f474e78b563716b20eecf42a2fa16a84589d23c8898e64b0ffd/pillow-11.0.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:4ad70c4214f67d7466bea6a08061eba35c01b1b89eaa098040a35272a8efb22b", size = 3150854 }, - { url = "https://files.pythonhosted.org/packages/13/8e/be23a96292113c6cb26b2aa3c8b3681ec62b44ed5c2bd0b258bd59503d3c/pillow-11.0.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:6ec0d5af64f2e3d64a165f490d96368bb5dea8b8f9ad04487f9ab60dc4bb6003", size = 2982369 }, - { url = "https://files.pythonhosted.org/packages/97/8a/3db4eaabb7a2ae8203cd3a332a005e4aba00067fc514aaaf3e9721be31f1/pillow-11.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c809a70e43c7977c4a42aefd62f0131823ebf7dd73556fa5d5950f5b354087e2", size = 4333703 }, - { url = "https://files.pythonhosted.org/packages/28/ac/629ffc84ff67b9228fe87a97272ab125bbd4dc462745f35f192d37b822f1/pillow-11.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:4b60c9520f7207aaf2e1d94de026682fc227806c6e1f55bba7606d1c94dd623a", size = 4412550 }, - { url = "https://files.pythonhosted.org/packages/d6/07/a505921d36bb2df6868806eaf56ef58699c16c388e378b0dcdb6e5b2fb36/pillow-11.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:1e2688958a840c822279fda0086fec1fdab2f95bf2b717b66871c4ad9859d7e8", size = 4461038 }, - { url = "https://files.pythonhosted.org/packages/d6/b9/fb620dd47fc7cc9678af8f8bd8c772034ca4977237049287e99dda360b66/pillow-11.0.0-cp313-cp313t-win32.whl", hash = "sha256:607bbe123c74e272e381a8d1957083a9463401f7bd01287f50521ecb05a313f8", size = 2253197 }, - { url = "https://files.pythonhosted.org/packages/df/86/25dde85c06c89d7fc5db17940f07aae0a56ac69aa9ccb5eb0f09798862a8/pillow-11.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5c39ed17edea3bc69c743a8dd3e9853b7509625c2462532e62baa0732163a904", size = 2572169 }, - { url = "https://files.pythonhosted.org/packages/51/85/9c33f2517add612e17f3381aee7c4072779130c634921a756c97bc29fb49/pillow-11.0.0-cp313-cp313t-win_arm64.whl", hash = "sha256:75acbbeb05b86bc53cbe7b7e6fe00fbcf82ad7c684b3ad82e3d711da9ba287d3", size = 2256828 }, +version = "11.2.1" +source = { registry = "https://pypi.org/simple" } +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/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 }, + { url = "https://files.pythonhosted.org/packages/36/9c/447528ee3776e7ab8897fe33697a7ff3f0475bb490c5ac1456a03dc57956/pillow-11.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:fdec757fea0b793056419bca3e9932eb2b0ceec90ef4813ea4c1e072c389eb28", size = 3190098 }, + { url = "https://files.pythonhosted.org/packages/b5/09/29d5cd052f7566a63e5b506fac9c60526e9ecc553825551333e1e18a4858/pillow-11.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b0e130705d568e2f43a17bcbe74d90958e8a16263868a12c3e0d9c8162690830", size = 3030166 }, + { url = "https://files.pythonhosted.org/packages/71/5d/446ee132ad35e7600652133f9c2840b4799bbd8e4adba881284860da0a36/pillow-11.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7bdb5e09068332578214cadd9c05e3d64d99e0e87591be22a324bdbc18925be0", size = 4408674 }, + { url = "https://files.pythonhosted.org/packages/69/5f/cbe509c0ddf91cc3a03bbacf40e5c2339c4912d16458fcb797bb47bcb269/pillow-11.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d189ba1bebfbc0c0e529159631ec72bb9e9bc041f01ec6d3233d6d82eb823bc1", size = 4496005 }, + { url = "https://files.pythonhosted.org/packages/f9/b3/dd4338d8fb8a5f312021f2977fb8198a1184893f9b00b02b75d565c33b51/pillow-11.2.1-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:191955c55d8a712fab8934a42bfefbf99dd0b5875078240943f913bb66d46d9f", size = 4518707 }, + { url = "https://files.pythonhosted.org/packages/13/eb/2552ecebc0b887f539111c2cd241f538b8ff5891b8903dfe672e997529be/pillow-11.2.1-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:ad275964d52e2243430472fc5d2c2334b4fc3ff9c16cb0a19254e25efa03a155", size = 4610008 }, + { url = "https://files.pythonhosted.org/packages/72/d1/924ce51bea494cb6e7959522d69d7b1c7e74f6821d84c63c3dc430cbbf3b/pillow-11.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:750f96efe0597382660d8b53e90dd1dd44568a8edb51cb7f9d5d918b80d4de14", size = 4585420 }, + { url = "https://files.pythonhosted.org/packages/43/ab/8f81312d255d713b99ca37479a4cb4b0f48195e530cdc1611990eb8fd04b/pillow-11.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fe15238d3798788d00716637b3d4e7bb6bde18b26e5d08335a96e88564a36b6b", size = 4667655 }, + { url = "https://files.pythonhosted.org/packages/94/86/8f2e9d2dc3d308dfd137a07fe1cc478df0a23d42a6c4093b087e738e4827/pillow-11.2.1-cp313-cp313-win32.whl", hash = "sha256:3fe735ced9a607fee4f481423a9c36701a39719252a9bb251679635f99d0f7d2", size = 2332329 }, + { url = "https://files.pythonhosted.org/packages/6d/ec/1179083b8d6067a613e4d595359b5fdea65d0a3b7ad623fee906e1b3c4d2/pillow-11.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:74ee3d7ecb3f3c05459ba95eed5efa28d6092d751ce9bf20e3e253a4e497e691", size = 2676388 }, + { url = "https://files.pythonhosted.org/packages/23/f1/2fc1e1e294de897df39fa8622d829b8828ddad938b0eaea256d65b84dd72/pillow-11.2.1-cp313-cp313-win_arm64.whl", hash = "sha256:5119225c622403afb4b44bad4c1ca6c1f98eed79db8d3bc6e4e160fc6339d66c", size = 2414950 }, + { url = "https://files.pythonhosted.org/packages/c4/3e/c328c48b3f0ead7bab765a84b4977acb29f101d10e4ef57a5e3400447c03/pillow-11.2.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:8ce2e8411c7aaef53e6bb29fe98f28cd4fbd9a1d9be2eeea434331aac0536b22", size = 3192759 }, + { url = "https://files.pythonhosted.org/packages/18/0e/1c68532d833fc8b9f404d3a642991441d9058eccd5606eab31617f29b6d4/pillow-11.2.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:9ee66787e095127116d91dea2143db65c7bb1e232f617aa5957c0d9d2a3f23a7", size = 3033284 }, + { url = "https://files.pythonhosted.org/packages/b7/cb/6faf3fb1e7705fd2db74e070f3bf6f88693601b0ed8e81049a8266de4754/pillow-11.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9622e3b6c1d8b551b6e6f21873bdcc55762b4b2126633014cea1803368a9aa16", size = 4445826 }, + { url = "https://files.pythonhosted.org/packages/07/94/8be03d50b70ca47fb434a358919d6a8d6580f282bbb7af7e4aa40103461d/pillow-11.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63b5dff3a68f371ea06025a1a6966c9a1e1ee452fc8020c2cd0ea41b83e9037b", size = 4527329 }, + { url = "https://files.pythonhosted.org/packages/fd/a4/bfe78777076dc405e3bd2080bc32da5ab3945b5a25dc5d8acaa9de64a162/pillow-11.2.1-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:31df6e2d3d8fc99f993fd253e97fae451a8db2e7207acf97859732273e108406", size = 4549049 }, + { url = "https://files.pythonhosted.org/packages/65/4d/eaf9068dc687c24979e977ce5677e253624bd8b616b286f543f0c1b91662/pillow-11.2.1-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:062b7a42d672c45a70fa1f8b43d1d38ff76b63421cbbe7f88146b39e8a558d91", size = 4635408 }, + { url = "https://files.pythonhosted.org/packages/1d/26/0fd443365d9c63bc79feb219f97d935cd4b93af28353cba78d8e77b61719/pillow-11.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4eb92eca2711ef8be42fd3f67533765d9fd043b8c80db204f16c8ea62ee1a751", size = 4614863 }, + { url = "https://files.pythonhosted.org/packages/49/65/dca4d2506be482c2c6641cacdba5c602bc76d8ceb618fd37de855653a419/pillow-11.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f91ebf30830a48c825590aede79376cb40f110b387c17ee9bd59932c961044f9", size = 4692938 }, + { url = "https://files.pythonhosted.org/packages/b3/92/1ca0c3f09233bd7decf8f7105a1c4e3162fb9142128c74adad0fb361b7eb/pillow-11.2.1-cp313-cp313t-win32.whl", hash = "sha256:e0b55f27f584ed623221cfe995c912c61606be8513bfa0e07d2c674b4516d9dd", size = 2335774 }, + { url = "https://files.pythonhosted.org/packages/a5/ac/77525347cb43b83ae905ffe257bbe2cc6fd23acb9796639a1f56aa59d191/pillow-11.2.1-cp313-cp313t-win_amd64.whl", hash = "sha256:36d6b82164c39ce5482f649b437382c0fb2395eabc1e2b1702a6deb8ad647d6e", size = 2681895 }, + { url = "https://files.pythonhosted.org/packages/67/32/32dc030cfa91ca0fc52baebbba2e009bb001122a1daa8b6a79ad830b38d3/pillow-11.2.1-cp313-cp313t-win_arm64.whl", hash = "sha256:225c832a13326e34f212d2072982bb1adb210e0cc0b153e688743018c94a2681", size = 2417234 }, ] [[package]] @@ -1652,7 +1659,7 @@ wheels = [ [[package]] name = "plone-api" -version = "2.5.0" +version = "2.5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -1677,9 +1684,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]] @@ -1718,7 +1725,7 @@ wheels = [ [[package]] name = "plone-app-content" -version = "4.1.9" +version = "4.1.10" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "missing" }, @@ -1745,9 +1752,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]] @@ -1791,7 +1798,7 @@ wheels = [ [[package]] name = "plone-app-contentrules" -version = "5.0.6" +version = "5.0.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, @@ -1813,9 +1820,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]] @@ -1893,7 +1900,7 @@ wheels = [ [[package]] name = "plone-app-dexterity" -version = "4.0.4" +version = "4.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "lxml" }, @@ -1928,9 +1935,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] @@ -1942,7 +1949,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" }, @@ -1965,9 +1972,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] @@ -1989,11 +1996,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" }, @@ -2027,9 +2035,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]] @@ -2066,7 +2074,7 @@ wheels = [ [[package]] name = "plone-app-iterate" -version = "6.1.0" +version = "6.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "acquisition" }, @@ -2075,6 +2083,7 @@ dependencies = [ { name = "plone-app-relationfield" }, { name = "plone-base" }, { name = "plone-dexterity" }, + { name = "plone-indexer" }, { name = "plone-locking" }, { name = "plone-memoize" }, { name = "plone-registry" }, @@ -2089,9 +2098,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]] @@ -2151,14 +2160,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]] @@ -2178,7 +2187,7 @@ wheels = [ [[package]] name = "plone-app-multilingual" -version = "8.2.3" +version = "8.3.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -2219,14 +2228,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" }, @@ -2257,9 +2266,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]] @@ -2459,7 +2468,7 @@ wheels = [ [[package]] name = "plone-app-theming" -version = "5.0.12" +version = "5.0.13" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "diazo" }, @@ -2482,14 +2491,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" }, @@ -2511,14 +2520,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" }, @@ -2551,9 +2560,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]] @@ -2663,7 +2672,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" }, @@ -2685,9 +2694,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]] @@ -2722,7 +2731,7 @@ wheels = [ [[package]] name = "plone-base" -version = "2.0.3" +version = "3.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-batching" }, @@ -2734,9 +2743,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]] @@ -2757,7 +2766,7 @@ wheels = [ [[package]] name = "plone-behavior" -version = "2.0.1" +version = "2.0.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -2767,9 +2776,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]] @@ -2875,7 +2884,7 @@ wheels = [ [[package]] name = "plone-distribution" -version = "3.1.1" +version = "3.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jsonschema" }, @@ -2893,9 +2902,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]] @@ -3098,7 +3107,7 @@ wheels = [ [[package]] name = "plone-namedfile" -version = "7.0.1" +version = "7.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "beautifulsoup4" }, @@ -3121,9 +3130,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]] @@ -3222,7 +3231,7 @@ wheels = [ [[package]] name = "plone-protect" -version = "5.0.3" +version = "5.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "collective-monkeypatcher" }, @@ -3238,9 +3247,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]] @@ -3311,7 +3320,7 @@ wheels = [ [[package]] name = "plone-restapi" -version = "9.13.3" +version = "9.15.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, @@ -3323,9 +3332,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] @@ -3361,17 +3370,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] @@ -3430,7 +3440,7 @@ wheels = [ [[package]] name = "plone-session" -version = "4.0.4" +version = "4.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-keyring" }, @@ -3440,14 +3450,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" }, @@ -3458,9 +3468,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]] @@ -3520,15 +3530,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] @@ -3591,25 +3601,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" }, @@ -3619,14 +3630,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" }, @@ -3634,14 +3645,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" }, @@ -3650,18 +3661,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]] @@ -3802,7 +3813,7 @@ wheels = [ [[package]] name = "products-cmfplone" -version = "6.1.1" +version = "6.1.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "borg-localrole" }, @@ -3872,9 +3883,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] @@ -4142,7 +4153,7 @@ wheels = [ [[package]] name = "products-sessions" -version = "5.0" +version = "6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "accesscontrol" }, @@ -4153,11 +4164,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]] @@ -4263,14 +4275,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]] @@ -4307,6 +4319,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" @@ -4336,17 +4357,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]] @@ -4364,7 +4386,7 @@ wheels = [ [[package]] name = "pytest-plone" -version = "1.0.0a1" +version = "1.0.0a2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "plone-api" }, @@ -4378,9 +4400,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]] @@ -4445,7 +4467,7 @@ test = [ [package.metadata] requires-dist = [ { name = "collective-honeypot" }, - { name = "collective-techevent", specifier = "==1.0.0a5" }, + { name = "collective-techevent", specifier = "==1.0.0a9" }, { name = "collective-volto-formsupport" }, { name = "pas-plugins-authomatic", specifier = "==2.0.0" }, { name = "plone-api" }, @@ -4453,8 +4475,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] @@ -4514,15 +4536,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", marker = "python_full_version < '3.13'" }, ] -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]] @@ -4818,11 +4841,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]] @@ -4833,37 +4856,37 @@ sdist = { url = "https://files.pythonhosted.org/packages/9e/bd/3704a8c3e0942d711 [[package]] name = "simplejson" -version = "3.19.3" -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 } -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/93/3a/5896821ed543899fcb9c4256c7e71bb110048047349a00f42bc8b8fb379f/simplejson-3.19.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:0959e6cb62e3994b5a40e31047ff97ef5c4138875fae31659bead691bed55896", size = 92931 }, - { url = "https://files.pythonhosted.org/packages/39/15/5d33d269440912ee40d856db0c8be2b91aba7a219690ab01f86cb0edd590/simplejson-3.19.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:7a7bfad839c624e139a4863007233a3f194e7c51551081f9789cba52e4da5167", size = 75318 }, - { url = "https://files.pythonhosted.org/packages/2a/8d/2e7483a2bf7ec53acf7e012bafbda79d7b34f90471dda8e424544a59d484/simplejson-3.19.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:afab2f7f2486a866ff04d6d905e9386ca6a231379181a3838abce1f32fbdcc37", size = 74971 }, - { url = "https://files.pythonhosted.org/packages/4d/9d/9bdf34437c8834a7cf7246f85e9d5122e30579f512c10a0c2560e994294f/simplejson-3.19.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d00313681015ac498e1736b304446ee6d1c72c5b287cd196996dad84369998f7", size = 150112 }, - { url = "https://files.pythonhosted.org/packages/a7/e2/1f2ae2d89eaf85f6163c82150180aae5eaa18085cfaf892f8a57d4c51cbd/simplejson-3.19.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d936ae682d5b878af9d9eb4d8bb1fdd5e41275c8eb59ceddb0aeed857bb264a2", size = 158354 }, - { url = "https://files.pythonhosted.org/packages/60/83/26f610adf234c8492b3f30501e12f2271e67790f946c6898fe0c58aefe99/simplejson-3.19.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:01c6657485393f2e9b8177c77a7634f13ebe70d5e6de150aae1677d91516ce6b", size = 148455 }, - { url = "https://files.pythonhosted.org/packages/b5/4b/109af50006af77133653c55b5b91b4bd2d579ff8254ce11216c0b75f911b/simplejson-3.19.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a6a750d3c7461b1c47cfc6bba8d9e57a455e7c5f80057d2a82f738040dd1129", size = 152191 }, - { url = "https://files.pythonhosted.org/packages/75/dc/108872a8825cbd99ae6f4334e0490ff1580367baf12198bcaf988f6820ba/simplejson-3.19.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ea7a4a998c87c5674a27089e022110a1a08a7753f21af3baf09efe9915c23c3c", size = 149954 }, - { url = "https://files.pythonhosted.org/packages/eb/be/deec1d947a5d0472276ab4a4d1a9378dc5ee27f3dc9e54d4f62ffbad7a08/simplejson-3.19.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:6300680d83a399be2b8f3b0ef7ef90b35d2a29fe6e9c21438097e0938bbc1564", size = 151812 }, - { url = "https://files.pythonhosted.org/packages/e9/58/4ee130702d36b1551ef66e7587eefe56651f3669255bf748cd71691e2434/simplejson-3.19.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:ab69f811a660c362651ae395eba8ce84f84c944cea0df5718ea0ba9d1e4e7252", size = 158880 }, - { url = "https://files.pythonhosted.org/packages/0f/e1/59cc6a371b60f89e3498d9f4c8109f6b7359094d453f5fe80b2677b777b0/simplejson-3.19.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:256e09d0f94d9c3d177d9e95fd27a68c875a4baa2046633df387b86b652f5747", size = 154344 }, - { url = "https://files.pythonhosted.org/packages/79/45/1b36044670016f5cb25ebd92497427d2d1711ecb454d00f71eb9a00b77cc/simplejson-3.19.3-cp313-cp313-win32.whl", hash = "sha256:2c78293470313aefa9cfc5e3f75ca0635721fb016fb1121c1c5b0cb8cc74712a", size = 74002 }, - { url = "https://files.pythonhosted.org/packages/e2/58/b06226e6b0612f2b1fa13d5273551da259f894566b1eef32249ddfdcce44/simplejson-3.19.3-cp313-cp313-win_amd64.whl", hash = "sha256:3bbcdc438dc1683b35f7a8dc100960c721f922f9ede8127f63bed7dfded4c64c", size = 75599 }, - { url = "https://files.pythonhosted.org/packages/0d/e7/f9fafbd4f39793a20cc52e77bbd766f7384312526d402c382928dc7667f6/simplejson-3.19.3-py3-none-any.whl", hash = "sha256:49cc4c7b940d43bd12bf87ec63f28cbc4964fc4e12c031cc8cd01650f43eb94e", size = 57004 }, +version = "3.20.1" +source = { registry = "https://pypi.org/simple" } +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/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/c4/03/0f453a27877cb5a5fff16a975925f4119102cc8552f52536b9a98ef0431e/simplejson-3.20.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:71e849e7ceb2178344998cbe5ade101f1b329460243c79c27fbfc51c0447a7c3", size = 93109 }, + { url = "https://files.pythonhosted.org/packages/74/1f/a729f4026850cabeaff23e134646c3f455e86925d2533463420635ae54de/simplejson-3.20.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b63fdbab29dc3868d6f009a59797cefaba315fd43cd32ddd998ee1da28e50e29", size = 75475 }, + { url = "https://files.pythonhosted.org/packages/e2/14/50a2713fee8ff1f8d655b1a14f4a0f1c0c7246768a1b3b3d12964a4ed5aa/simplejson-3.20.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1190f9a3ce644fd50ec277ac4a98c0517f532cfebdcc4bd975c0979a9f05e1fb", size = 75112 }, + { url = "https://files.pythonhosted.org/packages/45/86/ea9835abb646755140e2d482edc9bc1e91997ed19a59fd77ae4c6a0facea/simplejson-3.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c1336ba7bcb722ad487cd265701ff0583c0bb6de638364ca947bb84ecc0015d1", size = 150245 }, + { url = "https://files.pythonhosted.org/packages/12/b4/53084809faede45da829fe571c65fbda8479d2a5b9c633f46b74124d56f5/simplejson-3.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e975aac6a5acd8b510eba58d5591e10a03e3d16c1cf8a8624ca177491f7230f0", size = 158465 }, + { url = "https://files.pythonhosted.org/packages/a9/7d/d56579468d1660b3841e1f21c14490d103e33cf911886b22652d6e9683ec/simplejson-3.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6a6dd11ee282937ad749da6f3b8d87952ad585b26e5edfa10da3ae2536c73078", size = 148514 }, + { url = "https://files.pythonhosted.org/packages/19/e3/874b1cca3d3897b486d3afdccc475eb3a09815bf1015b01cf7fcb52a55f0/simplejson-3.20.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ab980fcc446ab87ea0879edad41a5c28f2d86020014eb035cf5161e8de4474c6", size = 152262 }, + { url = "https://files.pythonhosted.org/packages/32/84/f0fdb3625292d945c2bd13a814584603aebdb38cfbe5fe9be6b46fe598c4/simplejson-3.20.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f5aee2a4cb6b146bd17333ac623610f069f34e8f31d2f4f0c1a2186e50c594f0", size = 150164 }, + { url = "https://files.pythonhosted.org/packages/95/51/6d625247224f01eaaeabace9aec75ac5603a42f8ebcce02c486fbda8b428/simplejson-3.20.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:652d8eecbb9a3b6461b21ec7cf11fd0acbab144e45e600c817ecf18e4580b99e", size = 151795 }, + { url = "https://files.pythonhosted.org/packages/7f/d9/bb921df6b35be8412f519e58e86d1060fddf3ad401b783e4862e0a74c4c1/simplejson-3.20.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:8c09948f1a486a89251ee3a67c9f8c969b379f6ffff1a6064b41fea3bce0a112", size = 159027 }, + { url = "https://files.pythonhosted.org/packages/03/c5/5950605e4ad023a6621cf4c931b29fd3d2a9c1f36be937230bfc83d7271d/simplejson-3.20.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:cbbd7b215ad4fc6f058b5dd4c26ee5c59f72e031dfda3ac183d7968a99e4ca3a", size = 154380 }, + { url = "https://files.pythonhosted.org/packages/66/ad/b74149557c5ec1e4e4d55758bda426f5d2ec0123cd01a53ae63b8de51fa3/simplejson-3.20.1-cp313-cp313-win32.whl", hash = "sha256:ae81e482476eaa088ef9d0120ae5345de924f23962c0c1e20abbdff597631f87", size = 74102 }, + { url = "https://files.pythonhosted.org/packages/db/a9/25282fdd24493e1022f30b7f5cdf804255c007218b2bfaa655bd7ad34b2d/simplejson-3.20.1-cp313-cp313-win_amd64.whl", hash = "sha256:1b9fd15853b90aec3b1739f4471efbf1ac05066a2c7041bf8db821bb73cd2ddc", 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]] @@ -4942,7 +4965,7 @@ wheels = [ [[package]] name = "trio" -version = "0.27.0" +version = "0.30.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "attrs" }, @@ -4952,58 +4975,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]] @@ -5075,47 +5099,56 @@ 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" -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 } -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/67/9c/38294e1bb92b055222d1b8b6591604ca4468b77b1250f59c15256437644f/wrapt-1.17.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:714c12485aa52efbc0fc0ade1e9ab3a70343db82627f90f2ecbc898fdf0bb181", size = 38904 }, - { url = "https://files.pythonhosted.org/packages/78/b6/76597fb362cbf8913a481d41b14b049a8813cd402a5d2f84e57957c813ae/wrapt-1.17.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da427d311782324a376cacb47c1a4adc43f99fd9d996ffc1b3e8529c4074d393", size = 88608 }, - { url = "https://files.pythonhosted.org/packages/bc/69/b500884e45b3881926b5f69188dc542fb5880019d15c8a0df1ab1dfda1f7/wrapt-1.17.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ba1739fb38441a27a676f4de4123d3e858e494fac05868b7a281c0a383c098f4", size = 80879 }, - { url = "https://files.pythonhosted.org/packages/52/31/f4cc58afe29eab8a50ac5969963010c8b60987e719c478a5024bce39bc42/wrapt-1.17.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e711fc1acc7468463bc084d1b68561e40d1eaa135d8c509a65dd534403d83d7b", size = 89119 }, - { url = "https://files.pythonhosted.org/packages/aa/9c/05ab6bf75dbae7a9d34975fb6ee577e086c1c26cde3b6cf6051726d33c7c/wrapt-1.17.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:140ea00c87fafc42739bd74a94a5a9003f8e72c27c47cd4f61d8e05e6dec8721", size = 86778 }, - { url = "https://files.pythonhosted.org/packages/0e/6c/4b8d42e3db355603d35fe5c9db79c28f2472a6fd1ccf4dc25ae46739672a/wrapt-1.17.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:73a96fd11d2b2e77d623a7f26e004cc31f131a365add1ce1ce9a19e55a1eef90", size = 79793 }, - { url = "https://files.pythonhosted.org/packages/69/23/90e3a2ee210c0843b2c2a49b3b97ffcf9cad1387cb18cbeef9218631ed5a/wrapt-1.17.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0b48554952f0f387984da81ccfa73b62e52817a4386d070c75e4db7d43a28c4a", size = 87606 }, - { url = "https://files.pythonhosted.org/packages/5f/06/3683126491ca787d8d71d8d340e775d40767c5efedb35039d987203393b7/wrapt-1.17.0-cp313-cp313-win32.whl", hash = "sha256:498fec8da10e3e62edd1e7368f4b24aa362ac0ad931e678332d1b209aec93045", size = 36651 }, - { url = "https://files.pythonhosted.org/packages/f1/bc/3bf6d2ca0d2c030d324ef9272bea0a8fdaff68f3d1fa7be7a61da88e51f7/wrapt-1.17.0-cp313-cp313-win_amd64.whl", hash = "sha256:fd136bb85f4568fffca995bd3c8d52080b1e5b225dbf1c2b17b66b4c5fa02838", size = 38835 }, - { url = "https://files.pythonhosted.org/packages/ce/b5/251165c232d87197a81cd362eeb5104d661a2dd3aa1f0b33e4bf61dda8b8/wrapt-1.17.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:17fcf043d0b4724858f25b8826c36e08f9fb2e475410bece0ec44a22d533da9b", size = 40146 }, - { url = "https://files.pythonhosted.org/packages/89/33/1e1bdd3e866eeb73d8c4755db1ceb8a80d5bd51ee4648b3f2247adec4e67/wrapt-1.17.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4a557d97f12813dc5e18dad9fa765ae44ddd56a672bb5de4825527c847d6379", size = 113444 }, - { url = "https://files.pythonhosted.org/packages/9f/7c/94f53b065a43f5dc1fbdd8b80fd8f41284315b543805c956619c0b8d92f0/wrapt-1.17.0-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0229b247b0fc7dee0d36176cbb79dbaf2a9eb7ecc50ec3121f40ef443155fb1d", size = 101246 }, - { url = "https://files.pythonhosted.org/packages/62/5d/640360baac6ea6018ed5e34e6e80e33cfbae2aefde24f117587cd5efd4b7/wrapt-1.17.0-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8425cfce27b8b20c9b89d77fb50e368d8306a90bf2b6eef2cdf5cd5083adf83f", size = 109320 }, - { url = "https://files.pythonhosted.org/packages/e3/cf/6c7a00ae86a2e9482c91170aefe93f4ccda06c1ac86c4de637c69133da59/wrapt-1.17.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:9c900108df470060174108012de06d45f514aa4ec21a191e7ab42988ff42a86c", size = 110193 }, - { url = "https://files.pythonhosted.org/packages/cd/cc/aa718df0d20287e8f953ce0e2f70c0af0fba1d3c367db7ee8bdc46ea7003/wrapt-1.17.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:4e547b447073fc0dbfcbff15154c1be8823d10dab4ad401bdb1575e3fdedff1b", size = 100460 }, - { url = "https://files.pythonhosted.org/packages/f7/16/9f3ac99fe1f6caaa789d67b4e3c562898b532c250769f5255fa8b8b93983/wrapt-1.17.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:914f66f3b6fc7b915d46c1cc424bc2441841083de01b90f9e81109c9759e43ab", size = 106347 }, - { url = "https://files.pythonhosted.org/packages/64/85/c77a331b2c06af49a687f8b926fc2d111047a51e6f0b0a4baa01ff3a673a/wrapt-1.17.0-cp313-cp313t-win32.whl", hash = "sha256:a4192b45dff127c7d69b3bdfb4d3e47b64179a0b9900b6351859f3001397dabf", size = 37971 }, - { url = "https://files.pythonhosted.org/packages/05/9b/b2469f8be9efed24283fd7b9eeb8e913e9bc0715cf919ea8645e428ab7af/wrapt-1.17.0-cp313-cp313t-win_amd64.whl", hash = "sha256:4f643df3d4419ea3f856c5c3f40fec1d65ea2e89ec812c83f7767c8730f9827a", size = 40755 }, - { url = "https://files.pythonhosted.org/packages/4b/d9/a8ba5e9507a9af1917285d118388c5eb7a81834873f45df213a6fe923774/wrapt-1.17.0-py3-none-any.whl", hash = "sha256:d2c63b93548eda58abf5188e505ffed0229bf675f7c3090f8e36ad55b8cbc371", size = 23592 }, +version = "1.17.2" +source = { registry = "https://pypi.org/simple" } +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/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/ce/b9/0ffd557a92f3b11d4c5d5e0c5e4ad057bd9eb8586615cdaf901409920b14/wrapt-1.17.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6ed6ffac43aecfe6d86ec5b74b06a5be33d5bb9243d055141e8cabb12aa08125", size = 53800 }, + { url = "https://files.pythonhosted.org/packages/c0/ef/8be90a0b7e73c32e550c73cfb2fa09db62234227ece47b0e80a05073b375/wrapt-1.17.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:35621ae4c00e056adb0009f8e86e28eb4a41a4bfa8f9bfa9fca7d343fe94f998", size = 38824 }, + { url = "https://files.pythonhosted.org/packages/36/89/0aae34c10fe524cce30fe5fc433210376bce94cf74d05b0d68344c8ba46e/wrapt-1.17.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a604bf7a053f8362d27eb9fefd2097f82600b856d5abe996d623babd067b1ab5", size = 38920 }, + { url = "https://files.pythonhosted.org/packages/3b/24/11c4510de906d77e0cfb5197f1b1445d4fec42c9a39ea853d482698ac681/wrapt-1.17.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cbabee4f083b6b4cd282f5b817a867cf0b1028c54d445b7ec7cfe6505057cf8", size = 88690 }, + { url = "https://files.pythonhosted.org/packages/71/d7/cfcf842291267bf455b3e266c0c29dcb675b5540ee8b50ba1699abf3af45/wrapt-1.17.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:49703ce2ddc220df165bd2962f8e03b84c89fee2d65e1c24a7defff6f988f4d6", size = 80861 }, + { url = "https://files.pythonhosted.org/packages/d5/66/5d973e9f3e7370fd686fb47a9af3319418ed925c27d72ce16b791231576d/wrapt-1.17.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8112e52c5822fc4253f3901b676c55ddf288614dc7011634e2719718eaa187dc", size = 89174 }, + { url = "https://files.pythonhosted.org/packages/a7/d3/8e17bb70f6ae25dabc1aaf990f86824e4fd98ee9cadf197054e068500d27/wrapt-1.17.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9fee687dce376205d9a494e9c121e27183b2a3df18037f89d69bd7b35bcf59e2", size = 86721 }, + { url = "https://files.pythonhosted.org/packages/6f/54/f170dfb278fe1c30d0ff864513cff526d624ab8de3254b20abb9cffedc24/wrapt-1.17.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:18983c537e04d11cf027fbb60a1e8dfd5190e2b60cc27bc0808e653e7b218d1b", size = 79763 }, + { url = "https://files.pythonhosted.org/packages/4a/98/de07243751f1c4a9b15c76019250210dd3486ce098c3d80d5f729cba029c/wrapt-1.17.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:703919b1633412ab54bcf920ab388735832fdcb9f9a00ae49387f0fe67dad504", size = 87585 }, + { url = "https://files.pythonhosted.org/packages/f9/f0/13925f4bd6548013038cdeb11ee2cbd4e37c30f8bfd5db9e5a2a370d6e20/wrapt-1.17.2-cp313-cp313-win32.whl", hash = "sha256:abbb9e76177c35d4e8568e58650aa6926040d6a9f6f03435b7a522bf1c487f9a", size = 36676 }, + { url = "https://files.pythonhosted.org/packages/bf/ae/743f16ef8c2e3628df3ddfd652b7d4c555d12c84b53f3d8218498f4ade9b/wrapt-1.17.2-cp313-cp313-win_amd64.whl", hash = "sha256:69606d7bb691b50a4240ce6b22ebb319c1cfb164e5f6569835058196e0f3a845", size = 38871 }, + { url = "https://files.pythonhosted.org/packages/3d/bc/30f903f891a82d402ffb5fda27ec1d621cc97cb74c16fea0b6141f1d4e87/wrapt-1.17.2-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:4a721d3c943dae44f8e243b380cb645a709ba5bd35d3ad27bc2ed947e9c68192", size = 56312 }, + { url = "https://files.pythonhosted.org/packages/8a/04/c97273eb491b5f1c918857cd26f314b74fc9b29224521f5b83f872253725/wrapt-1.17.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:766d8bbefcb9e00c3ac3b000d9acc51f1b399513f44d77dfe0eb026ad7c9a19b", size = 40062 }, + { url = "https://files.pythonhosted.org/packages/4e/ca/3b7afa1eae3a9e7fefe499db9b96813f41828b9fdb016ee836c4c379dadb/wrapt-1.17.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:e496a8ce2c256da1eb98bd15803a79bee00fc351f5dfb9ea82594a3f058309e0", size = 40155 }, + { url = "https://files.pythonhosted.org/packages/89/be/7c1baed43290775cb9030c774bc53c860db140397047cc49aedaf0a15477/wrapt-1.17.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40d615e4fe22f4ad3528448c193b218e077656ca9ccb22ce2cb20db730f8d306", size = 113471 }, + { url = "https://files.pythonhosted.org/packages/32/98/4ed894cf012b6d6aae5f5cc974006bdeb92f0241775addad3f8cd6ab71c8/wrapt-1.17.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a5aaeff38654462bc4b09023918b7f21790efb807f54c000a39d41d69cf552cb", size = 101208 }, + { url = "https://files.pythonhosted.org/packages/ea/fd/0c30f2301ca94e655e5e057012e83284ce8c545df7661a78d8bfca2fac7a/wrapt-1.17.2-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9a7d15bbd2bc99e92e39f49a04653062ee6085c0e18b3b7512a4f2fe91f2d681", size = 109339 }, + { url = "https://files.pythonhosted.org/packages/75/56/05d000de894c4cfcb84bcd6b1df6214297b8089a7bd324c21a4765e49b14/wrapt-1.17.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:e3890b508a23299083e065f435a492b5435eba6e304a7114d2f919d400888cc6", size = 110232 }, + { url = "https://files.pythonhosted.org/packages/53/f8/c3f6b2cf9b9277fb0813418e1503e68414cd036b3b099c823379c9575e6d/wrapt-1.17.2-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:8c8b293cd65ad716d13d8dd3624e42e5a19cc2a2f1acc74b30c2c13f15cb61a6", size = 100476 }, + { url = "https://files.pythonhosted.org/packages/a7/b1/0bb11e29aa5139d90b770ebbfa167267b1fc548d2302c30c8f7572851738/wrapt-1.17.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c82b8785d98cdd9fed4cac84d765d234ed3251bd6afe34cb7ac523cb93e8b4f", size = 106377 }, + { url = "https://files.pythonhosted.org/packages/6a/e1/0122853035b40b3f333bbb25f1939fc1045e21dd518f7f0922b60c156f7c/wrapt-1.17.2-cp313-cp313t-win32.whl", hash = "sha256:13e6afb7fe71fe7485a4550a8844cc9ffbe263c0f1a1eea569bc7091d4898555", size = 37986 }, + { url = "https://files.pythonhosted.org/packages/09/5e/1655cf481e079c1f22d0cabdd4e51733679932718dc23bf2db175f329b76/wrapt-1.17.2-cp313-cp313t-win_amd64.whl", hash = "sha256:eaf675418ed6b3b31c7a989fd007fa7c3be66ce14e5c3b27336383604c9da85c", size = 40750 }, + { url = "https://files.pythonhosted.org/packages/2d/82/f56956041adef78f849db6b289b282e72b55ab8045a75abad81898c28d19/wrapt-1.17.2-py3-none-any.whl", hash = "sha256:b18f2d1533a71f069c7f82d524a52599053d4c7166e9dd374ae2136b7f40f7c8", size = 23594 }, ] [[package]] @@ -5144,7 +5177,7 @@ wheels = [ [[package]] name = "z3c-caching" -version = "3.0" +version = "4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5155,9 +5188,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] @@ -5167,7 +5200,7 @@ zcml = [ [[package]] name = "z3c-form" -version = "5.1" +version = "6.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "setuptools" }, @@ -5190,14 +5223,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" }, @@ -5207,14 +5240,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" }, @@ -5224,27 +5257,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" }, @@ -5255,14 +5288,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" }, @@ -5270,14 +5303,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" }, @@ -5287,14 +5320,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" }, @@ -5303,9 +5336,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]] @@ -5322,7 +5355,7 @@ wheels = [ [[package]] name = "zc-relation" -version = "2.0" +version = "2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -5330,9 +5363,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]] @@ -5346,15 +5379,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]] @@ -5392,7 +5425,7 @@ wheels = [ [[package]] name = "zodb" -version = "6.0" +version = "6.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -5403,9 +5436,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]] @@ -5657,20 +5690,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]] @@ -5999,7 +6031,7 @@ wheels = [ [[package]] name = "zope-intid" -version = "5.0" +version = "5.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "btrees" }, @@ -6013,14 +6045,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" }, @@ -6030,9 +6062,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]] @@ -6163,21 +6195,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" }, @@ -6185,9 +6217,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-pythonbrasil-site/news/+techevent.internal b/frontend/packages/volto-pythonbrasil-site/news/+techevent.internal new file mode 100644 index 0000000..f226e0f --- /dev/null +++ b/frontend/packages/volto-pythonbrasil-site/news/+techevent.internal @@ -0,0 +1 @@ +Upgrade @plone-collective/volto-techevent to version 1.0.0-alpha.9. @ericof diff --git a/frontend/packages/volto-pythonbrasil-site/news/+vlt.internal b/frontend/packages/volto-pythonbrasil-site/news/+vlt.internal new file mode 100644 index 0000000..ba2698b --- /dev/null +++ b/frontend/packages/volto-pythonbrasil-site/news/+vlt.internal @@ -0,0 +1 @@ +Upgrade @kitconcept/volto-light-theme to version 7.0.0-alpha.14. @ericof diff --git a/frontend/packages/volto-pythonbrasil-site/package.json b/frontend/packages/volto-pythonbrasil-site/package.json index 78a8dea..ae97b3f 100644 --- a/frontend/packages/volto-pythonbrasil-site/package.json +++ b/frontend/packages/volto-pythonbrasil-site/package.json @@ -48,8 +48,8 @@ "@plone/registry": "workspace:*", "@eeacms/volto-matomo": "*", "@eeacms/volto-statistic-block": "*", - "@plone-collective/volto-techevent": "1.0.0-alpha.5", - "@kitconcept/volto-light-theme": "7.0.0-alpha.10", + "@plone-collective/volto-techevent": "1.0.0-alpha.9", + "@kitconcept/volto-light-theme": "7.0.0-alpha.14", "@kitconcept/volto-social-blocks": "1.0.0-alpha.8", "@mbarde/volto-image-crop-widget": "0.5.1", "@plone-collective/volto-authomatic": "3.0.0-alpha.3", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 1bf5897..b1c6fe7 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -1560,8 +1560,8 @@ importers: specifier: '*' version: 6.0.1(react@18.2.0) '@kitconcept/volto-light-theme': - specifier: 7.0.0-alpha.10 - version: 7.0.0-alpha.10(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)) + specifier: 7.0.0-alpha.14 + version: 7.0.0-alpha.14(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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) @@ -1575,8 +1575,8 @@ importers: 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.12(prettier@3.2.5)) '@plone-collective/volto-techevent': - specifier: 1.0.0-alpha.5 - version: 1.0.0-alpha.5(@kitconcept/volto-light-theme@7.0.0-alpha.10(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)))(react-aria-components@1.8.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.12(prettier@3.2.5)) + specifier: 1.0.0-alpha.9 + version: 1.0.0-alpha.9(@kitconcept/volto-light-theme@7.0.0-alpha.14(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)))(react-aria-components@1.8.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.12(prettier@3.2.5)) '@plone/components': specifier: workspace:* version: link:../../core/packages/components @@ -3130,8 +3130,8 @@ packages: '@kitconcept/volto-introduction-block@1.0.0': resolution: {integrity: sha512-17wbBx89zcSQzXbdWvKBDlw0aJfTzjaX3cJUBorHjrJgOcTx7WBahIhBPjnC2z4EYmZ5w9YdHolqdD9HUlpozw==} - '@kitconcept/volto-light-theme@7.0.0-alpha.10': - resolution: {integrity: sha512-wt9Ig1vFyNZaYz7GqFI6RiyxFkhpRP7ZtzS7y09O+hV0WmLhNnZ7bhKLwfJN3DNt4CNOB71Uvtb35/kOQuc5JQ==} + '@kitconcept/volto-light-theme@7.0.0-alpha.14': + resolution: {integrity: sha512-fQwTOB0XGy9qp0sHZ+jKRBq7WcLAHsMUNSx/imhXDzKX/Qy5jI7Ol0I5p8cNM9Mu8yyZdI7cM3BIQFLynwUOBg==} peerDependencies: '@eeacms/volto-accordion-block': ^10.4.6 '@kitconcept/volto-banner-block': ^1.0.1 @@ -3600,8 +3600,8 @@ packages: react: 18.2.0 react-dom: 18.2.0 - '@plone-collective/volto-techevent@1.0.0-alpha.5': - resolution: {integrity: sha512-16OV4a7RZqgeQXh3G+Hgsx1C8XenhruvcrSRGT0xiSKlhEE4ca3j5m0L+iQF1kdE2wZPyrNTvYHijfNdvCfIiQ==} + '@plone-collective/volto-techevent@1.0.0-alpha.9': + resolution: {integrity: sha512-OBTrcAYVY1W0bSDnkATe/qK6Ebm8u7xBVzXEX1T2vPkbzKo6ZHKQQ1xT/23qz+bDQw/M7TW4Cn7KFXOU7QwD9A==} peerDependencies: '@kitconcept/volto-light-theme': '*' react: 18.2.0 @@ -3663,12 +3663,6 @@ packages: resolution: {integrity: sha512-vmgiJnvXA+SMUNIY4EfjDaBTOmKpqC1LdVchNK7J1Rf99sLymVDll4vKUexLaEHkH2zPALgaxkqkKcLFb/YDfw==} engines: {node: ^20 || ^22} - '@plonegovbr/volto-social-media@2.0.0-alpha.5': - resolution: {integrity: sha512-bJUtqRUNRZvRN9JHk7jqqrK6qhBgtSmVmMoSZ7yd+lqyys67n25+yyTKq642tzAAJhFBE9fbCT84AI5Q1dUmAg==} - peerDependencies: - react: 18.2.0 - react-dom: 18.2.0 - '@plonegovbr/volto-social-media@2.0.0-alpha.6': resolution: {integrity: sha512-XM49Y64RlYA4reuSDiW7b6OZE33UMEeIMZv9pl6/reBux3Ep5wOvhh6PFsl7eCbYJNUtFAs89bLtyI7gn1THwQ==} peerDependencies: @@ -16673,7 +16667,7 @@ snapshots: '@kitconcept/volto-introduction-block@1.0.0': {} - ? '@kitconcept/volto-light-theme@7.0.0-alpha.10(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5))' + ? '@kitconcept/volto-light-theme@7.0.0-alpha.14(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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) @@ -17350,11 +17344,11 @@ snapshots: transitivePeerDependencies: - storybook - ? '@plone-collective/volto-techevent@1.0.0-alpha.5(@kitconcept/volto-light-theme@7.0.0-alpha.10(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)))(react-aria-components@1.8.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.12(prettier@3.2.5))' + ? '@plone-collective/volto-techevent@1.0.0-alpha.9(@kitconcept/volto-light-theme@7.0.0-alpha.14(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)))(react-aria-components@1.8.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.12(prettier@3.2.5))' : dependencies: - '@kitconcept/volto-light-theme': 7.0.0-alpha.10(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(prettier@3.2.5)) + '@kitconcept/volto-light-theme': 7.0.0-alpha.14(@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-bm3-compat@1.0.0-alpha.1(classnames@2.5.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-carousel-block@2.0.0-alpha.1(classnames@2.5.1)(embla-carousel@8.6.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(@kitconcept/volto-dsgvo-banner@2.3.2)(@kitconcept/volto-heading-block@2.4.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-logos-block@3.0.0-alpha.0(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)(storybook@8.6.12(prettier@3.2.5)))(@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.12(prettier@3.2.5)))(@kitconcept/volto-slider-block@6.3.1(@plone/volto@18.23.0(@babel/runtime@7.27.0)(@popperjs/core@2.11.8)(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.6(@types/react@18.3.20))(@types/react@18.3.20)(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.12(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.12(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.12(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.12(prettier@3.2.5)) react: 18.2.0 react-aria-components: 1.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: 18.2.0(react@18.2.0) @@ -17597,14 +17591,6 @@ 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.12(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.12(prettier@3.2.5)) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - storybook - '@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.12(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.12(prettier@3.2.5)) @@ -20285,7 +20271,7 @@ snapshots: sirv: 3.0.1 tinyglobby: 0.2.13 tinyrainbow: 1.2.0 - vitest: 2.1.9(@types/node@20.17.30)(@vitest/ui@2.1.9)(jsdom@22.1.0)(less@3.11.1)(lightningcss@1.29.3)(sass@1.87.0)(terser@5.39.0) + vitest: 2.1.9(@types/node@22.14.1)(@vitest/ui@2.1.9)(jsdom@21.1.2)(less@3.11.1)(lightningcss@1.29.3)(sass@1.87.0)(terser@5.39.0) optional: true '@vitest/ui@2.1.9(vitest@3.1.2)':