Skip to content

Commit

Permalink
chore(deps): bump spotipy from 2.23.0 to 2.24.0
Browse files Browse the repository at this point in the history
Bumps [spotipy](https://github.com/plamere/spotipy) from 2.23.0 to 2.24.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.23.0...2.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and esolitos committed Aug 8, 2024
1 parent 899794e commit 0ffbf57
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ autopep8 = "*"
pre-commit = "*"

[packages]
spotipy = "~=2.23"
spotipy = "~=2.24"
bottle = "~=0.12"
jinja2 = "~=3.1"
redis = "~=5.0"
Expand Down
43 changes: 22 additions & 21 deletions Pipfile.lock

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

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-i https://pypi.org/simple
async-timeout==4.0.3; python_full_version <= '3.11.2'
bottle==0.12.25
certifi==2024.2.2; python_version >= '3.6'
certifi==2024.6.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.7; python_version >= '3.5'
jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.5; python_version >= '3.7'
redis==5.0.1
requests==2.32.2; python_version >= '3.7'
jinja2==3.1.3; python_version >= '3.7'
markupsafe==2.1.4; python_version >= '3.7'
redis==5.0.6; python_version >= '3.7'
requests==2.32.3; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
spotipy==2.23.0
spotipy==2.24.0; python_version >= '3.9'
urllib3==2.2.2; python_version >= '3.8'

0 comments on commit 0ffbf57

Please sign in to comment.