From ab2feda55790ed7b5aa29f03d9d8e29d6e2a4b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:18:03 +0000 Subject: [PATCH 1/2] Bump django-structlog from 5.0.1 to 5.0.2 Bumps [django-structlog](https://github.com/jrobichaud/django-structlog) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/jrobichaud/django-structlog/releases) - [Changelog](https://github.com/jrobichaud/django-structlog/blob/master/docs/changelog.rst) - [Commits](https://github.com/jrobichaud/django-structlog/compare/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: django-structlog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06a3f7d..e9ee4df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1683,14 +1683,14 @@ django-classy-tags = ">=3.0" [[package]] name = "django-structlog" -version = "5.0.1" +version = "5.0.2" description = "Structured Logging for Django" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "django-structlog-5.0.1.tar.gz", hash = "sha256:2ae2ca4239292a662d1bd6c7656c704fcfd9545b2e39a9501fd1e23800b1a1c4"}, - {file = "django_structlog-5.0.1-py3-none-any.whl", hash = "sha256:f7d1209e4e48d807d3c6e7212a4c96d572a03d3e0ade7a3c9053b49bc70b33b8"}, + {file = "django-structlog-5.0.2.tar.gz", hash = "sha256:1015bbf8d43e3293725fd09c0bb13a216d1025e8a2547bf718b4542828da7e8b"}, + {file = "django_structlog-5.0.2-py3-none-any.whl", hash = "sha256:2f19d940a336873fc003e4207c94b0ef0f810703ee0d7f411ca541fe173b8ca0"}, ] [package.dependencies] @@ -3407,6 +3407,7 @@ files = [ {file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"}, {file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"}, {file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"}, + {file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"}, {file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"}, {file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"}, {file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"}, @@ -5625,4 +5626,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5127a61d6308ff9b884ea4cfb0e9ce7fd8cdf01525b2462b8e3a91a9a71e00e6" +content-hash = "3af8b756e26917af343b625ee80a2fdf34d694576a9889c0aa2b1d4958b56436" diff --git a/pyproject.toml b/pyproject.toml index 899788c..5288058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ django-celery-beat = "^2.5.0" flower = "^1.2.0" django = "^4.2" django-health-check = "^3.17.0" -django-structlog = "^5.0.1" +django-structlog = "^5.0.2" django-environ = "^0.9.0" django-model-utils = "^4.3.1" django-allauth = "^0.54.0" From 5ce35197fe40d86944b82350ce9626c2a493bd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:20:56 +0000 Subject: [PATCH 2/2] Bump spotipy from 2.16.0 to 2.16.1 Bumps [spotipy](https://github.com/plamere/spotipy) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/plamere/spotipy/releases) - [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md) - [Commits](https://github.com/plamere/spotipy/compare/2.16.0...2.16.1) --- updated-dependencies: - dependency-name: spotipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06a3f7d..3187e47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3407,6 +3407,7 @@ files = [ {file = "Pillow-9.5.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:c1170d6b195555644f0616fd6ed929dfcf6333b8675fcca044ae5ab110ded296"}, {file = "Pillow-9.5.0-cp311-cp311-win32.whl", hash = "sha256:54f7102ad31a3de5666827526e248c3530b3a33539dbda27c6843d19d72644ec"}, {file = "Pillow-9.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfa4561277f677ecf651e2b22dc43e8f5368b74a25a8f7d1d4a3a243e573f2d4"}, + {file = "Pillow-9.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:965e4a05ef364e7b973dd17fc765f42233415974d773e82144c9bbaaaea5d089"}, {file = "Pillow-9.5.0-cp312-cp312-win32.whl", hash = "sha256:22baf0c3cf0c7f26e82d6e1adf118027afb325e703922c8dfc1d5d0156bb2eeb"}, {file = "Pillow-9.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:432b975c009cf649420615388561c0ce7cc31ce9b2e374db659ee4f7d57a1f8b"}, {file = "Pillow-9.5.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:5d4ebf8e1db4441a55c509c4baa7a0587a0210f7cd25fcfe74dbbce7a4bd1906"}, @@ -4694,15 +4695,15 @@ test = ["pytest"] [[package]] name = "spotipy" -version = "2.16.0" +version = "2.16.1" description = "A light weight Python library for the Spotify Web API" category = "main" optional = false python-versions = "*" files = [ - {file = "spotipy-2.16.0-py2-none-any.whl", hash = "sha256:800330badc1b953417dace1532a586220d35b2240eb2e538e883e19e6bf1b53d"}, - {file = "spotipy-2.16.0-py3-none-any.whl", hash = "sha256:9d07b8948c30d8a338805440797263749ccad07c22009f9b3112aa2bcb2ebcea"}, - {file = "spotipy-2.16.0.tar.gz", hash = "sha256:315eadd1248053ed336b4d3adbf2e3c32895fdbb0cfcd170542c848c8fd45649"}, + {file = "spotipy-2.16.1-py2-none-any.whl", hash = "sha256:2670ad5715d5bd53a353708eea0ab2aa154232e2fe25d826dc39da5b910f0e17"}, + {file = "spotipy-2.16.1-py3-none-any.whl", hash = "sha256:9d4f0c5857a2c9bb72b39d66e38182ccaf62bcf18a5a16b4f2be8e802eca2f2c"}, + {file = "spotipy-2.16.1.tar.gz", hash = "sha256:4564a6b05959deb82acc96a3fe6883db1ad9f8c73b7ff3b9f1f44db43feba0b8"}, ] [package.dependencies] @@ -5625,4 +5626,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5127a61d6308ff9b884ea4cfb0e9ce7fd8cdf01525b2462b8e3a91a9a71e00e6" +content-hash = "62a5203551908f62973f79bdc67ee6db5e6d34da02239bdb790b7f71c0a2526b" diff --git a/pyproject.toml b/pyproject.toml index 899788c..fd21ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ vtk = "^9.2.6" ffmpeg-python = "^0.2.0" cairosvg = "^2.7.0" textract = "^1.6.5" -spotipy = "2.16" +spotipy = "2.16.1" [build-system]