Skip to content

Commit

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


Updates `flake8` from 7.1.0 to 7.1.1
- [Commits](PyCQA/flake8@7.1.0...7.1.1)

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

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

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- 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
...

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 Aug 5, 2024
1 parent a442367 commit 6f6abd9
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
@@ -1,9 +1,9 @@
flake8==7.1.0
flake8==7.1.1
pytest==8.3.2
twine==5.1.1
build==1.2.1
wheel==0.43.0
wheel==0.44.0
requests==2.32.3
pytest-mock==3.14.0
PyJWT==2.8.0
PyJWT==2.9.0
pyinstaller==6.9.0
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.8.0']
install_requires=['requests==2.32.3', 'PyJWT==2.9.0']
)

0 comments on commit 6f6abd9

Please sign in to comment.