From ce366fa20bc0d890d60786657c3ffc87950edeb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:42:52 +0000 Subject: [PATCH] build(deps): bump altamisa from 0.2.9 to 0.3.0 in /backend Bumps [altamisa](https://github.com/bihealth/altamisa) from 0.2.9 to 0.3.0. - [Release notes](https://github.com/bihealth/altamisa/releases) - [Changelog](https://github.com/bihealth/altamisa/blob/master/CHANGELOG.md) - [Commits](https://github.com/bihealth/altamisa/compare/v0.2.9...v0.3.0) --- updated-dependencies: - dependency-name: altamisa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Pipfile | 2 +- backend/Pipfile.lock | 33 ++++++++++++++++++++++++++------- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/backend/Pipfile b/backend/Pipfile index ceabd3453..6e2f65b49 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] aldjemy = "~=2.2" -altamisa = "~=0.2.5" +altamisa = "~=0.3.0" attrs = "~=24.2" beautifulsoup4 = "~=4.9" cattrs = "*" diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock index c2a98f374..dc075450b 100644 --- a/backend/Pipfile.lock +++ b/backend/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d54097b0596ab47e41a8ada50d2afce32ce2826e385108a96f95166679b79e1b" + "sha256": "f881dfc7484fefe632305f4cacd571a8a004325fabe0fe50d72cda3b4095516b" }, "pipfile-spec": 6, "requires": { @@ -164,10 +164,10 @@ }, "altamisa": { "hashes": [ - "sha256:69e6e5e78df917c5be8a84c75f075f7cf992b52bea0dbe3487664b5e22c8bc72" + "sha256:d92eb1017b26b6feb4c376456a789e584a53d569010d6a71dbb4aa8dde62c7d9" ], "index": "pypi", - "version": "==0.2.9" + "version": "==0.3.0" }, "amqp": { "hashes": [ @@ -2459,12 +2459,12 @@ }, "rich": { "hashes": [ - "sha256:9836f5096eb2172c9e77df411c1b009bace4193d6a481d534fea75ebba758283", - "sha256:bc1e01b899537598cf02579d2b9f4a415104d3fc439313a7a2c165d76557a08e" + "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", + "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90" ], "index": "pypi", "markers": "python_full_version >= '3.8.0'", - "version": "==13.9.3" + "version": "==13.9.4" }, "rpds-py": { "hashes": [ @@ -2608,6 +2608,14 @@ "markers": "python_version >= '3.7'", "version": "==67.6.1" }, + "shellingham": { + "hashes": [ + "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686", + "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de" + ], + "markers": "python_version >= '3.7'", + "version": "==1.5.4" + }, "simplejson": { "hashes": [ "sha256:01c6657485393f2e9b8177c77a7634f13ebe70d5e6de150aae1677d91516ce6b", @@ -2936,12 +2944,23 @@ "markers": "python_version >= '3.7'", "version": "==4.66.5" }, + "typer": { + "extras": [ + "all" + ], + "hashes": [ + "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b", + "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722" + ], + "markers": "python_version >= '3.7'", + "version": "==0.12.5" + }, "typing-extensions": { "hashes": [ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.13'", "version": "==4.12.2" }, "tzdata": {