diff --git a/Pipfile b/Pipfile index 5888bd5..9217498 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,8 @@ name = "pypi" [packages] py-trello-api = ">=0.20.0, <1.0.0" argparse = ">=1.4.0, <2.0.0" +certifi = "*" +urllib3 = "*" [dev-packages] ruff = "*" diff --git a/Pipfile.lock b/Pipfile.lock index ba7cbc8..be22b37 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d322650107e431ccceabf251e4eb75b53a920197ea051726b23111df440ea522" + "sha256": "ce3af8061d021a813255df1462c74eca4d9d9d9b1fd57d1a9d2c7fee357e6e39" }, "pipfile-spec": 6, "requires": { @@ -26,11 +26,12 @@ }, "certifi": { "hashes": [ - "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516", - "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56" + "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", + "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" ], + "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==2024.6.2" + "version": "==2024.8.30" }, "charset-normalizer": { "hashes": [ @@ -193,11 +194,12 @@ }, "urllib3": { "hashes": [ - "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d", - "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", + "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" ], + "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.2.1" + "version": "==2.2.3" } }, "develop": { diff --git a/README.md b/README.md index 8517966..3586155 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Running the CLI: python3 -m pipenv run trello_tools add-user-to-boards ``` +Obtain the API KEY & token from https://docs.adaptavist.com/w4j/latest/quick-configuration-guide/add-sources/how-to-generate-trello-api-key-token + Running the tests: ```commandline @@ -90,3 +92,11 @@ Linting the code: ```commandline python3 -m pipenv run lint ``` + +# Security Updates + +Replace `package-name` with the name of the package + +```commandline +pipenv update package-name +```