Skip to content

Commit

Permalink
feat: upgrade dependencies to avoid cve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vetsin committed Dec 13, 2023
1 parent 2ab4978 commit edc3eb0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 16 additions & 4 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ python = "^3.8"
requests = "2.31.0"
requests-oauthlib = { version = ">=1.2.0", optional = true}
certifi = "2023.7.22"
pip = "^23.3.1"
urllib3 = "^2.0.7"

[tool.poetry.extras]
oauth = ["requests-oauthlib"]
Expand Down

0 comments on commit edc3eb0

Please sign in to comment.