From a8e45badc8df5b58c956fc2d5b6273b0982fdd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 00:00:50 +0000 Subject: [PATCH] Bump wagtail-factories from 4.0.0 to 4.1.0 Bumps [wagtail-factories](https://github.com/wagtail/wagtail-factories) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/wagtail/wagtail-factories/releases) - [Changelog](https://github.com/wagtail/wagtail-factories/blob/main/CHANGES) - [Commits](https://github.com/wagtail/wagtail-factories/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: wagtail-factories dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 100 +++---------------------------------------------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 95 deletions(-) diff --git a/poetry.lock b/poetry.lock index e7016f64..6e158211 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "anyascii" version = "0.3.0" description = "Unicode to ASCII transliteration" -category = "main" optional = false python-versions = ">=3.3" files = [ @@ -16,7 +15,6 @@ files = [ name = "asgiref" version = "3.6.0" description = "ASGI specs, helper code, and adapters" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -31,7 +29,6 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] name = "attrs" version = "21.4.0" description = "Classes Without Boilerplate" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -49,7 +46,6 @@ tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy" name = "backports.zoneinfo" version = "0.2.1" description = "Backport of the standard library zoneinfo module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -78,7 +74,6 @@ tzdata = ["tzdata"] name = "beautifulsoup4" version = "4.9.3" description = "Screen-scraping library" -category = "main" optional = false python-versions = "*" files = [ @@ -98,7 +93,6 @@ lxml = ["lxml"] name = "black" version = "23.3.0" description = "The uncompromising code formatter." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -148,7 +142,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "bleach" version = "4.1.0" description = "An easy safelist-based HTML-sanitizing tool." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -165,7 +158,6 @@ webencodings = "*" name = "boto3" version = "1.26.104" description = "The AWS SDK for Python" -category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -185,7 +177,6 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] name = "botocore" version = "1.29.104" description = "Low-level, data-driven core of boto 3." -category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -205,7 +196,6 @@ crt = ["awscrt (==0.16.9)"] name = "certifi" version = "2022.12.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -217,7 +207,6 @@ files = [ name = "charset-normalizer" version = "2.0.12" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.5.0" files = [ @@ -232,7 +221,6 @@ unicode-backport = ["unicodedata2"] name = "click" version = "8.0.4" description = "Composable command line interface toolkit" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -247,7 +235,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.4" description = "Cross-platform colored terminal text." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -259,7 +246,6 @@ files = [ name = "dj-database-url" version = "2.0.0" description = "Use Database URLs in your Django Application." -category = "main" optional = false python-versions = "*" files = [ @@ -275,7 +261,6 @@ typing-extensions = ">=3.10.0.0" name = "django" version = "4.1.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -297,7 +282,6 @@ bcrypt = ["bcrypt"] name = "django-basic-auth-ip-whitelist" version = "0.5" description = "Hide your Django site behind basic authentication mechanism with IP whitelisting support." -category = "main" optional = false python-versions = ">=3.4" files = [ @@ -315,7 +299,6 @@ lint = ["black (==20.8b1)", "flake8 (==3.8.4)", "isort (==5.7.0)"] name = "django-debug-toolbar" version = "3.8.1" description = "A configurable set of panels that display various debug information about the current request/response." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -331,7 +314,6 @@ sqlparse = ">=0.2" name = "django-filter" version = "21.1" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -346,7 +328,6 @@ Django = ">=2.2" name = "django-modelcluster" version = "6.0" description = "Django extension to allow working with 'clusters' of models as a single unit, independently of the database" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -365,7 +346,6 @@ taggit = ["django-taggit (>=0.20)"] name = "django-pattern-library" version = "1.0.0" description = "A module for Django that allows to build pattern libraries for your projects." -category = "dev" optional = false python-versions = ">=3.7,<4.0" files = [ @@ -382,7 +362,6 @@ PyYAML = ">=5.1,<7.0" name = "django-permissionedforms" version = "0.1" description = "Django extension for creating forms that vary according to user permissions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -400,7 +379,6 @@ testing = ["django-modelcluster"] name = "django-plausible-proxy" version = "0.5.0" description = "Django module to proxy requests to Plausible Analytics." -category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ @@ -416,7 +394,6 @@ requests = ">=2,<3" name = "django-storages" version = "1.13.2" description = "Support for many storage backends in Django" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -440,7 +417,6 @@ sftp = ["paramiko (>=1.10.0)"] name = "django-stubs" version = "1.9.0" description = "Mypy stubs for Django" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -461,7 +437,6 @@ typing-extensions = "*" name = "django-stubs-ext" version = "0.3.1" description = "Monkey-patching and extensions for django-stubs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -477,7 +452,6 @@ typing-extensions = "*" name = "django-taggit" version = "2.1.0" description = "django-taggit is a reusable Django application for simple tagging." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -492,7 +466,6 @@ Django = ">=2.2" name = "django-treebeard" version = "4.5.1" description = "Efficient tree implementations for Django" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -507,7 +480,6 @@ Django = ">=2.2" name = "django-widget-tweaks" version = "1.4.12" description = "Tweak the form field rendering in templates, not in python-level form definitions." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -519,7 +491,6 @@ files = [ name = "djangorestframework" version = "3.13.1" description = "Web APIs for Django, made easy." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -535,7 +506,6 @@ pytz = "*" name = "djhtml" version = "3.0.6" description = "Django/Jinja template indenter" -category = "dev" optional = false python-versions = "*" files = [ @@ -549,7 +519,6 @@ dev = ["nox", "pre-commit"] name = "draftjs-exporter" version = "2.1.7" description = "Library to convert rich text from Draft.js raw ContentState to HTML" -category = "main" optional = false python-versions = "*" files = [ @@ -566,7 +535,6 @@ testing = ["beautifulsoup4 (>=4.4.1,<5)", "coverage (>=4.1.0)", "flake8 (>=3.2.0 name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -578,7 +546,6 @@ files = [ name = "exceptiongroup" version = "1.0.4" description = "Backport of PEP 654 (exception groups)" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -593,7 +560,6 @@ test = ["pytest (>=6)"] name = "factory-boy" version = "3.2.1" description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -612,7 +578,6 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] name = "faker" version = "13.3.2" description = "Faker is a Python package that generates fake data for you." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -627,7 +592,6 @@ python-dateutil = ">=2.4" name = "flake8" version = "5.0.4" description = "the modular source code checker: pep8 pyflakes and co" -category = "dev" optional = false python-versions = ">=3.6.1" files = [ @@ -644,7 +608,6 @@ pyflakes = ">=2.5.0,<2.6.0" name = "gunicorn" version = "20.1.0" description = "WSGI HTTP Server for UNIX" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -665,7 +628,6 @@ tornado = ["tornado (>=0.2)"] name = "heroicons" version = "1.8.0" description = "Use heroicons in your Django and Jinja templates." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -684,7 +646,6 @@ jinja = ["jinja2 (>=2.8)"] name = "html5lib" version = "1.1" description = "HTML parser based on the WHATWG HTML specification" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -706,7 +667,6 @@ lxml = ["lxml"] name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -718,7 +678,6 @@ files = [ name = "importlib-metadata" version = "4.11.3" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -738,7 +697,6 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = "*" files = [ @@ -750,7 +708,6 @@ files = [ name = "isort" version = "5.12.0" description = "A Python utility / library to sort Python imports." -category = "dev" optional = false python-versions = ">=3.8.0" files = [ @@ -768,7 +725,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jmespath" version = "1.0.0" description = "JSON Matching Expressions" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -780,7 +736,6 @@ files = [ name = "l18n" version = "2021.3" description = "Internationalization for pytz timezones and territories" -category = "main" optional = false python-versions = "*" files = [ @@ -796,7 +751,6 @@ six = "*" name = "markdown" version = "3.3.6" description = "Python implementation of Markdown." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -814,7 +768,6 @@ testing = ["coverage", "pyyaml"] name = "mccabe" version = "0.7.0" description = "McCabe checker, plugin for flake8" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -826,7 +779,6 @@ files = [ name = "mypy" version = "1.3.0" description = "Optional static typing for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -873,7 +825,6 @@ reports = ["lxml"] name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -885,7 +836,6 @@ files = [ name = "openpyxl" version = "3.0.10" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -900,7 +850,6 @@ et-xmlfile = "*" name = "packaging" version = "23.0" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -912,7 +861,6 @@ files = [ name = "pathspec" version = "0.9.0" description = "Utility library for gitignore style pattern matching of file paths." -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -924,7 +872,6 @@ files = [ name = "pillow" version = "9.3.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -999,7 +946,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "platformdirs" version = "2.5.1" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1015,7 +961,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1031,7 +976,6 @@ testing = ["pytest", "pytest-benchmark"] name = "psycopg2" version = "2.9.5" description = "psycopg2 - Python-PostgreSQL Database Adapter" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1054,7 +998,6 @@ files = [ name = "pycodestyle" version = "2.9.1" description = "Python style guide checker" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1066,7 +1009,6 @@ files = [ name = "pyflakes" version = "2.5.0" description = "passive checker of Python programs" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1078,7 +1020,6 @@ files = [ name = "pytest" version = "7.2.1" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1102,7 +1043,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. name = "pytest-django" version = "4.5.2" description = "A Django plugin for pytest." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -1121,7 +1061,6 @@ testing = ["Django", "django-configurations (>=2.0)"] name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -1136,7 +1075,6 @@ six = ">=1.5" name = "pytz" version = "2021.3" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -1148,7 +1086,6 @@ files = [ name = "pyyaml" version = "5.4.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1187,7 +1124,6 @@ files = [ name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1209,7 +1145,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "s3transfer" version = "0.6.0" description = "An Amazon S3 Transfer Manager" -category = "main" optional = false python-versions = ">= 3.7" files = [ @@ -1227,7 +1162,6 @@ crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"] name = "sentry-sdk" version = "1.16.0" description = "Python client for Sentry (https://sentry.io)" -category = "main" optional = false python-versions = "*" files = [ @@ -1268,7 +1202,6 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "65.5.1" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1285,7 +1218,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1297,7 +1229,6 @@ files = [ name = "slippers" version = "0.5.0" description = "Build reusable components in Django without writing a single line of Python." -category = "main" optional = false python-versions = ">=3.7.0,<4.0.0" files = [ @@ -1313,7 +1244,6 @@ PyYAML = ">=5.4.0,<7.0.0" name = "soupsieve" version = "2.3.1" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1325,7 +1255,6 @@ files = [ name = "sqlparse" version = "0.4.4" description = "A non-validating SQL parser." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1342,7 +1271,6 @@ test = ["pytest", "pytest-cov"] name = "telepath" version = "0.2" description = "A library for exchanging data between Python and JavaScript" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1357,7 +1285,6 @@ docs = ["mkdocs (>=1.1,<1.2)", "mkdocs-material (>=6.2,<6.3)"] name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -1369,7 +1296,6 @@ files = [ name = "tomli" version = "1.2.3" description = "A lil' TOML parser" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1381,7 +1307,6 @@ files = [ name = "types-pytz" version = "2021.3.5" description = "Typing stubs for pytz" -category = "dev" optional = false python-versions = "*" files = [ @@ -1393,7 +1318,6 @@ files = [ name = "types-pyyaml" version = "6.0.5" description = "Typing stubs for PyYAML" -category = "dev" optional = false python-versions = "*" files = [ @@ -1405,7 +1329,6 @@ files = [ name = "typing-extensions" version = "4.1.1" description = "Backported and Experimental Type Hints for Python 3.6+" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1417,7 +1340,6 @@ files = [ name = "tzdata" version = "2022.1" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -1429,7 +1351,6 @@ files = [ name = "urllib3" version = "1.26.14" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1446,7 +1367,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "wagtail" version = "4.2.2" description = "A Django content management system." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1479,19 +1399,18 @@ testing = ["Jinja2 (>=3.0,<3.2)", "azure-mgmt-cdn (>=12.0,<13.0)", "azure-mgmt-f [[package]] name = "wagtail-factories" -version = "4.0.0" +version = "4.1.0" description = "Factory boy classes for wagtail" -category = "main" optional = false python-versions = "*" files = [ - {file = "wagtail_factories-4.0.0-py2.py3-none-any.whl", hash = "sha256:f59f9af283da79b3ddab7b2ca95d6a14b5bbbb929a697563e4f7143948693f53"}, - {file = "wagtail_factories-4.0.0.tar.gz", hash = "sha256:3e39ec1cc13b61c6e467f1bf223ce2d134e823fa9fe4dc7e32d0222cc8d350ec"}, + {file = "wagtail_factories-4.1.0-py2.py3-none-any.whl", hash = "sha256:6abd435518fdf0cdd3d9920acb2abbd9005936d6fecfdf6fdde3e404834d4b0c"}, + {file = "wagtail_factories-4.1.0.tar.gz", hash = "sha256:067e3e1a30721a90eaa1514c8214aae7a171490bbedf026eeaa904a2ed9abcd0"}, ] [package.dependencies] factory-boy = ">=3.2" -wagtail = ">=2.15,<5.0" +wagtail = ">=4.1" [package.extras] docs = ["sphinx (>=1.4.0)"] @@ -1501,7 +1420,6 @@ test = ["coverage (==6.0)", "flake8 (==4.0.0)", "flake8-blind-except (==0.1.1)", name = "wagtail-markdown" version = "0.10.0" description = "Markdown support for Wagtail" -category = "main" optional = false python-versions = "*" files = [ @@ -1518,7 +1436,6 @@ Wagtail = ">=2.15" name = "wagtail-storages" version = "1.0.0rc1" description = "Use AWS S3 with private documents in Wagtail." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1537,7 +1454,6 @@ testing = ["black (==22.3.0)", "coverage (==5.0.3)", "factory-boy (==2.12.0)", " name = "wagtailmedia" version = "0.13.0" description = "A module for Wagtail that provides functionality similar to wagtail.documents module, but for audio and video files." -category = "main" optional = false python-versions = "*" files = [ @@ -1556,7 +1472,6 @@ testing = ["coverage (>=7.0,<8.0)", "tox (>=4.0,<5.0)"] name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = false python-versions = "*" files = [ @@ -1568,7 +1483,6 @@ files = [ name = "whitenoise" version = "6.4.0" description = "Radically simplified static file serving for WSGI applications" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1583,7 +1497,6 @@ brotli = ["Brotli"] name = "willow" version = "1.4.1" description = "A Python image library that sits on top of Pillow, Wand and OpenCV" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -1598,7 +1511,6 @@ testing = ["Pillow (>=6.0.0,<10.0.0)", "Wand (>=0.6,<1.0)", "mock (>=3.0,<4.0)"] name = "zipp" version = "3.7.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1613,4 +1525,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "913e01cf3b3884395a6f0038f0455ab6f5d662b108dd16fba45729272976140d" +content-hash = "1ede4186d6d255e9f13ae6eb08621152fb0afbd06eb64b3c721d3e107e879329" diff --git a/pyproject.toml b/pyproject.toml index 6acc7baa..dc115c46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ slippers = "^0.5.0" wagtail = "~4.2" wagtailmedia = "^0.13.0" wagtail-markdown = "^0.10" -wagtail-factories = "^4.0.0" +wagtail-factories = "^4.1.0" wagtail-storages = "^1.0.0rc1" whitenoise = "^6.4.0"