Skip to content

Commit

Permalink
chore(deps): bump bottle from 0.12.25 to 0.13.1
Browse files Browse the repository at this point in the history
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.25 to 0.13.1.
- [Release notes](https://github.com/bottlepy/bottle/releases)
- [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst)
- [Commits](bottlepy/bottle@0.12.25...0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent e896905 commit 671dfdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pre-commit = "*"

[packages]
spotipy = "~=2.24"
bottle = "~=0.12"
bottle = "~=0.13"
jinja2 = "~=3.1"
redis = "~=5.0"

Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-i https://pypi.org/simple
async-timeout==4.0.3; python_full_version <= '3.11.2'
bottle==0.12.25
bottle==0.13.1
certifi==2024.6.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
idna==3.8; python_version >= '3.5'
jinja2==3.1.4; python_version >= '3.7'
markupsafe==2.1.5; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
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'
Expand Down

0 comments on commit 671dfdf

Please sign in to comment.