Update dependency python-magic to v0.4.25 (develop)

environments/review-front-reno-8m7nsm/deployments/9962
RenovateBot 2022-02-02 07:47:02 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 4406c24d28
commit e08284c8ac
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -1617,7 +1617,7 @@ pyasn1_modules = ">=0.1.5"
[[package]]
name = "python-magic"
version = "0.4.24"
version = "0.4.25"
description = "File type identification using libmagic"
category = "main"
optional = false
@ -2089,7 +2089,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "437eeb894ccbbe3112458c7d9ec654f11466ed61809d71ed6514091d35d5731f"
content-hash = "4362f6735455457dafd31c041f417358eb6f17bfb29586ca5767011f419733e9"
[metadata.files]
aiohttp = [
@ -3154,8 +3154,8 @@ python-ldap = [
{file = "python-ldap-3.4.0.tar.gz", hash = "sha256:60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12"},
]
python-magic = [
{file = "python-magic-0.4.24.tar.gz", hash = "sha256:de800df9fb50f8ec5974761054a708af6e4246b03b4bdaee993f948947b0ebcf"},
{file = "python_magic-0.4.24-py2.py3-none-any.whl", hash = "sha256:4fec8ee805fea30c07afccd1592c0f17977089895bdfaae5fec870a84e997626"},
{file = "python-magic-0.4.25.tar.gz", hash = "sha256:21f5f542aa0330f5c8a64442528542f6215c8e18d2466b399b0d9d39356d83fc"},
{file = "python_magic-0.4.25-py2.py3-none-any.whl", hash = "sha256:1a2c81e8f395c744536369790bd75094665e9644110a6623bcc3bbea30f03973"},
]
python3-openid = [
{file = "python3-openid-3.2.0.tar.gz", hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf"},

Wyświetl plik

@ -29,7 +29,7 @@ django-rest-auth = "==0.9.5"
mutagen = "==1.45.1"
PyMemoize = "==1.0.3"
django-dynamic-preferences = "==1.11.0"
python-magic = "==0.4.24"
python-magic = "==0.4.25"
channels = "==3.0.4"
channels-redis = "==3.3.1"
gunicorn = "==20.1.0"