Skip to content

Commit b14ad8d

Browse files
deps(deps): bump openpyxl in the minor-updates group
Bumps the minor-updates group with 1 update: [openpyxl](https://openpyxl.readthedocs.io). Updates `openpyxl` from 3.0.10 to 3.1.5 --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80b9d77 commit b14ad8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openpyxl==3.0.10
1+
openpyxl==3.1.5
22
pytest>=7.0.0
33
pytest-asyncio>=0.21.0
44
pyyaml>=6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
python_requires=">=3.7",
3636
install_requires=[
3737
"pywin32;platform_system=='Windows'",
38-
"openpyxl==3.0.10",
38+
"openpyxl==3.1.5",
3939
],
4040
entry_points={
4141
'console_scripts': [

0 commit comments

Comments
 (0)