Skip to content

Commit

Permalink
Revert "Update panther-analysis to use Python3.11 (#872)" (#875)
Browse files Browse the repository at this point in the history
This reverts commit 000f54d.
  • Loading branch information
c0nfleis authored Sep 12, 2023
1 parent 8dbd8fa commit be81517
Show file tree
Hide file tree
Showing 5 changed files with 203 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set python version
uses: actions/setup-python@v4
with:
python-version: '3.11.5'
python-version: '3.9'

- name: Install pipenv
run: pip install pipenv
Expand Down
12 changes: 5 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ bandit = "~=1.7"
black = "~=22.8"
click = "~=8.1"
decorator = "~=5.1"
dill = "~=0.3"
isort = "~=5.10.0"
mypy = "~=1.5"
pylint = "~=2.17"
mypy = "~=0.950"
pylint = "~=2.15.0"
pylint-print = "~=1.0.0"
moto = ">=4.1"
wrapt = "~=1.15"

[packages]
policyuniverse = "==1.5.1.20230817"
requests = "~=2.31"
policyuniverse = "==1.5.0.20220613"
requests = "~=2.27"
panther-analysis-tool = "~=0.25.0"

[requires]
python_version = "3.11"
python_version = "3.9"
Loading

0 comments on commit be81517

Please sign in to comment.