Skip to content

Commit

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


Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `twine` from 5.1.1 to 6.0.1
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@v5.1.1...6.0.1)

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 62e865b commit cd14606
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.1
pytest==8.3.3
twine==5.1.1
pytest==8.3.4
twine==6.0.1
build==1.2.2.post1
wheel==0.45.1
requests==2.32.3
pytest-mock==3.14.0
PyJWT==2.10.0
PyJWT==2.10.1
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.10.0']
install_requires=['requests==2.32.3', 'PyJWT==2.10.1']
)

0 comments on commit cd14606

Please sign in to comment.