Skip to content

Commit

Permalink
Bump and relax dependencies (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
therve authored Feb 1, 2022
1 parent 87cdd82 commit 52d2723
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
chevron==0.13.1
click==7.1.2
jsonpath-ng==1.5.1
chevron>=0.14.0
click>=8.0.0
jsonpath-ng>=1.5.1
PyYAML>=5.4.1,<7.0.0
packaging==20.3
pydantic==1.7
packaging>=21.3
pydantic>=1.9.0
setup_requires =
setuptools>=30.3.0
setuptools_scm
Expand Down

0 comments on commit 52d2723

Please sign in to comment.