Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: buffer/thug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6
Choose a base ref
...
head repository: buffer/thug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.7
Choose a head ref
  • 12 commits
  • 5 files changed
  • 1 contributor

Commits on Apr 24, 2024

  1. Update requirements

    buffer committed Apr 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bab6415 View commit details
  2. Upgrade STPyV8 to v12.4.254.14

    buffer committed Apr 24, 2024
    Copy the full SHA
    c50221c View commit details

Commits on Apr 25, 2024

  1. [Github Actions] OSX build/test workflow minor change

    buffer committed Apr 25, 2024
    Copy the full SHA
    f2842cc View commit details

Commits on May 2, 2024

  1. Update requirements

    buffer committed May 2, 2024
    Copy the full SHA
    effc670 View commit details

Commits on May 8, 2024

  1. Update requirements

    buffer committed May 8, 2024
    Copy the full SHA
    636be51 View commit details
  2. Upgrade STPyV8 to v12.4.254.15

    buffer committed May 8, 2024
    Copy the full SHA
    0b5b2e4 View commit details

Commits on May 14, 2024

  1. Update requirements

    buffer committed May 14, 2024
    Copy the full SHA
    e17a6c1 View commit details
  2. [Tox] Safety ignore policy update

    buffer committed May 14, 2024
    Copy the full SHA
    ae8dfbb View commit details

Commits on May 15, 2024

  1. Update requirements

    buffer committed May 15, 2024
    Copy the full SHA
    34f31e6 View commit details

Commits on May 16, 2024

  1. Update requirements

    buffer committed May 16, 2024
    Copy the full SHA
    98d1e69 View commit details
  2. Upgrade STPyV8 to v12.5.227.8

    buffer committed May 16, 2024
    Copy the full SHA
    c2fb89f View commit details
  3. Version 6.7

    buffer committed May 16, 2024
    Copy the full SHA
    b311fb1 View commit details
Showing with 10 additions and 10 deletions.
  1. +1 −1 .github/workflows/osx.yml
  2. +2 −2 docs/source/conf.py
  3. +5 −5 pyproject.toml
  4. +1 −1 thug/__init__.py
  5. +1 −1 tox.ini
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [macos-latest]
os: [macos-13]

steps:
- name: Checkout repository
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '6.6'
version = '6.7'
# The full version, including alpha/beta/rc tags.
release = '6.6'
release = '6.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -39,28 +39,28 @@ dependencies = [
"appdirs==1.4.4",
"beautifulsoup4==4.12.3",
"charset-normalizer==3.3.2",
"cssutils==2.10.2",
"cssutils==2.11.0",
"dhash==1.4",
"html5lib==1.1",
"importlib-resources==6.0.1; python_version < '3.9'",
"lxml==5.2.1",
"lxml==5.2.2",
"networkx==3.2.1; python_version < '3.10'",
"networkx==3.3; python_version > '3.9'",
"pefile==2023.2.7",
"pillow==10.3.0",
"promise==2.3",
"pylibemu==1.0",
"pymongo==4.6.3",
"pymongo==4.7.2",
"pysocks==1.7.1",
"python-magic==0.4.27",
"rarfile==4.2",
"requests==2.31.0",
"requests-futures==1.0.1",
"setuptools>=65.5.1",
"ssdeep==3.4",
"stpyv8==12.4.254.13",
"stpyv8==12.5.227.8",
"yara-python==4.5.0",
"zope.interface==6.3",
"zope.interface==6.4",
]
keywords = [
"honeyclient",
2 changes: 1 addition & 1 deletion thug/__init__.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

import appdirs

__version__ = "6.6"
__version__ = "6.7"
__jsengine__ = ""
__jsengine_version__ = ""

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -31,5 +31,5 @@ commands_pre =
commands =
thug --version
pytest --cov-report xml
safety check -i 54096 -i 62634 -i 62635 -i 62636
safety check -i 54096 -i 62634 -i 62635 -i 62636 -i 67599
pre-commit run --all-files