-
Notifications
You must be signed in to change notification settings - Fork 9
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
build: Monthly maintenance (Aug 2024) #395
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Python dev version to 3.11.9, pre-commit hooks, GHA versions, and dependabot config. First step in resurrecting project a bit and ensure it works well with latest attrs, environ-config, and pyrsistent.
To not use PYPI secrets anymore and to use latest checkout GHA action.
badabump-release-bot bot
pushed a commit
that referenced
this pull request
Aug 16, 2024
Features: --------- - Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412) - Use Python 3.12.5 as dev version (#413) - Ensure Python 3.13 support (#415) Other: ------ - (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367) - (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368) - (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366) - (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365) - Monthly maintenance (Aug 2024) (#395)
Merged
playpauseandstop
added a commit
that referenced
this pull request
Aug 16, 2024
Features: --------- - Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412) - Use Python 3.12.5 as dev version (#413) - Ensure Python 3.13 support (#415) Other: ------ - (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367) - (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368) - (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366) - (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365) - Monthly maintenance (Aug 2024) (#395) Co-authored-by: playpauseandstop <21325+playpauseandstop@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Changes that affect the build system or external dependencies
ci
Changes to CI configuration files and scripts
dependencies
Changes that update dependency file
style
Changes that do not affect the meaning of the code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Python dev version to 3.11.9, pre-commit hooks, GHA versions, and dependabot config.
First step in resurrecting project a bit and ensure it works well with latest attrs, environ-config, and pyrsistent.