Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 3 updates (#54)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates in the / directory: [wheel](https://github.com/pypa/wheel), [pyjwt](https://github.com/jpadilla/pyjwt) and [pyinstaller](https://github.com/pyinstaller/pyinstaller).


Updates `wheel` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.44.0...0.45.0)

Updates `pyjwt` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.9.0...2.10.0)

Updates `pyinstaller` from 6.11.0 to 6.11.1
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.11.0...v6.11.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 4aad491 commit 72ca60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ flake8==7.1.1
pytest==8.3.3
twine==5.1.1
build==1.2.2.post1
wheel==0.44.0
wheel==0.45.0
requests==2.32.3
pytest-mock==3.14.0
PyJWT==2.9.0
pyinstaller==6.11.0
PyJWT==2.10.0
pyinstaller==6.11.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
author_email='[email protected]',
python_requires='>=3.9',
packages=find_packages(),
install_requires=['requests==2.32.3', 'PyJWT==2.9.0']
install_requires=['requests==2.32.3', 'PyJWT==2.10.0']
)

0 comments on commit 72ca60a

Please sign in to comment.