From 3a931764a559bfe7a80f464ffa0964afc4377ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:23:19 +0000 Subject: [PATCH] build(deps): bump advertools from 0.14.4 to 0.16.2 Bumps [advertools](https://github.com/eliasdabbas/advertools) from 0.14.4 to 0.16.2. - [Changelog](https://github.com/eliasdabbas/advertools/blob/master/HISTORY.rst) - [Commits](https://github.com/eliasdabbas/advertools/compare/0.14.4...0.16.2) --- updated-dependencies: - dependency-name: advertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index a2df1bfb..3b936fe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,20 +1,21 @@ -# 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.5 and should not be changed by hand. [[package]] name = "advertools" -version = "0.14.4" -description = "Productivity and analysis tools for online marketing" +version = "0.16.2" +description = "Digital Marketing productivity and analysis tools." optional = false python-versions = "*" files = [ - {file = "advertools-0.14.4-py2.py3-none-any.whl", hash = "sha256:7b963ec63558101bf10b15a644a029f2e7f5bf5ff1cf0c5beac17d3d14bff5b9"}, - {file = "advertools-0.14.4.tar.gz", hash = "sha256:3b30c98e7a51ba9702a06b86cb47205c0b228b5c2d14fa3f2a2675266b3ed823"}, + {file = "advertools-0.16.2-py2.py3-none-any.whl", hash = "sha256:3a15e5ba52a91bb71686f243d7ac9996961a124443871cadfc9fab5f009dc752"}, + {file = "advertools-0.16.2.tar.gz", hash = "sha256:92f5085fff7cf2b406ab209b481c5c3073c1d66a4cc1a33ed1c0801fbe149349"}, ] [package.dependencies] pandas = ">=1.1.0" pyarrow = ">=5.0.0" pyasn1 = ">=0.4" +requests = ">=2.25.0" scrapy = ">=2.5.0" twython = ">=3.8.0" @@ -4366,4 +4367,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "8a1c34fabac7124b260e16f06f8aed633532ba13d75bc7feac2e1844ad0462e1" +content-hash = "8eacfe67a4f2570a5f09ae9978f06d1334720ab17b9270fd871ab2a55b7cd0a9" diff --git a/pyproject.toml b/pyproject.toml index 24407efb..a3135e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ boto3 = "*" botocore = "*" python = ">=3.11,<=3.13" pandas = "^2.2.3" -advertools = "^0.14.1" +advertools = "^0.16.2" xmltodict = "^0.13.0" sqlalchemy = "^2.0.35" psycopg2-binary = "^2.9.5"