Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the / directory: [jinja2](https://github.com/pallets/jinja) and [setuptools](https://github.com/pypa/setuptools).


Updates `jinja2` from 3.1.3 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.5)

Updates `certifi` from 2024.8.30 to 2024.6.2
- [Commits](certifi/python-certifi@2024.08.30...2024.06.02)

Updates `setuptools` from 69.2.0 to 70.0.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v70.0.0)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: setuptools
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 025558d commit 43f6880
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 76 deletions.
138 changes: 70 additions & 68 deletions Pipfile.lock

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

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-i https://pypi.org/simple
async-timeout==5.0.1; python_full_version <= '3.11.2'
bottle==0.13.2
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
idna==3.10; python_version >= '3.5'
async-timeout==4.0.3; python_full_version <= '3.11.2'
bottle==0.12.25
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.5; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.7'
redis==5.2.0; python_version >= '3.7'
markupsafe==3.0.2; python_version >= '3.9'
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.24.0; python_version >= '3.9'
urllib3==2.2.3; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'

0 comments on commit 43f6880

Please sign in to comment.