diff --git a/.tool-versions b/.tool-versions index 411c63d77..9670023c7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -python 3.8.16 +python 3.8.17 diff --git a/Pipfile b/Pipfile index 1a9982823..b441ff9cb 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ EditorConfig = "==0.12.3" google-api-python-client = "==2.36.0" google-auth-httplib2 = "==0.1.0" google-auth-oauthlib = "==0.4.6" -"ruamel.yaml" = "==0.17.31" +"ruamel.yaml" = "==0.17.32" jsonschema = "==4.4.0" jsonschema-gentypes = "==0.9.4" node-vm2 = "==0.4.5" @@ -58,7 +58,7 @@ protobuf = "==3.19.6" pyasn1 = "==0.4.8" pyasn1-modules = "==0.2.8" pycparser = "==2.21" -pygments = "==2.15.0" +pygments = "==2.15.1" pyparsing = "==3.0.9" pyrsistent = "==0.18.1" pyyaml = "==6.0" diff --git a/Pipfile.lock b/Pipfile.lock index a77accafa..384691f5a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e4d60b757fa7e385b31e7045fe0dcdd3192ac56fcc180a487b8a1a749cc14332" + "sha256": "39cb4c9b8182b46419a680020c3d2119b7520f0721974b8d4cdb443fc6c60c0e" }, "pipfile-spec": 6, "requires": { @@ -536,11 +536,11 @@ }, "pygments": { "hashes": [ - "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094", - "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500" + "sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c", + "sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1" ], "index": "pypi", - "version": "==2.15.0" + "version": "==2.15.1" }, "pyparsing": { "hashes": [ @@ -681,11 +681,11 @@ }, "ruamel.yaml": { "hashes": [ - "sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335", - "sha256:3cf153f0047ced526e723097ac615d3009371779432e304dbd5596b6f3a4c777" + "sha256:23cd2ed620231677564646b0c6a89d138b6822a0d78656df7abda5879ec4f447", + "sha256:ec939063761914e14542972a5cba6d33c23b0859ab6342f61cf070cfc600efc2" ], "index": "pypi", - "version": "==0.17.31" + "version": "==0.17.32" }, "ruamel.yaml.clib": { "hashes": [ @@ -882,7 +882,7 @@ "sha256:a07ffd2351b8c678dfc4a856a3005f8067aea51d6ba6c700796a4d9e280f39f0", "sha256:e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.7.0'", "version": "==0.3.6" }, "dodgy": { @@ -997,7 +997,7 @@ "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.7.0'", "version": "==0.1.2" }, "mypy": { @@ -1095,11 +1095,11 @@ }, "pygments": { "hashes": [ - "sha256:77a3299119af881904cd5ecd1ac6a66214b6e9bed1f2db16993b54adede64094", - "sha256:f7e36cffc4c517fbc252861b9a6e4644ca0e5abadf9a113c72d1358ad09b9500" + "sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c", + "sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1" ], "index": "pypi", - "version": "==2.15.0" + "version": "==2.15.1" }, "pylint": { "hashes": [ @@ -1197,7 +1197,7 @@ "sha256:8f87bc7ee54675732fa66a05ebfe489e27264caeeff3728c945d25971b6485ec", "sha256:d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.7.0'", "version": "==13.4.2" }, "setoptconf-tmp": { diff --git a/example-project/ci/requirements.txt b/example-project/ci/requirements.txt index 64295db1f..57dcd2248 100644 --- a/example-project/ci/requirements.txt +++ b/example-project/ci/requirements.txt @@ -1 +1 @@ -c2cciutils==1.1.22 +c2cciutils==1.1.23