Skip to content

Commit

Permalink
Bump spotipy from 2.22.1 to 2.23.0 (#33)
Browse files Browse the repository at this point in the history
Bumps [spotipy](https://github.com/plamere/spotipy) from 2.22.1 to 2.23.0.
- [Release notes](https://github.com/plamere/spotipy/releases)
- [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md)
- [Commits](spotipy-dev/spotipy@2.22.1...2.23.0)

---
updated-dependencies:
- dependency-name: spotipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 4e3db02 commit 487feb3
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
autopep8 = "*"

[packages]
spotipy = "~=2.21"
spotipy = "~=2.23"
bottle = "~=0.12"
jinja2 = "~=3.1"
redis = "~=4.5"
Expand Down
183 changes: 85 additions & 98 deletions Pipfile.lock

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

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

-i https://pypi.org/simple/
async-timeout==4.0.2; python_version >= '3.6'
bottle==0.12.25
bottle==0.12.24
certifi==2022.12.7; python_version >= '3.6'
charset-normalizer==3.1.0; python_full_version >= '3.6.0'
charset-normalizer==3.1.0; python_version >= '3.7'
idna==3.4; python_version >= '3.5'
jinja2==3.1.2
markupsafe==2.1.2; python_version >= '3.7'
redis==4.5.3
redis==4.5.1
requests==2.28.2; python_version >= '3.7' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
spotipy==2.22.1
urllib3==1.26.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
spotipy==2.23.0
urllib3==1.26.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'

0 comments on commit 487feb3

Please sign in to comment.