From ec09589ae566014c214ae8a20f8e1c4601661ab8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:06 +0000 Subject: [PATCH 01/15] Update importlib_resources from 6.1.0 to 6.1.1 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 92cd6c78..189065cb 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -1,5 +1,5 @@ # Backport of importlib.resources for python 3.8 and earlier. -importlib_resources==6.1.0; python_version < '3.9' +importlib_resources==6.1.1; python_version < '3.9' # ------------------ LIBRARIES ------------------ # # TODO: Add most of the libraries we have hooks for, and write tests From c963ac75fd25bfa1b0657122787ea9270bc5f3ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:06 +0000 Subject: [PATCH 02/15] Update av from 10.0.0 to 11.0.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 189065cb..cd0492a7 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -3,7 +3,7 @@ importlib_resources==6.1.1; python_version < '3.9' # ------------------ LIBRARIES ------------------ # # TODO: Add most of the libraries we have hooks for, and write tests -av==10.0.0 +av==11.0.0 # The latest release of adbutils (1.2.11) explicitly requires requests<2.16, which is incompatible with python >= 3.10. adbutils==1.2.15; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10' APScheduler==3.10.4 From b700e0047cda29b5952188956d98862f16d97577 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:07 +0000 Subject: [PATCH 03/15] Update bokeh from 3.3.0 to 3.3.1 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index cd0492a7..48bf2a7d 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -8,7 +8,7 @@ av==11.0.0 adbutils==1.2.15; (sys_platform == 'darwin' or sys_platform == 'win32') and python_version < '3.10' APScheduler==3.10.4 backports.zoneinfo==0.2.1; python_version < '3.9' -bokeh==3.3.0; python_version >= '3.9' +bokeh==3.3.1; python_version >= '3.9' boto==2.49.0 boto3==1.28.78 botocore==1.31.78 From dd791116e2afabd09599c45b3729c3536535e39f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:07 +0000 Subject: [PATCH 04/15] Update boto3 from 1.28.78 to 1.28.84 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 48bf2a7d..5f511cce 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -10,7 +10,7 @@ APScheduler==3.10.4 backports.zoneinfo==0.2.1; python_version < '3.9' bokeh==3.3.1; python_version >= '3.9' boto==2.49.0 -boto3==1.28.78 +boto3==1.28.84 botocore==1.31.78 branca==0.7.0 cairocffi==1.6.1 From 6c370f4ecece8f893ba72fbed2be7a9099389cee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:07 +0000 Subject: [PATCH 05/15] Update botocore from 1.31.78 to 1.31.84 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 5f511cce..3fc493cd 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -11,7 +11,7 @@ backports.zoneinfo==0.2.1; python_version < '3.9' bokeh==3.3.1; python_version >= '3.9' boto==2.49.0 boto3==1.28.84 -botocore==1.31.78 +botocore==1.31.84 branca==0.7.0 cairocffi==1.6.1 CairoSVG==2.7.1 From e83720e2ca635fc0888eeddb5b5db97e52236f9b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:08 +0000 Subject: [PATCH 06/15] Update eth_typing from 3.5.1 to 3.5.2 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 3fc493cd..a72f3c43 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -28,7 +28,7 @@ dash-uploader==0.6.0 # discid requires libdiscid to be provided by the system. # We install it via apt-get and brew on ubuntu and macOS CI runners, respectively. discid==1.2.0; sys_platform != 'win32' -eth_typing==3.5.1 +eth_typing==3.5.2 eth_utils==2.3.0 fabric==3.2.2 fiona==1.9.5; sys_platform != 'win32' From 4cdc45b4229e4d02a754ef64a82434f6491a2efc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:08 +0000 Subject: [PATCH 07/15] Update eth_utils from 2.3.0 to 2.3.1 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index a72f3c43..f5f377c0 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -29,7 +29,7 @@ dash-uploader==0.6.0 # We install it via apt-get and brew on ubuntu and macOS CI runners, respectively. discid==1.2.0; sys_platform != 'win32' eth_typing==3.5.2 -eth_utils==2.3.0 +eth_utils==2.3.1 fabric==3.2.2 fiona==1.9.5; sys_platform != 'win32' folium==0.15.0 From 96ad87872ac4bd5f747714aba6ef20a6eebc472f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:09 +0000 Subject: [PATCH 08/15] Update geopandas from 0.14.0 to 0.14.1 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index f5f377c0..0a093de9 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -34,7 +34,7 @@ fabric==3.2.2 fiona==1.9.5; sys_platform != 'win32' folium==0.15.0 ffpyplayer==4.5.1 -geopandas==0.14.0; sys_platform != 'win32' and python_version >= '3.9' +geopandas==0.14.1; sys_platform != 'win32' and python_version >= '3.9' google-api-python-client==2.106.0 graphql-query==1.2.1 python-gitlab==4.1.1 From 770ce1796b4ffb65c70ec73373441d64b7a44adf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:09 +0000 Subject: [PATCH 09/15] Update google-api-python-client from 2.106.0 to 2.107.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 0a093de9..16ec2929 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -35,7 +35,7 @@ fiona==1.9.5; sys_platform != 'win32' folium==0.15.0 ffpyplayer==4.5.1 geopandas==0.14.1; sys_platform != 'win32' and python_version >= '3.9' -google-api-python-client==2.106.0 +google-api-python-client==2.107.0 graphql-query==1.2.1 python-gitlab==4.1.1 h5py==3.10.0 From 46c4e3ec33c2ec6dc51eccd5ee9b8f09aaf70abc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:10 +0000 Subject: [PATCH 10/15] Update pandas from 2.1.2 to 2.1.3 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 16ec2929..a3a0d4d0 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -54,7 +54,7 @@ netCDF4==1.6.5 numcodecs==0.12.1 Office365-REST-Python-Client==2.5.2 openpyxl==3.1.2 -pandas==2.1.2; python_version >= '3.9' +pandas==2.1.3; python_version >= '3.9' panel==1.3.1; python_version >= '3.9' passlib==1.7.4 pendulum==2.1.2 From 7df5f3ab83ed7cc369627fcd9bc89a0ccd1b7acd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:10 +0000 Subject: [PATCH 11/15] Update platformdirs from 3.11.0 to 4.0.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index a3a0d4d0..ac4a1e6a 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -61,7 +61,7 @@ pendulum==2.1.2 phonenumbers==8.13.24 pingouin==0.5.3 pinyin==0.4.0 -platformdirs==3.11.0 +platformdirs==4.0.0 plotly==5.18.0 publicsuffix2==2.20191221 pycparser==2.21 From 8e2dd7960f456cbd88bf17615a71d9264929143a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:10 +0000 Subject: [PATCH 12/15] Update sentry-sdk from 1.34.0 to 1.35.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index ac4a1e6a..7e719ea0 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -89,7 +89,7 @@ Rtree==1.1.0 sacremoses==0.1.1 # Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587 scipy==1.11.3; python_version > '3.8' -sentry-sdk==1.34.0 +sentry-sdk==1.35.0 shotgun_api3==3.4.0 spacy==3.7.2 srsly==2.4.8 From dd0ddc4f8ea3c27c03e1393224be8b62ca687c41 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:11 +0000 Subject: [PATCH 13/15] Update pydantic from 2.4.2 to 2.5.0 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 7e719ea0..09bcb9f9 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -135,7 +135,7 @@ librosa==0.10.1 sympy==1.12 xyzservices==2023.10.0 mistune==3.0.2 -pydantic==2.4.2 +pydantic==2.5.0 jsonschema==4.19.2 psutil==5.9.6 litestar==2.3.1 From f61eb2c029fa7c504219767b0ae9efab855e7743 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:11 +0000 Subject: [PATCH 14/15] Update litestar from 2.3.1 to 2.3.2 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 09bcb9f9..4a81ac02 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -138,7 +138,7 @@ mistune==3.0.2 pydantic==2.5.0 jsonschema==4.19.2 psutil==5.9.6 -litestar==2.3.1 +litestar==2.3.2 lingua-language-detector==1.3.3; python_version >= '3.8' opencc-python-reimplemented==0.1.7 jieba==0.42.1 From 404294bb3a7cad4b52032d41ba6df66d1a9a6c90 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Nov 2023 19:23:12 +0000 Subject: [PATCH 15/15] Update lingua-language-detector from 1.3.3 to 1.3.4 --- requirements-test-libraries.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index 4a81ac02..dcd2b630 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -139,7 +139,7 @@ pydantic==2.5.0 jsonschema==4.19.2 psutil==5.9.6 litestar==2.3.2 -lingua-language-detector==1.3.3; python_version >= '3.8' +lingua-language-detector==1.3.4; python_version >= '3.8' opencc-python-reimplemented==0.1.7 jieba==0.42.1 simplemma==0.9.1