Skip to content

Commit

Permalink
Update mitmproxy+cryptography pipfile + pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
bretfourbe committed Oct 16, 2023
1 parent 26753fe commit daa6bd4
Show file tree
Hide file tree
Showing 6 changed files with 739 additions and 692 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install "pylint==2.11.1"
pip install "pylint-ignore==2021.1020"
pip install "pylint==2.12.2"
pip install "pylint-ignore==2022.1025"
- name: Pylint
run: |
pylint-ignore --rcfile=.pylintrc wapitiCore
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Introduction
============

All installation methods assume you already have a Python 3.9 or more recent on your system.
All installation methods assume you already have a Python 3.10 or more recent on your system.

Note that if you have all the requirements pre-installed on your system, it is not necessary to use the setup.py script
to use Wapiti : just extract the archive and launch the "wapiti" command line in the "bin" folder :
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ humanize = "==4.4.0"
loguru = ">=0.5.3"
mako = ">=1.1.4"
markupsafe = "==2.1.1"
mitmproxy = "==9.0.0"
mitmproxy = ">=10.1.1"
pyasn1 = "==0.4.8"
pydantic = "==1.10.2"
pytest = ">=5.4.1"
Expand All @@ -37,4 +37,4 @@ typing-extensions = "==4.4.0"
yaswfp = ">=0.9.3"

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

0 comments on commit daa6bd4

Please sign in to comment.