Skip to content

Commit

Permalink
chore: update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykchen committed Apr 11, 2024
1 parent 3c8741c commit a0325d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
PACKAGE_DIR = "src"
REQUIRES_PYTHON = ">=3.9"
REQUIREMENTS = [
"pyyaml>=6.0.0",
"boto3>=1.34.20",
"click>=8.1.3",
"pydantic>=2.1.0",
"rich>=13.7.0",
"jinja2>=3.1.3",
"jsonpath-ng>=1.6.1",
"pyyaml~=6.0",
"boto3>=1.34.20,<2.0",
"click~=8.0",
"pydantic>=2.1.0,<3.0",
"rich>=13.7.0,<14.0",
"jinja2>=3.1.3,<4.0",
"jsonpath-ng>=1.6.1,<2.0",
]
DEV_REQUIREMENTS = [
"flake8",
Expand All @@ -32,7 +32,7 @@
"mkdocs-material",
"mkdocstrings[python]",
"mkdocs-click",
"bandit"
"bandit",
]

PACKAGE_DATA = {
Expand Down

0 comments on commit a0325d5

Please sign in to comment.