Pin openpyxls to avoid bug between 3.1 and pyexcel-xlsx

This commit is contained in:
Ryan Ahearn
2023-02-08 10:37:44 -05:00
parent 25e748ba9a
commit a08ddd83bb
2 changed files with 16 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ pyexcel-io = "==0.6.6"
pyexcel-ods3 = "==0.6.1"
pyexcel-xls = "==0.7.0"
pyexcel-xlsx = "==0.6.0"
openpyxl = "==3.0.10"
pyproj = "==3.3.1"
python-dotenv = "==0.20.0"
pytz = "==2022.1"

30
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "7dbbe21d77da5c1cfed8a33aeaf66af6d05f1ee36c1bdd60e5e87f7fababc3a4"
"sha256": "065c0adb801689eea7568ec3b95bf9c844aa5ccada12aa9f2f1302d9b0644f7d"
},
"pipfile-spec": 6,
"requires": {
@@ -282,7 +282,7 @@
"sha256:fdd188c8a6ef8769f148f88f859884507b954cc64db6b52f66ef199bb9ad660a",
"sha256:fe913f20024eb2cb2f323e42a64bdf2911bb9738a15dba7d3cce48151034e3a8"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==39.0.1"
},
"dnspython": {
@@ -290,7 +290,7 @@
"sha256:224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9",
"sha256:89141536394f909066cabd112e3e1a37e4e654db00a25308b0f130bc3152eb46"
],
"markers": "python_version >= '3.7' and python_version < '4'",
"markers": "python_version >= '3.7' and python_version < '4.0'",
"version": "==2.3.0"
},
"docopt": {
@@ -692,7 +692,7 @@
"notifications-utils": {
"editable": true,
"git": "https://github.com/GSA/notifications-utils.git",
"ref": "e599060a4b5fc8d32de944462d04a398098898a3"
"ref": "92e06c6602031e02f7734ce7471e5d0e0adbff10"
},
"numpy": {
"hashes": [
@@ -730,11 +730,11 @@
},
"openpyxl": {
"hashes": [
"sha256:24d7d361025d186ba91eff58135d50855cf035a84371b891e58fb6eb5125660f",
"sha256:eccedbe1cdd8b2494057e73959b496821141038dbb7eb9266ea59e3f34208231"
"sha256:0ab6d25d01799f97a9464630abacbb34aafecdcaa0ef3cba6d6b3499867d0355",
"sha256:e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
],
"markers": "python_version >= '3.6'",
"version": "==3.1.0"
"index": "pypi",
"version": "==3.0.10"
},
"orderedset": {
"hashes": [
@@ -938,11 +938,11 @@
},
"redis": {
"hashes": [
"sha256:16135483fd35fb6c3927e4bb056780a0ad11234f61e0aa81f1db89292129c714",
"sha256:98d265eea4d2255f4d0ea98c53326adf30c0a581b6cfba9d77eefb341ed8145c"
"sha256:1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864",
"sha256:5deb072d26e67d2be1712603bfb7947ec3431fb0eec9c578994052e33035af6d"
],
"markers": "python_version >= '3.7'",
"version": "==4.5.0"
"version": "==4.5.1"
},
"requests": {
"hashes": [
@@ -1358,7 +1358,7 @@
"sha256:fdd188c8a6ef8769f148f88f859884507b954cc64db6b52f66ef199bb9ad660a",
"sha256:fe913f20024eb2cb2f323e42a64bdf2911bb9738a15dba7d3cce48151034e3a8"
],
"index": "pypi",
"markers": "python_version >= '3.6'",
"version": "==39.0.1"
},
"cyclonedx-python-lib": {
@@ -1366,7 +1366,7 @@
"sha256:1ccd482024a30b95c4fffb3fe567a9df97b705f34c1075f8abde8537867600c3",
"sha256:8981ca462fba91469c268d684a03f72c89c7a807674d884f83a28d8c2822a9b6"
],
"markers": "python_version >= '3.6' and python_version < '4'",
"markers": "python_version >= '3.6' and python_version < '4.0'",
"version": "==3.1.5"
},
"execnet": {
@@ -1688,7 +1688,7 @@
"sha256:4659bc2a667783e7a15d190f6fccf8b2486685b6dba4c19c3876314769c57526",
"sha256:b4fa3a7a0be38243123cf9d1f3518da10c51bdb165a2b2985566247f9155a7d3"
],
"markers": "python_version >= '3.6'",
"markers": "python_full_version >= '3.6.0'",
"version": "==32.0.1"
},
"pluggy": {
@@ -1883,7 +1883,7 @@
"sha256:125d96d20c92b946b983d0d392b84ff945461e5a06d3867e9f9e575f8697b67f",
"sha256:8aa57747f3fc3e977684f0176a88e789be314a99f99b43b75d1e9cb5dc6db9e9"
],
"markers": "python_version >= '3.7'",
"markers": "python_full_version >= '3.7.0'",
"version": "==13.3.1"
},
"s3transfer": {