From 6c0ff9260f3ff018c44028445cb38e602f55500b Mon Sep 17 00:00:00 2001 From: St0n14 Date: Mon, 19 Aug 2024 18:10:03 +0200 Subject: [PATCH] V2 is now release --- poetry.lock | 37 +------------------------------------ pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6e7ba65..ca66216 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,17 +148,6 @@ files = [ [package.dependencies] typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} -[[package]] -name = "atomicwrites" -version = "1.4.1" -description = "Atomic file writes." -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -files = [ - {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, -] - [[package]] name = "attrs" version = "24.2.0" @@ -2057,18 +2046,6 @@ files = [ [package.extras] tests = ["pytest"] -[[package]] -name = "py" -version = "1.11.0" -description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "dev" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [ - {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, - {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, -] - [[package]] name = "pycparser" version = "2.22" @@ -2871,18 +2848,6 @@ webencodings = ">=0.4" doc = ["sphinx", "sphinx_rtd_theme"] test = ["pytest", "ruff"] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] - [[package]] name = "tomli" version = "2.0.1" @@ -3171,4 +3136,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "245606da6ab5d8b0adb67fbe4c740dd6543d4cc4bccda7c7055b5cfccaadfab9" +content-hash = "97c2669ab7e10dafcfe8fede2cb887757d41c3456de0c5bffd07421bec95bb03" diff --git a/pyproject.toml b/pyproject.toml index d1eaf09..03b966f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydfirram" -version = "1.0.0" +version = "2.0.0" description = "A Python library for memory forensics tasks." authors = [ "Braguette ",