chore(api): update dependency faker to v23

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2767>
merge-requests/2773/head
Renovate Bot 2024-02-26 12:06:16 +00:00
rodzic 8d22eb925e
commit a01079850d
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -1440,13 +1440,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"]
[[package]]
name = "faker"
version = "22.6.0"
version = "23.2.1"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.8"
files = [
{file = "Faker-22.6.0-py3-none-any.whl", hash = "sha256:2b57f0256da6b45b7851dca87836ef5e2ae2fbb64d63d8697f1e47830d7b505d"},
{file = "Faker-22.6.0.tar.gz", hash = "sha256:fa6d969728ef3da6229da91267a1bd4e6b902044c4822012d4fc46c71bb92b26"},
{file = "Faker-23.2.1-py3-none-any.whl", hash = "sha256:0520a6b97e07c658b2798d7140971c1d5bc4bcd5013e7937fe075fd054aa320c"},
{file = "Faker-23.2.1.tar.gz", hash = "sha256:f07b64d27f67b62c7f0536a72f47813015b3b51cd4664918454011094321e464"},
]
[package.dependencies]
@ -4649,4 +4649,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8,<3.13"
content-hash = "897d2070435a5b91a23cda5c5a001c2d75452dc1eb056d14ec0bc4fe311073d4"
content-hash = "498453648b2e145361898cc477e777b88075caef8618039c82aac77d59e6e678"

Wyświetl plik

@ -108,7 +108,7 @@ debugpy = "==1.6.7.post1"
django-coverage-plugin = "==3.0.0"
django-debug-toolbar = "==4.2.0"
factory-boy = "==3.2.1"
faker = "==22.6.0"
faker = "==23.2.1"
flake8 = "==3.9.2"
ipdb = "==0.13.13"
pytest = "==8.0.0"