-
Notifications
You must be signed in to change notification settings - Fork 12
requirements: several updates #107
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
Merged
Merged
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
i.e. dependencies' dependencies.
(no explanation necessary)
Because the new 'tox' version no longer requires `importlib-metadata<1` we can update that dependency as well. Changelog: - 3.14.6 (2020-03-25) https://github.com/tox-dev/tox/blob/3.14.6/docs/changelog.rst#v3146-2020-03-25 ... - 3.14.0 (2019-09-03) https://github.com/tox-dev/tox/blob/3.14.6/docs/changelog.rst#v3132-2019-07-01 - 3.13.2 (2019-07-01) https://github.com/tox-dev/tox/blob/3.14.6/docs/changelog.rst#v3132-2019-07-01 Code diff: tox-dev/tox@3.13.1...3.14.6
It is required for upgrading 'mypy' from 0.711 to 0.770.
(plus some dependencies) Changelog: - 0.770 (2020-03-10) http://mypy-lang.blogspot.com/2020/03/mypy-0770-released.html - 0.761 (2019-12-19) N/A - 0.760 (2019-12-17) http://mypy-lang.blogspot.com/2019/12/mypy-0760-released.html - 0.750 (2019-11-29) http://mypy-lang.blogspot.com/2019/11/mypy-0.html - 0.740 (2019-10-16) http://mypy-lang.blogspot.com/2019/10/mypy-0740-released.html - 0.730 (2019-09-26) http://mypy-lang.blogspot.com/2019/09/mypy-730-released.html - 0.720 (2019-07-12) http://mypy-lang.blogspot.com/2019/07/mypy-0720-released.html Code diff: python/mypy@v0.711...v0.770
Changelog: - 3.7.9 (2019-10-28) https://gitlab.com/pycqa/flake8/-/blob/3.7.9/docs/source/release-notes/3.7.9.rst - 3.7.8 (2919-07-08) https://gitlab.com/pycqa/flake8/-/blob/3.7.8/docs/source/release-notes/3.7.8.rst Code diff: https://gitlab.com/pycqa/flake8/compare/3.7.7...3.7.9
Changelog: - 2.0.22 (2020-03-18) https://github.com/codecov/codecov-python/blob/v2.0.22/CHANGELOG.md#2022 ... - 2.0.16 (2020-02-24) https://github.com/codecov/codecov-python/blob/v2.0.22/CHANGELOG.md#2016 Code diff: codecov/codecov-python@v2.0.15...v2.0.22
It is required for upgrading 'cryptography' from 2.8 to 2.9. In version 2.9 the value returned by `cryptography.x509.Certificate.subject.rfc4514_string()` has changed, but we shouldn't really care (the sections order in the string has been reversed).
Changelog: - 2.9 (2020-04-02) https://github.com/pyca/cryptography/blob/2.9/CHANGELOG.rst#29---2020-04-02 Code diff: pyca/cryptography@2.8...2.9
81e9de8
to
2aff37f
Compare
jtrh
approved these changes
Apr 10, 2020
Also, a dependency is marked as conditional, based on https://github.com/Julian/jsonschema/blob/v3.2.0/setup.cfg#L31 Changelog: - 3.2.0 (2019-11-18) https://github.com/Julian/jsonschema/blob/v3.2.0/CHANGELOG.rst#v320 Code diff: python-jsonschema/jsonschema@v3.1.1...v3.2.0
2aff37f
to
add3f78
Compare
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.
Significant packages that were updated:
cryptography
: required some changes to test codejsonschema
mypy
: required minimal code changesPackages no longer needed: no.
Similar to https://github.com/fyntex/lib-cl-sii-api-python/pull/134