Skip to content

Commit

Permalink
Fixed security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed Oct 13, 2023
1 parent 831801b commit 574d40f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: "3.10"
- name: Install pandoc
run: sudo apt-get install -y pandoc notification-daemon
- name: Install ${{ env.package }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"peewee",
"prompt_toolkit>=3.0.32",
"requests",
"tinyscript>=1.27.1",
"tinyscript>=1.28.6",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
peewee
prompt_toolkit>=3.0.32
requests
tinyscript>=1.26.13
tinyscript>=1.28.6
2 changes: 1 addition & 1 deletion src/sploitkit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.8
0.5.9

0 comments on commit 574d40f

Please sign in to comment.