From 53adc8265005cd71fda3353eb07087edda8a6ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 08:28:21 +0000 Subject: [PATCH] Bump analytics-python from 1.2.9 to 1.4.post1 Bumps [analytics-python](https://github.com/segmentio/analytics-python) from 1.2.9 to 1.4.post1. - [Release notes](https://github.com/segmentio/analytics-python/releases) - [Changelog](https://github.com/segmentio/analytics-python/blob/master/HISTORY.md) - [Commits](https://github.com/segmentio/analytics-python/commits) --- updated-dependencies: - dependency-name: analytics-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 37 +++++++++++++++++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d14a62b47..dcc878ee8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -45,21 +45,26 @@ vine = ">=5.0.0" [[package]] name = "analytics-python" -version = "1.2.9" +version = "1.4.post1" description = "The hassle-free way to integrate analytics into any python application." category = "main" optional = false python-versions = "*" files = [ - {file = "analytics-python-1.2.9.tar.gz", hash = "sha256:f3d1ca27cb277da67c10d71a5c9c593d2a9ec99109e31409ab771b44821a86bf"}, - {file = "analytics_python-1.2.9-py2.py3-none-any.whl", hash = "sha256:69d88b2d3e2c350e6803487a1a802e0fd111e86665d4c9b16c3c6f5fbc6c445f"}, + {file = "analytics-python-1.4.post1.tar.gz", hash = "sha256:b083e69c149c39e7ad17067f0e5c1742fbd15fdc469ade36c4d1ad5edf31ee5e"}, + {file = "analytics_python-1.4.post1-py2.py3-none-any.whl", hash = "sha256:33ab660150d0f37bb2fefc93fd19c9e7bd85e5b17db44df5e7e1139f63c14246"}, ] [package.dependencies] +backoff = "1.10.0" +monotonic = ">=1.5" python-dateutil = ">2.1" requests = ">=2.7,<3.0" six = ">=1.5" +[package.extras] +test = ["flake8 (==3.7.9)", "mock (==2.0.0)", "pylint (==1.9.3)"] + [[package]] name = "appnope" version = "0.1.3" @@ -220,6 +225,18 @@ files = [ {file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"}, ] +[[package]] +name = "backoff" +version = "1.10.0" +description = "Function decoration for backoff and retry" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +files = [ + {file = "backoff-1.10.0-py2.py3-none-any.whl", hash = "sha256:5e73e2cbe780e1915a204799dba0a01896f45f4385e636bcca7a0614d879d0cd"}, + {file = "backoff-1.10.0.tar.gz", hash = "sha256:b8fba021fac74055ac05eb7c7bfce4723aedde6cd0a504e5326bcb0bdd6d19a4"}, +] + [[package]] name = "beautifulsoup4" version = "4.12.2" @@ -2148,6 +2165,18 @@ files = [ {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, ] +[[package]] +name = "monotonic" +version = "1.6" +description = "An implementation of time.monotonic() for Python 2 & < 3.3" +category = "main" +optional = false +python-versions = "*" +files = [ + {file = "monotonic-1.6-py2.py3-none-any.whl", hash = "sha256:68687e19a14f11f26d140dd5c86f3dba4bf5df58003000ed467e0e2a69bca96c"}, + {file = "monotonic-1.6.tar.gz", hash = "sha256:3a55207bcfed53ddd5c5bae174524062935efed17792e9de2ad0205ce9ad63f7"}, +] + [[package]] name = "msgpack" version = "1.0.5" @@ -3849,4 +3878,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6f5e1bc5d57a51c8d921a49a04a973901e018e21d42b932203c08d68084198eb" +content-hash = "46472d090b59e19e23ac4418e7ae5eb2ea517bfe1dcf0f885cc29173d02abc9e" diff --git a/pyproject.toml b/pyproject.toml index fd7f3ced0b..ffb4108a1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ django-push-notifications = "3.0.0" structlog = "21.5.0" structlog-sentry = "1.4.0" sentry-sdk = "1.22.2" -analytics-python = "1.2.9" +analytics-python = "1.4.post1" # # channels channels = {version = "4.0.0", extras = ["daphne"]}