Skip to content

Commit

Permalink
fix version for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ns696 committed Jun 8, 2024
1 parent 2938082 commit 4ea8024
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade pre-commit
python -m pip install --upgrade isort
python -m pip install --upgrade poetry
poetry install
- name: Lint
run: pre-commit run --all-files --show-diff-on-failure
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-toml
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pillow~=9.3.0
pyautogui~=0.9.53
requests~=2.28.1
requests~=2.31.0
wikipedia~=1.4.0
paperclip~=2.6.1
flask~=2.2.2

setuptools~=62.1.0
setuptools~=65.5.1
pyperclip~=1.8.2
keyboard~=0.13.5

0 comments on commit 4ea8024

Please sign in to comment.