Skip to content

Commit

Permalink
Merge pull request #98 from nrccua/DS-363-hardcode-openpyxl-version-t…
Browse files Browse the repository at this point in the history
…o-3-0-10

Hardcode openpyxl version to 3.0.10
  • Loading branch information
nrccua-timr authored Feb 14, 2023
2 parents de26e78 + 7d76dc6 commit ebbabcd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ History
=======


v0.17.32 (2023-02-03)
v0.17.33 (2023-02-14)

* Hardcode openpyxl version to 3.0.10.


v0.17.32 (2023-02-13)

* Update csv sniffer to read 8192 bytes instea of 4096.

Expand Down
2 changes: 1 addition & 1 deletion aioradio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flask-cors==3.0.10
httpx==0.23.3
mandrill==1.0.60
moto==3.1.18
openpyxl==3.1.0
openpyxl==3.0.10
orjson==3.8.5
pandas==1.4.4
pre-commit==2.21.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = fileobj.read()

setup(name='aioradio',
version='0.17.32',
version='0.17.33',
description='Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -32,7 +32,7 @@
'httpx>=0.23.0',
'mandrill>=1.0.60',
'numpy>=1.19',
'openpyxl>=3.0.10',
'openpyxl==3.0.10',
'orjson>=3.6.8',
'pandas>=1.3.5',
'psycopg2-binary>=2.9.3',
Expand Down

0 comments on commit ebbabcd

Please sign in to comment.