Skip to content

Commit

Permalink
⚙ add dominate version
Browse files Browse the repository at this point in the history
  • Loading branch information
securisec committed Apr 5, 2021
1 parent 78d0f76 commit 86d883a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 9
matrix:
os:
- macos-latest
Expand Down
2 changes: 1 addition & 1 deletion reportng/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = 'Hapsida @securisec'
__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"Programming Language :: Python :: Implementation :: PyPy",
"Natural Language :: English",
],
install_requires=["dominate", "requests", "typing_extensions"],
install_requires=["dominate==2.4.0", "requests", "typing_extensions"],
)

0 comments on commit 86d883a

Please sign in to comment.