-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the python-packages group with 9 updates #39
Conversation
Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `3.9.2` | `7.0.0` | | [pytest](https://github.com/pytest-dev/pytest) | `6.2.5` | `8.2.2` | | [twine](https://github.com/pypa/twine) | `3.4.2` | `5.1.0` | | [build](https://github.com/pypa/build) | `0.5.1` | `1.2.1` | | [wheel](https://github.com/pypa/wheel) | `0.38.1` | `0.43.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.6.1` | `3.14.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.4.0` | `2.8.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `5.13.1` | `6.7.0` | Updates `flake8` from 3.9.2 to 7.0.0 - [Commits](PyCQA/flake8@3.9.2...7.0.0) Updates `pytest` from 6.2.5 to 8.2.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...8.2.2) Updates `twine` from 3.4.2 to 5.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@3.4.2...5.1.0) Updates `build` from 0.5.1 to 1.2.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@0.5.1...1.2.1) Updates `wheel` from 0.38.1 to 0.43.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.38.1...0.43.0) Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `pytest-mock` from 3.6.1 to 3.14.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.6.1...v3.14.0) Updates `pyjwt` from 2.4.0 to 2.8.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.4.0...2.8.0) Updates `pyinstaller` from 5.13.1 to 6.7.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](pyinstaller/pyinstaller@v5.13.1...v6.7.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: build dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-mock 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-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
I've just enabled ^ @drscholly could you try this branch locally to see if everything is still working ? You probably need to run (I'm quite confident given everything is compiling fine + tests). cc @ggrossetie |
Superseded by #40. |
Now te be tested against #40 @drscholly |
Bumps the python-packages group with 9 updates:
3.9.2
7.0.0
6.2.5
8.2.2
3.4.2
5.1.0
0.5.1
1.2.1
0.38.1
0.43.0
2.31.0
2.32.3
3.6.1
3.14.0
2.4.0
2.8.0
5.13.1
6.7.0
Updates
flake8
from 3.9.2 to 7.0.0Commits
88a4f9b
Release 7.0.06f3a60d
Merge pull request #1906 from PyCQA/upgrade-pyflakescde8570
upgrade pyflakes to 3.2.x2ab9d76
Merge pull request #1903 from PyCQA/pre-commit-ci-update-confige27611f
[pre-commit.ci] pre-commit autoupdate9d20be1
Merge pull request #1902 from PyCQA/pre-commit-ci-update-config06c1503
[pre-commit.ci] auto fixes from pre-commit.com hooksb67ce03
Fix bugbear lintsc8801c1
[pre-commit.ci] pre-commit autoupdate045f297
Merge pull request #1893 from PyCQA/pre-commit-ci-update-configUpdates
pytest
from 6.2.5 to 8.2.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
329d371
Prepare release version 8.2.2214d098
Merge pull request #12414 from bluetech/backport-12409153a436
[8.2.x] fixtures: fix catastrophic performance problem inreorder_items
b41d5a5
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x9bb73d7
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...4569a01
[8.2.x] doc: Update trainings/events (#12402)1d103e5
[8.2.x] Clarify pytest_ignore_collect docs (#12386)240a252
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)a5ee3c4
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.xf7358ae
[8.2.x] unittest: fix class instances no longer released on test teardown sin...Updates
twine
from 3.4.2 to 5.1.0Release notes
Sourced from twine's releases.
Changelog
Sourced from twine's changelog.
... (truncated)
Commits
e9f70cf
Merge pull request #1108 from pypa/fix-release-workflow1908be7
Fix release workflow6d7ffea
Merge pull request #1107 from woodruffw-forks/release-5.1.0bc91e57
Update changelog for 5.1.0de39ade
Merge pull request #1085 from pypa/feature/pep-62175de094
Merge pull request #1104 from ascheel/mainc512bbf
Properly handle repository URLs with auth in theme0ed808
Changelog entry72ee030
Change regex string to a raw string.04d7e27
Sanitize URLs for logging/display purposes.Updates
build
from 0.5.1 to 1.2.1Release notes
Sourced from build's releases.
... (truncated)
Changelog
Sourced from build's changelog.
... (truncated)
Commits
1e67c06
chore: bump version number to 1.2.1e5072e3
fix: support min width not detectable (#761)d5fb6fb
chore: prepare for 1.2.0 (#758)1ae6eb1
pre-commit: bump repositories (#757)a1f005d
pre-commit: bump repositories (#756)5076a56
uv: support double verbosity flag5662669
chore: bump mypy24c513d
chore: reformat using Black 2024 style08cdb76
ruff: bump version and update config97ea57b
perf: avoid compiling unused bytecode (#752)Updates
wheel
from 0.38.1 to 0.43.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
fa33dfd
Created a new releaseb2c8272
Removed PyPy + Windows from the test matrix for nowdedcc19
Worked around a bizarre PyPy+Windows issue with bdist_eggfa480d6
Added Codecov.io token to the test workflow1280f03
Skip the test_platform_linux32 test on non-Linux platforms0b4b259
Removed failing test codeb91b377
Fixed erroneous attribute access on thecapsys
fixture819baa3
Updated more GitHub actions and improved test workflow92921a0
Updated vendoredpackaging
to 24.0a9119c8
Updated GitHub actions to their latest versionsUpdates
requests
from 2.31.0 to 2.32.3Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
0e322af
v2.32.3e188799
Don't create default SSLContext if ssl module isn't present (#6724)145b539
Merge pull request #6716 from sigmavirus24/bug/6715b1d73dd
Don't use default SSLContext with custom poolmanager kwargs6badbac
Update HISTORY.mda62a2d3
Allow for overriding of specific pool key params88dce9d
v2.32.2c98e4d1
Merge pull request #6710 from nateprewitt/api_rename92075b3
Add deprecation warningaa1461b
Move _get_connection to get_connection_with_tls_contextUpdates
pytest-mock
from 3.6.1 to 3.14.0Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
... (truncated)
Commits
8733134
Update CHANGELOG for 3.14.05257e3c
Refactor MockCache to have a narrow interface4faf92a
Fix regression with mocker.patch not being undone correctly6bd8712
Drop pre-Python 3.8 support code366966b
ExportMockType
/AsyncMockType
for type annotations (#415)852116b
Merge pull request #418 from pytest-dev/release-3.13.0ef9461b
Add instructions on how to start deploy from command-line5b9d285
Release 3.13.06d5d6dc
Implementspy_return_list
(#417)dc28a0e
[pre-commit.ci] pre-commit autoupdate (#416)Updates
pyjwt
from 2.4.0 to 2.8.0Release notes
Sourced from pyjwt's releases.
... (truncated)
Changelog
Sourced from pyjwt's changelog.
... (truncated)
Commits
72ad55f
bump version22ba132
api_jwt: add astrict_aud
option (#902)6db5df7
Update python version (#895)6e70276
[pre-commit.ci] pre-commit autoupdate (#900)ea35155
[pre-commit.ci] pre-commit autoupdate (#898)faeae6e
[pre-commit.ci] pre-commit autoupdate (#896)6cef6f2
Patch 1 (#891)7f07d50
[pre-commit.ci] pre-commit autoupdate (#889)1c27281
Export PyJWKClientConnectionError class (#887)d7c54db
chore: update readmeUpdates
pyinstaller
from 5.13.1 to 6.7.0Release notes
Sourced from pyinstaller's releases.
Changelog
Sourced from pyinstaller's changelog.