From f4c6294eeeef62921628e316e84b9d5335b65289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:05:53 +0000 Subject: [PATCH 1/2] Bump cowsay from 5.0 to 6.1 in /src/py3.9 Bumps [cowsay](https://github.com/VaasuDevanS/cowsay-python) from 5.0 to 6.1. - [Release notes](https://github.com/VaasuDevanS/cowsay-python/releases) - [Changelog](https://github.com/VaasuDevanS/cowsay-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/VaasuDevanS/cowsay-python/compare/v5.0...v6.1) --- updated-dependencies: - dependency-name: cowsay dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/py3.9/Pipfile.lock | 117 ++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 60 deletions(-) diff --git a/src/py3.9/Pipfile.lock b/src/py3.9/Pipfile.lock index 0e77805..90a34db 100644 --- a/src/py3.9/Pipfile.lock +++ b/src/py3.9/Pipfile.lock @@ -1,64 +1,61 @@ { - "_meta": { - "hash": { - "sha256": "0917b51635aa96ace981678b22ea817619fd4113a78afe4c2935281268631b7e" + "_meta": { + "hash": { + "sha256": "0917b51635aa96ace981678b22ea817619fd4113a78afe4c2935281268631b7e" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.9" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] }, - "pipfile-spec": 6, - "requires": { - "python_version": "3.9" + "default": { + "contextlib2": { + "hashes": [ + "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f", + "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" + ], + "markers": "python_version >= '3.6'", + "version": "==21.6.0" + }, + "cowsay": { + "hashes": [ + "sha256:274b1e6fc1b966d53976333eb90ac94cb07a450a700b455af9fbdf882244b30a" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==6.1" + }, + "docopt": { + "hashes": [ + "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" + ], + "version": "==0.6.2" + }, + "example": { + "file": "https://github.com/cisagov/skeleton-python-library/archive/v0.1.0.tar.gz" + }, + "schema": { + "hashes": [ + "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197", + "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c" + ], + "version": "==0.7.5" + }, + "setuptools": { + "hashes": [ + "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87", + "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a" + ], + "markers": "python_version >= '3.8'", + "version": "==68.2.2" + } }, - "sources": [ - { - "name": "pypi", - "url": "https://pypi.org/simple", - "verify_ssl": true - } - ] - }, - "default": { - "contextlib2": { - "hashes": [ - "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f", - "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" - ], - "markers": "python_version >= '3.6'", - "version": "==21.6.0" - }, - "cowsay": { - "hashes": [ - "sha256:c00e02444f5bc7332826686bd44d963caabbaba9a804a63153822edce62bbbf3" - ], - "index": "pypi", - "version": "==5.0" - }, - "docopt": { - "hashes": [ - "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" - ], - "version": "==0.6.2" - }, - "example": { - "file": "https://github.com/cisagov/skeleton-python-library/archive/v0.1.0.tar.gz", - "hashes": [ - "sha256:d4ae2105b555cb386daf39e06b05594596e881e67faffc46c69d9e7ce56c8c4c" - ], - "version": "==0.1.0" - }, - "schema": { - "hashes": [ - "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197", - "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c" - ], - "version": "==0.7.5" - }, - "setuptools": { - "hashes": [ - "sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54", - "sha256:a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75" - ], - "markers": "python_version >= '3.7'", - "version": "==65.6.3" - } - }, - "develop": {} + "develop": {} } From 6c731d1bd497662e0edea5543239237a0d1366f7 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Tue, 26 Sep 2023 09:10:16 -0400 Subject: [PATCH 2/2] Reformat Pipfile.lock to make JSON linter happy --- src/py3.9/Pipfile.lock | 114 ++++++++++++++++++++--------------------- 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/src/py3.9/Pipfile.lock b/src/py3.9/Pipfile.lock index 90a34db..7a12085 100644 --- a/src/py3.9/Pipfile.lock +++ b/src/py3.9/Pipfile.lock @@ -1,61 +1,61 @@ { - "_meta": { - "hash": { - "sha256": "0917b51635aa96ace981678b22ea817619fd4113a78afe4c2935281268631b7e" - }, - "pipfile-spec": 6, - "requires": { - "python_version": "3.9" - }, - "sources": [ - { - "name": "pypi", - "url": "https://pypi.org/simple", - "verify_ssl": true - } - ] + "_meta": { + "hash": { + "sha256": "0917b51635aa96ace981678b22ea817619fd4113a78afe4c2935281268631b7e" }, - "default": { - "contextlib2": { - "hashes": [ - "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f", - "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" - ], - "markers": "python_version >= '3.6'", - "version": "==21.6.0" - }, - "cowsay": { - "hashes": [ - "sha256:274b1e6fc1b966d53976333eb90ac94cb07a450a700b455af9fbdf882244b30a" - ], - "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==6.1" - }, - "docopt": { - "hashes": [ - "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" - ], - "version": "==0.6.2" - }, - "example": { - "file": "https://github.com/cisagov/skeleton-python-library/archive/v0.1.0.tar.gz" - }, - "schema": { - "hashes": [ - "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197", - "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c" - ], - "version": "==0.7.5" - }, - "setuptools": { - "hashes": [ - "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87", - "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a" - ], - "markers": "python_version >= '3.8'", - "version": "==68.2.2" - } + "pipfile-spec": 6, + "requires": { + "python_version": "3.9" }, - "develop": {} + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "contextlib2": { + "hashes": [ + "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f", + "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" + ], + "markers": "python_version >= '3.6'", + "version": "==21.6.0" + }, + "cowsay": { + "hashes": [ + "sha256:274b1e6fc1b966d53976333eb90ac94cb07a450a700b455af9fbdf882244b30a" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==6.1" + }, + "docopt": { + "hashes": [ + "sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" + ], + "version": "==0.6.2" + }, + "example": { + "file": "https://github.com/cisagov/skeleton-python-library/archive/v0.1.0.tar.gz" + }, + "schema": { + "hashes": [ + "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197", + "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c" + ], + "version": "==0.7.5" + }, + "setuptools": { + "hashes": [ + "sha256:4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87", + "sha256:b454a35605876da60632df1a60f736524eb73cc47bbc9f3f1ef1b644de74fd2a" + ], + "markers": "python_version >= '3.8'", + "version": "==68.2.2" + } + }, + "develop": {} }