diff --git a/Pipfile b/Pipfile index 729e05d8..0340511c 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/Pipfile.lock b/Pipfile.lock index 2e1ea457..12b76edb 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8a9250a3398d6c0ba0c28a517c60a9e83b2dc9729e7d75f3e4ee1caa4709b194" + "sha256": "9d2d87740e9e8e84a01c55d0b6cdde39af60baf805c598280f250234ad716734" }, "pipfile-spec": 6, "requires": { @@ -673,10 +673,10 @@ }, "panther-core": { "hashes": [ - "sha256:bbeb701f0c09e9f917a89117bcbbed0b5d242424abde4c5d0c16d69911629896" + "sha256:5051fa79e80f908b947f4776dca89df5d8b595bdb09a818eb97a71b0ec8c9c99" ], "index": "pypi", - "version": "==0.7.3" + "version": "==0.8.1" }, "pathspec": { "hashes": [ @@ -759,11 +759,11 @@ }, "pytest": { "hashes": [ - "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd", - "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096" + "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7", + "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" ], "markers": "python_version >= '3.8'", - "version": "==8.0.2" + "version": "==8.1.1" }, "python-dateutil": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 4edc3df8..f51190cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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' diff --git a/setup.py b/setup.py index b47cf7b3..4819d66e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "schema", "semver", "sqlfluff", - "panther-core==0.7.3", + "panther-core==0.8.1", "typing-extensions", "jsonlines", ]