From 8a3cfb41c777a7ae3f27a97f33e2a82a4bf03d4c Mon Sep 17 00:00:00 2001 From: rdimitrov <16540482+rdimitrov@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:09:22 +0000 Subject: [PATCH] build: Update Python dependencies --- Pipfile.lock | 30 +++++++++++++++--------------- requirements-dev.txt | 8 ++++---- requirements.txt | 4 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 11c5fee3..82394f25 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -377,12 +377,12 @@ }, "rich-click": { "hashes": [ - "sha256:8e29bdede858b59aa2859a1ab1c4ccbd39ed7ed5870262dae756fba6b5dc72e8", - "sha256:b57856f304e4fe0394b82d7ce0784450758f8c8b4e201ccc4320501cc201806b" + "sha256:636d9c040d31c5eee242201b5bf4f2d358bfae4db14bb22ec1cafa717cfd02cd", + "sha256:6d75bdfa7aa9ed2c467789a0688bc6da23fbe3a143e19aa6ad3f8bac113d2ab3" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==1.8.2" + "version": "==1.8.3" }, "ruamel.yaml": { "hashes": [ @@ -526,11 +526,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a", - "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1" + "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], "markers": "python_version >= '3.8'", - "version": "==4.12.1" + "version": "==4.12.2" }, "urllib3": { "hashes": [ @@ -1059,11 +1059,11 @@ }, "packaging": { "hashes": [ - "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5", - "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" + "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002", + "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124" ], "markers": "python_version >= '3.1'", - "version": "==24.0" + "version": "==24.1" }, "pathspec": { "hashes": [ @@ -1377,12 +1377,12 @@ }, "tox": { "hashes": [ - "sha256:300055f335d855b2ab1b12c5802de7f62a36d4fd53f30bd2835f6a201dda46ea", - "sha256:7a0beeef166fbe566f54f795b4906c31b428eddafc0102ac00d20998dd1933f6" + "sha256:53a092527d65e873e39213ebd4bd027a64623320b6b0326136384213f95b7076", + "sha256:f00a5dc4222b358e69694e47e3da0227ac41253509bca9f45aa8f012053e8d9d" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==4.15.0" + "version": "==4.15.1" }, "types-requests": { "hashes": [ @@ -1395,11 +1395,11 @@ }, "typing-extensions": { "hashes": [ - "sha256:6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a", - "sha256:915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1" + "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", + "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], "markers": "python_version >= '3.8'", - "version": "==4.12.1" + "version": "==4.12.2" }, "urllib3": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a46c56e..1beb32b2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -32,7 +32,7 @@ mdurl==0.1.2; python_version >= '3.7' mypy==1.10.0; python_version >= '3.8' mypy-extensions==1.0.0; python_version >= '3.5' nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' -packaging==24.0; python_version >= '3.1' +packaging==24.1; python_version >= '3.1' pathspec==0.12.1; python_version >= '3.8' pbr==6.0.0; python_version >= '2.6' pip==24.0; python_version >= '3.7' @@ -64,9 +64,9 @@ sphinxcontrib-qthelp==1.0.7; python_version >= '3.9' sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9' stevedore==5.2.0; python_version >= '3.8' tomli==2.0.1; python_version >= '3.1' -tox==4.15.0; python_version >= '3.8' +tox==4.15.1; python_version >= '3.8' types-requests==2.32.0.20240602; python_version >= '3.8' -typing-extensions==4.12.1; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' urllib3==2.2.1; python_version >= '3.8' virtualenv==20.26.2; python_version >= '3.7' auto-click-auto==0.1.4; python_version >= '3.7' and python_version < '4.0' @@ -76,7 +76,7 @@ greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' psycopg2==2.9.9; python_version >= '3.7' pycparser==2.22; python_version >= '3.8' pynacl==1.5.0; python_version >= '3.6' -rich-click==1.8.2; python_version >= '3.7' +rich-click==1.8.3; python_version >= '3.7' ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython' securesystemslib[crypto]==0.31.0; python_version ~= '3.8' diff --git a/requirements.txt b/requirements.txt index 351d03bd..7cb26162 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,11 +16,11 @@ pygments==2.18.0; python_version >= '3.8' pynacl==1.5.0; python_version >= '3.6' requests==2.32.3; python_version >= '3.8' rich==13.7.1; python_full_version >= '3.7.0' -rich-click==1.8.2; python_version >= '3.7' +rich-click==1.8.3; python_version >= '3.7' ruamel.yaml==0.18.6 ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython' securesystemslib[crypto]==0.31.0; python_version ~= '3.8' sqlalchemy==2.0.30; python_version >= '3.7' tuf==4.0.0; python_version >= '3.8' -typing-extensions==4.12.1; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' urllib3==2.2.1; python_version >= '3.8'