⬆️ 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:
dependabot[bot] 2023-02-13 19:27:29 +08:00 committed by GitHub
parent 435278b43c
commit ff3c3b1e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"