Skip to content

Commit

Permalink
updates panther-core to 0.8.1 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
darwayne committed Mar 12, 2024
1 parent c7a5b0e commit adc8f2d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ nested-lookup = "==0.2.25"
urllib3 = "==1.26.18"
typing-extensions = "==4.3.0"
jsonlines = "==3.0.0"
panther-core = "==0.7.3"
panther-core = "==0.8.1"

[requires]
python_version = "3.9"
12 changes: 6 additions & 6 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ markupsafe==2.1.5; python_version >= '3.7'
multidict==6.0.5; python_version >= '3.7'
nested-lookup==0.2.25
packaging==23.0; python_version >= '3.7'
panther-core==0.7.3
panther-core==0.8.1
pathspec==0.12.1; python_version >= '3.8'
pluggy==1.4.0; python_version >= '3.8'
ply==3.11
policyuniverse==1.5.0.20220613; python_version >= '3.7'
pygments==2.17.2; python_version >= '3.7'
pyrsistent==0.20.0; python_version >= '3.8'
pytest==8.0.2; python_version >= '3.8'
pytest==8.1.1; python_version >= '3.8'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyyaml==6.0.1; python_version >= '3.6'
regex==2023.12.25; python_version >= '3.7'
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.7.3",
"panther-core==0.8.1",
"typing-extensions",
"jsonlines",
]
Expand Down

0 comments on commit adc8f2d

Please sign in to comment.