Skip to content

Commit

Permalink
Update certifli and urllib3 and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ramley committed Sep 24, 2024
1 parent ac63562 commit 33d8ee9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
16 changes: 9 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

0 comments on commit 33d8ee9

Please sign in to comment.