Skip to content

Commit

Permalink
chore: release 1.1.4 (#316)
Browse files Browse the repository at this point in the history
* chore: release 1.1.4

* Update pytest
  • Loading branch information
betodealmeida committed Dec 7, 2022
1 parent 35e05b5 commit 117a37c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
Next
====

Version 1.1.4 - 2022-12-06
==========================

- Support JSON files in the S3 Select adapter (#314)

Version 1.1.3 - 2022-11-17
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dill==0.3.5.1
# via pylint
distlib==0.3.5
# via virtualenv
exceptiongroup==1.0.4
# via pytest
filelock==3.7.1
# via virtualenv
freezegun==1.2.1
Expand Down Expand Up @@ -105,8 +107,6 @@ prompt-toolkit==3.0.30
# via shillelagh
psutil==5.9.1
# via shillelagh
py==1.11.0
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
Expand All @@ -121,7 +121,7 @@ pylint==2.14.5
# via shillelagh
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==7.2.0
# via
# pytest-cov
# pytest-mock
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ testing =
pytest-cov>=2.11.1
pytest-integration==0.2.2
pytest-mock>=3.5.1
pytest>=6.2.2
pytest>=7.2.0
requests-cache==0.7.1
requests-mock>=1.8.0
requests>=2.25.1
Expand Down

0 comments on commit 117a37c

Please sign in to comment.