From ce1190d8e577a73720dd0913c54488e7522d9a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:30:27 +0000 Subject: [PATCH] build(deps): bump cattrs from 1.10.0 to 23.1.2 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 1.10.0 to 23.1.2. - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](https://github.com/python-attrs/cattrs/compare/v1.10.0...v23.1.2) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Pipfile b/Pipfile index c624ddf7d..46f07f098 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ aldjemy = "~=2.2" altamisa = "~=0.2.5" attrs = "~=21.2" beautifulsoup4 = "~=4.9" -cattrs = "~=1.7" +cattrs = "~=23.1" django = "*" # whatever django-sodar-core enforces django-clone = "~=4.0" django-cryptographic-fields-bihealth = "~=0.6.0" diff --git a/Pipfile.lock b/Pipfile.lock index 869952141..15888f09b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "39c6c3e8bd98a1b1013fcb2e05d24bc7c144b6de143bc7f192cdeaa957f652fb" + "sha256": "14eff08380cda358487fe2df31849cc5a2d97826a863cc95b031aa76a5d8becb" }, "pipfile-spec": 6, "requires": { @@ -265,12 +265,12 @@ }, "cattrs": { "hashes": [ - "sha256:211800f725cdecedcbcf4c753bbd22d248312b37d130f06045434acb7d9b34e1", - "sha256:35dd9063244263e63bd0bd24ea61e3015b00272cead084b2c40d788b0f857c46" + "sha256:b2bb14311ac17bed0d58785e5a60f022e5431aca3932e3fc5cc8ed8639de50a4", + "sha256:db1c821b8c537382b2c7c66678c3790091ca0275ac486c76f3c8f3920e83c657" ], "index": "pypi", - "markers": "python_version >= '3.7' and python_version < '4.0'", - "version": "==1.10.0" + "markers": "python_version >= '3.7'", + "version": "==23.1.2" }, "celery": { "hashes": [ @@ -806,6 +806,14 @@ "markers": "python_version >= '3.7'", "version": "==4.1.5" }, + "exceptiongroup": { + "hashes": [ + "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9", + "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3" + ], + "markers": "python_version < '3.11'", + "version": "==1.1.3" + }, "frozenlist": { "hashes": [ "sha256:007df07a6e3eb3e33e9a1fe6a9db7af152bbd8a185f9aaa6ece10a3529e3e1c6", @@ -2320,7 +2328,7 @@ "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f", "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", + "markers": "python_version >= '3.6'", "version": "==1.26.16" }, "vcfpy": { @@ -3254,7 +3262,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_version < '3.11' and python_version >= '3.7'", + "markers": "python_version < '3.11'", "version": "==2.0.1" }, "traitlets": { @@ -3286,7 +3294,7 @@ "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f", "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", + "markers": "python_version >= '3.6'", "version": "==1.26.16" }, "wasmer": { @@ -3701,7 +3709,7 @@ "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f", "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", + "markers": "python_version >= '3.6'", "version": "==1.26.16" }, "whitenoise": {