Skip to content

Commit

Permalink
Update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldemoura committed Jan 9, 2022
1 parent 809cc85 commit 5864b27
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It can also function as a mere Gyazo client, uploading directly to Gyazo's serve

### Client

* Python >= 3.6 (check with `python --version` or `python3 --version`)
* Python >= 3.7 (check with `python --version` or `python3 --version`)

The following OSes have off-the-shelf compatibility. You can add more back ends for missing systems or configurations.

Expand Down
99 changes: 45 additions & 54 deletions client/poetry.lock

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

6 changes: 3 additions & 3 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ authors = ["Miguel de Moura"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.6"
requests = "^2.26.0"
python = "^3.7"
requests = "^2.27.1"
pyperclip = "^1.8.2"
pillow = "^8.4.0"
pillow = "^9.0.0"

[tool.poetry.dev-dependencies]

Expand Down
4 changes: 2 additions & 2 deletions client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.26.0
requests==2.27.1
pyperclip==1.8.2
pillow==8.4.0
pillow==9.0.0

0 comments on commit 5864b27

Please sign in to comment.