Skip to content

Commit

Permalink
Bump python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldemoura committed Mar 20, 2021
1 parent c19cffa commit fd05856
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
requests = "^2.24.0"
pyperclip = "^1.8.0"
pillow = "^7.2.0"
requests = "^2.25.1"
pyperclip = "^1.8.2"
pillow = "^8.1.2"

[tool.poetry.dev-dependencies]

Expand Down
6 changes: 3 additions & 3 deletions client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.24.0
pyperclip==1.8.0
pillow==7.2.0
requests==2.25.1
pyperclip==1.8.2
pillow==8.1.2

0 comments on commit fd05856

Please sign in to comment.