-
Notifications
You must be signed in to change notification settings - Fork 71
Update dependencies and fix Windows compatibility on Python 3.12 #174
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
Closed
Conversation
This file contains hidden or 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
Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.8.0` | `2.9.1` | | [certifi](https://github.com/certifi/python-certifi) | `2019.11.28` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `3.2` | `43.0.1` | | [jinja2](https://github.com/pallets/jinja) | `2.11.1` | `3.1.4` | | [requests](https://github.com/psf/requests) | `2.23.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.8` | `1.26.19` | Updates `babel` from 2.8.0 to 2.9.1 - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.8.0...v2.9.1) Updates `certifi` from 2019.11.28 to 2024.7.4 - [Commits](certifi/python-certifi@2019.11.28...2024.07.04) Updates `cryptography` from 3.2 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@3.2...43.0.1) Updates `jinja2` from 2.11.1 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@2.11.1...3.1.4) Updates `requests` from 2.23.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.23.0...v2.32.2) Updates `urllib3` from 1.25.8 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.25.8...1.26.19) --- updated-dependencies: - dependency-name: babel dependency-type: indirect dependency-group: pip - dependency-name: certifi dependency-type: indirect dependency-group: pip - dependency-name: cryptography dependency-type: direct:development dependency-group: pip - dependency-name: jinja2 dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Bump the pip group across 1 directory with 6 updates
Bumps the pip group with 1 update in the / directory: [idna](https://github.com/kjd/idna). Updates `idna` from 2.9 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v2.9...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
Bump idna from 2.9 to 3.7 in the pip group across 1 directory
Hi,
For this PR to be merged, please rebase it. I think dependabot configuration would also need an update to check Kr, Mat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a new version of the python-pkcs11 package.
setup.py
to support the new standards by setuptools based onpyproject.toml
.pyproject.toml
to centralize the metadata of the package.Py_UNICODE*
and replaced them bywchar_t
as suggested by PEP-624.The package has been tested on new virtual environments using Python 3.12 on Windows 11 with the
asepkcs.dll
(Athena Smartcard System ASE Card).