Skip to content

Commit

Permalink
More dependency fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-Devil committed May 9, 2023
1 parent fb40c22 commit f4f8a31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.5
poetry-version: 1.4.2
- name: Install dependencies
run: |
poetry config virtualenvs.create false
Expand Down
25 changes: 12 additions & 13 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ license = "MIT"
python = "3.10.*"
spotipy = "2.23.0"
python-dotenv = "1.0.0"
urllib3 = "2.0.2"
urllib3 = "1.26.15"
requests = "2.29.0"

[tool.poetry.dev-dependencies]
black = "23.3.0"
Expand Down

0 comments on commit f4f8a31

Please sign in to comment.