Skip to content

Commit

Permalink
Updated certifi and urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ramley committed Sep 24, 2024
1 parent 33d8ee9 commit f155b5d
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 88 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ 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
185 changes: 102 additions & 83 deletions Pipfile.lock

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

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ python3 -m pipenv run lint

# Security Updates

Replace `package-name` with the name of the package

```commandline
pipenv update package-name
pipenv install
```

0 comments on commit f155b5d

Please sign in to comment.