From 91bbca4f290bb77d95e3c593340f43ad6290ef72 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 15:50:04 +0000 Subject: [PATCH 1/4] Update orjson from 3.10.10 to 3.10.11 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 027a58f8..0013fa76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ lxml==5.3.0 # via ufolib2 (pyproject.toml) msgpack==1.1.0 # via ufolib2 (pyproject.toml) -orjson==3.10.10 +orjson==3.10.11 # via ufolib2 (pyproject.toml) setuptools==75.3.0 # via fs From 7cf636a479bcca31d4a22237aeb095c24de9119f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 15:50:05 +0000 Subject: [PATCH 2/4] Update black from 24.8.0 to 24.10.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fe61712e..7bb558e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --python 3.8 requirements-dev.in -black==24.8.0 +black==24.10.0 # via -r requirements-dev.in click==8.1.7 # via black From 839642cd1a9901535725eb5edf2c62c43acfe462 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 15:50:06 +0000 Subject: [PATCH 3/4] Update coverage from 7.6.1 to 7.6.4 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7bb558e2..5830a065 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black==24.10.0 # via -r requirements-dev.in click==8.1.7 # via black -coverage==7.6.1 +coverage==7.6.4 # via -r requirements-dev.in exceptiongroup==1.2.2 # via From 2c839a7952aaa64342aa76e4fc3fadcd70c3ccac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Nov 2024 15:50:06 +0000 Subject: [PATCH 4/4] Update packaging from 24.1 to 24.2 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 5830a065..571e5aaf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,7 +24,7 @@ mypy-extensions==1.0.0 # via # black # mypy -packaging==24.1 +packaging==24.2 # via # black # pytest