Skip to content

Commit

Permalink
Remove panther-core pin in setup.py, update to 0.10.1 (#510)
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs authored Jun 3, 2024
1 parent fc8c401 commit b0eff53
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jsonpath-ng = "==1.5.3"
jsonschema = "4.19.0"
nested-lookup = "==0.2.25"
packaging = "==23.1"
panther-core = "==0.10.0"
panther-core = "==0.10.1"
ply = "==3.11"
policyuniverse = "==1.5.1.20230817"
python-dateutil = "==2.8.2"
Expand Down
26 changes: 13 additions & 13 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markupsafe==2.1.5; python_version >= '3.7'
multidict==6.0.5; python_version >= '3.7'
nested-lookup==0.2.25
packaging==23.1; python_version >= '3.7'
panther-core==0.10.0
panther-core==0.10.1
pathspec==0.12.1; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
ply==3.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"schema",
"semver",
"sqlfluff",
"panther-core==0.8.1",
"panther-core",
"typing-extensions",
"jsonlines",
]
Expand Down

0 comments on commit b0eff53

Please sign in to comment.