From bee0b9b0f4c56be25589122a6f0077c34ea65990 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:20:55 +0200 Subject: [PATCH 01/23] Update sphinx from 7.4.3 to 7.4.7/8.0.2 --- requirements-cidocs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index c1458d12a0c2..ca202f027ec3 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -1,5 +1,6 @@ Sphinx==7.1.2; python_version < "3.9" # pyup: ignore -Sphinx==7.4.3; python_version >= "3.9" +Sphinx==7.4.7; python_version == "3.9" # pyup: ignore +Sphinx==8.0.2; python_version >= "3.10" sphinx-jinja==2.0.2 sphinx-rtd-theme==2.0.0 sphinxcontrib-applehelp==1.0.4; python_version < "3.9" # pyup: ignore From 1718c23e65f57b590bda5958a660d2b3caee16dd Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:22:22 +0200 Subject: [PATCH 02/23] Update sphinxcontrib-applehelp from 1.0.8 to 2.0.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index ca202f027ec3..4cf1f78b99d7 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -4,7 +4,7 @@ Sphinx==8.0.2; python_version >= "3.10" sphinx-jinja==2.0.2 sphinx-rtd-theme==2.0.0 sphinxcontrib-applehelp==1.0.4; python_version < "3.9" # pyup: ignore -sphinxcontrib-applehelp==1.0.8; python_version >= "3.9" +sphinxcontrib-applehelp==2.0.0; python_version >= "3.9" sphinxcontrib-devhelp==1.0.2; python_version < "3.9" # pyup: ignore sphinxcontrib-devhelp==1.0.6; python_version >= "3.9" sphinxcontrib-htmlhelp==2.0.1; python_version < "3.9" # pyup: ignore From 6426d671ac250883b5b6a4403c2e132a10049790 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:23:23 +0200 Subject: [PATCH 03/23] Update sphinxcontrib-devhelp from 1.0.6 to 2.0.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index 4cf1f78b99d7..87ce6dfa3e62 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -6,7 +6,7 @@ sphinx-rtd-theme==2.0.0 sphinxcontrib-applehelp==1.0.4; python_version < "3.9" # pyup: ignore sphinxcontrib-applehelp==2.0.0; python_version >= "3.9" sphinxcontrib-devhelp==1.0.2; python_version < "3.9" # pyup: ignore -sphinxcontrib-devhelp==1.0.6; python_version >= "3.9" +sphinxcontrib-devhelp==2.0.0; python_version >= "3.9" sphinxcontrib-htmlhelp==2.0.1; python_version < "3.9" # pyup: ignore sphinxcontrib-htmlhelp==2.0.5; python_version >= "3.9" sphinxcontrib-jquery==4.1.0 From c93c0d2f4ef6a9fc9eaa9b830aea85049455d108 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:25:08 +0200 Subject: [PATCH 04/23] Update sphinxcontrib-htmlhelp from 2.0.5 to 2.1.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index 87ce6dfa3e62..d51abbe29753 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -8,7 +8,7 @@ sphinxcontrib-applehelp==2.0.0; python_version >= "3.9" sphinxcontrib-devhelp==1.0.2; python_version < "3.9" # pyup: ignore sphinxcontrib-devhelp==2.0.0; python_version >= "3.9" sphinxcontrib-htmlhelp==2.0.1; python_version < "3.9" # pyup: ignore -sphinxcontrib-htmlhelp==2.0.5; python_version >= "3.9" +sphinxcontrib-htmlhelp==2.1.0; python_version >= "3.9" sphinxcontrib-jquery==4.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3; python_version < "3.9" # pyup: ignore From ba9d960f7f022cffb63ccebb1d39b63ed998f359 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:26:35 +0200 Subject: [PATCH 05/23] Update sphinxcontrib-qthelp from 1.0.7 to 2.0.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index d51abbe29753..337ef64582fc 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -12,7 +12,7 @@ sphinxcontrib-htmlhelp==2.1.0; python_version >= "3.9" sphinxcontrib-jquery==4.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3; python_version < "3.9" # pyup: ignore -sphinxcontrib-qthelp==1.0.7; python_version >= "3.9" +sphinxcontrib-qthelp==2.0.0; python_version >= "3.9" sphinxcontrib-serializinghtml==1.1.5; python_version < "3.9" # pyup: ignore sphinxcontrib-serializinghtml==1.1.10; python_version >= "3.9" sphinxcontrib-spelling==8.0.0 From 42e79646ed207cf7d6105d2a56cf3549d1fa8183 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:27:47 +0200 Subject: [PATCH 06/23] Update sphinxcontrib-serializinghtml from 1.1.10 to 2.0.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index 337ef64582fc..6b475021012d 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -14,7 +14,7 @@ sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3; python_version < "3.9" # pyup: ignore sphinxcontrib-qthelp==2.0.0; python_version >= "3.9" sphinxcontrib-serializinghtml==1.1.5; python_version < "3.9" # pyup: ignore -sphinxcontrib-serializinghtml==1.1.10; python_version >= "3.9" +sphinxcontrib-serializinghtml==2.0.0; python_version >= "3.9" sphinxcontrib-spelling==8.0.0 sphinxcontrib-websupport==1.2.4; python_version < "3.9" # pyup: ignore sphinxcontrib-websupport==1.2.7; python_version >= "3.9" From d4c1a526f10765c5fb6d59dbf9b71932835316d1 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:29:00 +0200 Subject: [PATCH 07/23] Update sphinxcontrib-websupport from 1.2.7 to 2.0.0 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index 6b475021012d..e7abda39a404 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -17,7 +17,7 @@ sphinxcontrib-serializinghtml==1.1.5; python_version < "3.9" # pyup: ignore sphinxcontrib-serializinghtml==2.0.0; python_version >= "3.9" sphinxcontrib-spelling==8.0.0 sphinxcontrib-websupport==1.2.4; python_version < "3.9" # pyup: ignore -sphinxcontrib-websupport==1.2.7; python_version >= "3.9" +sphinxcontrib-websupport==2.0.0; python_version >= "3.9" Pygments==2.18.0 towncrier==23.11.0 From c35e2948e5a6824126287607f356d36e18f662c2 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:30:47 +0200 Subject: [PATCH 08/23] Update towncrier from 23.11.0 to 24.7.1 --- requirements-cidocs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index e7abda39a404..ff319b96519f 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -19,7 +19,7 @@ sphinxcontrib-spelling==8.0.0 sphinxcontrib-websupport==1.2.4; python_version < "3.9" # pyup: ignore sphinxcontrib-websupport==2.0.0; python_version >= "3.9" Pygments==2.18.0 -towncrier==23.11.0 +towncrier==24.7.1 # The following are transitive dependencies of the above. The versions are pinned so that tests # are reproducible. The versions should be upgraded whenever we see new versions to catch problems From 1b6084802a510740c60a741393c76860b31bce22 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 14:32:44 +0200 Subject: [PATCH 09/23] Update alabaster from 0.7.16 to 1.0.0 --- requirements-cidocs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-cidocs.txt b/requirements-cidocs.txt index ff319b96519f..33e712119a1b 100644 --- a/requirements-cidocs.txt +++ b/requirements-cidocs.txt @@ -26,7 +26,8 @@ towncrier==24.7.1 # in new versions of the packages. Whole list should be regenerated by via `pip freeze` once in a # while to remove no longer needed dependencies. -alabaster==0.7.16; python_version >= "3.9" +alabaster==1.0.0; python_version >= "3.10" +alabaster==0.7.16; python_version == "3.9" # pyup: ignore 1.0.0 dropped support for Python 3.9 and earlier alabaster==0.7.13; python_version < "3.9" # pyup: ignore 0.7.14 dropped support for Python 3.8 and earlier Babel==2.15.0 click==8.1.7 From 10808352803cf00abc5dd1b712ef9aac2a55b84b Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:24:14 +0200 Subject: [PATCH 10/23] Update attrs from 23.2.0 to 24.1.0 --- master/buildbot/test/__init__.py | 8 ++++++++ requirements-ci.txt | 2 +- requirements-ciworker.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/master/buildbot/test/__init__.py b/master/buildbot/test/__init__.py index f6d856e150f8..3dcb94b76672 100644 --- a/master/buildbot/test/__init__.py +++ b/master/buildbot/test/__init__.py @@ -82,3 +82,11 @@ r"to deadlocks in the child\.", category=DeprecationWarning, ) + +# Warnings comes from attr 24.1.0 because of automat +warnings.filterwarnings( + "ignore", + r"The `hash` argument is deprecated in favor of `unsafe_hash` " + r"and will be removed in or after August 2025\.", + category=DeprecationWarning, +) diff --git a/requirements-ci.txt b/requirements-ci.txt index 9106c42e2c5a..0c5f970a0e1a 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -21,7 +21,7 @@ psutil==6.0.0 # while to remove no longer needed dependencies. alembic==1.13.2 -attrs==23.2.0 +attrs==24.1.0 autobahn==23.6.2; python_version >= "3.9" autobahn==22.7.1; python_version < "3.9" # pyup: ignore Automat==22.10.0 diff --git a/requirements-ciworker.txt b/requirements-ciworker.txt index b23e0245ca2a..5c416e4c3448 100644 --- a/requirements-ciworker.txt +++ b/requirements-ciworker.txt @@ -1,5 +1,5 @@ attrs==21.4.0; python_version < "3.6" # pyup: ignore -attrs==23.2.0; python_version >= "3.6" +attrs==24.1.0; python_version >= "3.6" autobahn==23.6.2; python_version >= "3.9" autobahn==22.7.1; python_version < "3.9" and python_version >= "3.7" # pyup: ignore autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: ignore From 08d925ad9c03d722c65e9e9c494d7f46ba415ad8 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:26:03 +0200 Subject: [PATCH 11/23] Update autobahn from 23.6.2 to 24.4.2 --- requirements-ci.txt | 2 +- requirements-ciworker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 0c5f970a0e1a..9c05ed2606d7 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -22,7 +22,7 @@ psutil==6.0.0 alembic==1.13.2 attrs==24.1.0 -autobahn==23.6.2; python_version >= "3.9" +autobahn==24.4.2; python_version >= "3.9" autobahn==22.7.1; python_version < "3.9" # pyup: ignore Automat==22.10.0 boto==2.49.0 diff --git a/requirements-ciworker.txt b/requirements-ciworker.txt index 5c416e4c3448..e83af74677dc 100644 --- a/requirements-ciworker.txt +++ b/requirements-ciworker.txt @@ -1,6 +1,6 @@ attrs==21.4.0; python_version < "3.6" # pyup: ignore attrs==24.1.0; python_version >= "3.6" -autobahn==23.6.2; python_version >= "3.9" +autobahn==24.4.2; python_version >= "3.9" autobahn==22.7.1; python_version < "3.9" and python_version >= "3.7" # pyup: ignore autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: ignore Automat==20.2.0; python_version < "3.6" # pyup: ignore From abf47b49e9f8185c95d11f54e6fc19f9047e31d1 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:28:04 +0200 Subject: [PATCH 12/23] Update cryptography from 42.0.8 to 43.0.0 --- requirements-ci.txt | 2 +- requirements-ciworker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 9c05ed2606d7..496c3ddf0ca0 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -33,7 +33,7 @@ cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 croniter==2.0.5 -cryptography==42.0.8 +cryptography==43.0.0 dill==0.3.8 evalidate==2.0.3 greenlet==3.0.3 diff --git a/requirements-ciworker.txt b/requirements-ciworker.txt index e83af74677dc..e0cad2d1e7e5 100644 --- a/requirements-ciworker.txt +++ b/requirements-ciworker.txt @@ -8,7 +8,7 @@ Automat==22.10.0; python_version >= "3.6" cffi==1.16.0; python_version >= "3.6" constantly==23.10.4; python_version >= "3.8" constantly==15.1.0; python_version < "3.8" # pyup: ignore -cryptography==42.0.8; python_version >= "3.6" +cryptography==43.0.0; python_version >= "3.6" funcsigs==1.0.2 hyperlink==21.0.0 idna==3.7 From 18a81b63839b84968ca7ff9eef824686e3304427 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:30:02 +0200 Subject: [PATCH 13/23] Update incremental from 22.10.0 to 24.7.2 --- requirements-ci.txt | 3 ++- requirements-ciworker.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 496c3ddf0ca0..bec7dd1a9a6d 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -39,7 +39,8 @@ evalidate==2.0.3 greenlet==3.0.3 hyperlink==21.0.0 idna==3.7 -incremental==22.10.0 +incremental==24.7.2 +incremental==22.10.0; python_version < "3.8" # pyup: ignore Jinja2==3.1.4 jmespath==1.0.1 lz4==4.3.3 diff --git a/requirements-ciworker.txt b/requirements-ciworker.txt index e0cad2d1e7e5..87ba53a6aff3 100644 --- a/requirements-ciworker.txt +++ b/requirements-ciworker.txt @@ -12,7 +12,8 @@ cryptography==43.0.0; python_version >= "3.6" funcsigs==1.0.2 hyperlink==21.0.0 idna==3.7 -incremental==22.10.0; python_version >= "3.6" +incremental==24.7.2 +incremental==22.10.0; python_version < "3.8" # pyup: ignore incremental==17.5.0; python_version < "3.0" # pyup: ignore mock==3.0.5; python_version < "3.6" # pyup: ignore mock==5.1.0; python_version >= "3.6" From 467259a5aa9412bce9bf666aabd71bd2017271f1 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:43:52 +0200 Subject: [PATCH 14/23] Update pip from 24.1.2 to 24.2 --- requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pip.txt b/requirements-pip.txt index 845dc8fcdda3..06d7767a0bd8 100644 --- a/requirements-pip.txt +++ b/requirements-pip.txt @@ -1,3 +1,3 @@ -pip==24.1.2 +pip==24.2 setuptools==70.3.0 wheel==0.43.0 From e9ec5ec7c716442008c676644d74d7ac6bd82dc7 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 15:45:54 +0200 Subject: [PATCH 15/23] Update wheel from 0.43.0 to 0.44.0 --- requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pip.txt b/requirements-pip.txt index 06d7767a0bd8..b11a89562210 100644 --- a/requirements-pip.txt +++ b/requirements-pip.txt @@ -1,3 +1,3 @@ pip==24.2 setuptools==70.3.0 -wheel==0.43.0 +wheel==0.44.0 From 96aa6895bf37d1017a2d931532029b9e72e813fa Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 16:42:35 +0200 Subject: [PATCH 16/23] Update pyOpenSSL from 24.1.0 to 24.2.1 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index bec7dd1a9a6d..d00706dcc913 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -55,7 +55,7 @@ pyasn1==0.6.0 pyasn1-modules==0.4.0 pycparser==2.22 PyJWT==2.8.0 -pyOpenSSL==24.1.0 +pyOpenSSL==24.2.1 pypugjs==5.11.0 python-dateutil==2.9.0.post0 pytz==2024.1 From fe7fe01ea44fce06d1ab307bf4ed25fd0178404d Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 16:58:22 +0200 Subject: [PATCH 17/23] Update PyJWT from 2.8.0 to 2.9.0 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index d00706dcc913..b4ac2d6018c9 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -54,7 +54,7 @@ parameterized==0.9.0 pyasn1==0.6.0 pyasn1-modules==0.4.0 pycparser==2.22 -PyJWT==2.8.0 +PyJWT==2.9.0 pyOpenSSL==24.2.1 pypugjs==5.11.0 python-dateutil==2.9.0.post0 From def481c7a3b280e51fd1fe805420fb66310b9347 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:01:37 +0200 Subject: [PATCH 18/23] Update coverage from 7.6.0 to 7.6.1 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b4ac2d6018c9..b413a322888c 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -5,7 +5,7 @@ buildbot-www==4.0.1 Markdown==3.6 -coverage==7.6.0 +coverage==7.6.1 docker==7.1.0 hvac==2.3.0 ldap3==2.9.1 From a565bc98b04e71fbdd9bfcdf354d7aa9cbda9d0e Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:09:21 +0200 Subject: [PATCH 19/23] Update graphql-core from 3.3.0a4 to 3.3.0a6 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index b413a322888c..ef89016279d7 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -11,7 +11,7 @@ hvac==2.3.0 ldap3==2.9.1 mypy==1.10.1 mypy-zope==1.0.5 -graphql-core==3.3.0a4; python_version >= "3.12" # pyup: ignore (temporary switch to PRE-RELEASE version; remove this once 3.3.0 or newer is released as RELEASE version) +graphql-core==3.3.0a6; python_version >= "3.12" # pyup: ignore (temporary switch to PRE-RELEASE version; remove this once 3.3.0 or newer is released as RELEASE version) graphql-core==3.2.3; python_version < "3.12" psutil==6.0.0 From e5795a7431957f1a7eb68a26a217cd5e4617a1d4 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:12:00 +0200 Subject: [PATCH 20/23] Update croniter from 2.0.5 to 3.3.0a6 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index ef89016279d7..e7373b91e555 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -32,7 +32,7 @@ certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 -croniter==2.0.5 +croniter==3.0.3 cryptography==43.0.0 dill==0.3.8 evalidate==2.0.3 From 5c5af4fcf805051100dfd7db116741007a94bc49 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:23:15 +0200 Subject: [PATCH 21/23] Update boto3 from 1.34.144 to 1.34.161 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index e7373b91e555..db8fd4a7eb67 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -26,7 +26,7 @@ autobahn==24.4.2; python_version >= "3.9" autobahn==22.7.1; python_version < "3.9" # pyup: ignore Automat==22.10.0 boto==2.49.0 -boto3==1.34.144 +boto3==1.34.161 botocore==1.34.144 certifi==2024.7.4 cffi==1.16.0 From 6a96183a5d8bffbf45d6193aa58be222281208ae Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:24:46 +0200 Subject: [PATCH 22/23] Update botocore from 1.34.144 to 1.34.161 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index db8fd4a7eb67..07a0f93f37ef 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -27,7 +27,7 @@ autobahn==22.7.1; python_version < "3.9" # pyup: ignore Automat==22.10.0 boto==2.49.0 boto3==1.34.161 -botocore==1.34.144 +botocore==1.34.161 certifi==2024.7.4 cffi==1.16.0 charset-normalizer==3.3.2 From 3b5fe7c4383933e185c548bcec03a489516aebb4 Mon Sep 17 00:00:00 2001 From: Pavol Misik Date: Thu, 15 Aug 2024 17:28:13 +0200 Subject: [PATCH 23/23] Update moto from 5.0.11 to 5.0.12 --- requirements-ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 07a0f93f37ef..f2eda2682633 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -46,7 +46,7 @@ jmespath==1.0.1 lz4==4.3.3 Mako==1.3.5 MarkupSafe==2.1.5 -moto==5.0.11 +moto==5.0.12 msgpack==1.0.8 mypy-extensions==1.0.0 packaging==24.1