Skip to content

Commit

Permalink
feat(dependencies): ⬆️ update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Oct 21, 2024
1 parent 88ea232 commit a721964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ packages = [
[tool.poetry.dependencies]
python = "^3.6"
requests = "^2.24.0"
requests-oauthlib = "^1.3.0"
isodate = "^0.7.2"
requests-oauthlib = "=1.3.0,<3.0.0"
isodate = ">=0.6.0,<=0.7.2"
dataclasses-json = [
{version = "^0.5.3", python = "<3.7"},
{version = "^0.6.0", python = ">=3.7"}
Expand Down

0 comments on commit a721964

Please sign in to comment.