From a936258d0f05c14db391a89b86ee8e6f2b1c859e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 00:25:04 +0000 Subject: [PATCH] Bump pytak from 6.3.2 to 7.1.0 Bumps [pytak](https://github.com/snstac/pytak) from 6.3.2 to 7.1.0. - [Release notes](https://github.com/snstac/pytak/releases) - [Changelog](https://github.com/snstac/pytak/blob/main/CHANGELOG.md) - [Commits](https://github.com/snstac/pytak/commits) --- updated-dependencies: - dependency-name: pytak dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96ddc04..4c88193 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "adsbxcot" @@ -3536,13 +3536,13 @@ cp2110 = ["hidapi"] [[package]] name = "pytak" -version = "6.3.2" -description = "PyTAK: Python Team Awareness Kit Module" +version = "7.1.0" +description = "PyTAK is a Python package for rapid TAK integration." optional = false python-versions = "<4,>=3.6" files = [ - {file = "pytak-6.3.2-py3-none-any.whl", hash = "sha256:49b8ca0151d48d5d931571ccb9df4899bb2eac94cb73a470f79594c556015424"}, - {file = "pytak-6.3.2.tar.gz", hash = "sha256:61346285ba647257d0333f7f5e44a653fcb155892f3b8bc91796a264223e10c9"}, + {file = "pytak-7.1.0-py3-none-any.whl", hash = "sha256:c6ec6e698f67aae5ebc5398853ef058dfa4f271a86d9da2f585d10c6fbc5c768"}, + {file = "pytak-7.1.0.tar.gz", hash = "sha256:5b624918b455cf040e2e18701cc4f056b92d96db07b61ed88a01d835fba20130"}, ] [package.extras] @@ -4794,4 +4794,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.14" -content-hash = "2aee60f39bfcd113d9a51fc634392a0956404e40c36ed6678b0e60cc3aec7dff" +content-hash = "817236814d269cb74fe675b45f163369173c82161d55d32d6ec221c57bcadf3d" diff --git a/pyproject.toml b/pyproject.toml index bf9e9d3..42aa864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ psutil = "6.1.0" pyfiglet = "1.0.2" pygc = "1.3.0" PyJWT = "2.9.0" -pytak = "6.3.2" +pytak = "7.1.0" pytest = "8.3.3" pytest-cov = "6.0.0" python-socketio = {version="5.11.4", extras=["client", "websocket_client", "asyncio_client"]}