mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
⬆️ Bump openpyxl from 3.0.10 to 3.1.0
Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.0.10 to 3.1.0. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
435278b43c
commit
ff3c3b1e02
8
poetry.lock
generated
8
poetry.lock
generated
@ -1410,14 +1410,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "openpyxl"
|
||||
version = "3.0.10"
|
||||
version = "3.1.0"
|
||||
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "openpyxl-3.0.10-py2.py3-none-any.whl", hash = "sha256:0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355"},
|
||||
{file = "openpyxl-3.0.10.tar.gz", hash = "sha256:e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"},
|
||||
{file = "openpyxl-3.1.0-py2.py3-none-any.whl", hash = "sha256:24d7d361025d186ba91eff58135d50855cf035a84371b891e58fb6eb5125660f"},
|
||||
{file = "openpyxl-3.1.0.tar.gz", hash = "sha256:eccedbe1cdd8b2494057e73959b496821141038dbb7eb9266ea59e3f34208231"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -2854,4 +2854,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "d691cc530dfd8d63948b70280ac128697db53c8ec2e7c4b343d63e3563e2c838"
|
||||
content-hash = "9f0f09d7c235016c8a46853f66f166c5e1b5e1e80b88f7d4ba566d0bb1e80e7f"
|
||||
|
@ -38,7 +38,7 @@ fastapi = "^0.91.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.19.0"}
|
||||
sentry-sdk = "^1.12.1"
|
||||
GitPython = "^3.1.30"
|
||||
openpyxl = "^3.0.10"
|
||||
openpyxl = "^3.1.0"
|
||||
async-lru = "^1.0.3"
|
||||
thefuzz = "^0.19.0"
|
||||
qrcode = "^7.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user