-
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(deps-dev): bump mypy from 0.910 to 0.920 #223
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
dependabot
bot
added
the
build
Changes that affect the build system or external dependencies
label
Dec 16, 2021
dependabot
bot
force-pushed
the
dependabot/pip/mypy-0.920
branch
from
December 16, 2021 15:42
46e06db
to
61793d7
Compare
@dependabot rebase |
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.920. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.910...v0.920) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/mypy-0.920
branch
from
December 18, 2021 22:57
61793d7
to
f533886
Compare
playpauseandstop
approved these changes
Dec 18, 2021
badabump-release-bot bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
Features: --------- - **BREAKING CHANGE:** Drop Python 3.6 support (#276) Other: ------ - (**deps**) bump isodate from 0.6.0 to 0.6.1 (#222) - Fix example code in README (#224) - (**deps-dev**) bump mypy from 0.910 to 0.920 (#223) - (**deps**) bump attrs from 21.2.0 to 21.4.0 (#227) - (**deps-dev**) bump aioredis from 2.0.0 to 2.0.1 (#225) - (**deps-dev**) bump mypy from 0.920 to 0.930 (#226) - (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#228) - Update Python dev version to 3.10.1 (#229) - Fix operations typo (#230) - Fix more typos in README and code (#232) - (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#238) - Fix links in documentation (#234) - (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#237) - (**deps-dev**) bump mypy from 0.930 to 0.931 (#235) - (**deps-dev**) bump types-pyyaml from 6.0.1 to 6.0.4 (#236) - (**deps**) bump pre-commit/action from 2.0.3 to 3.0.0 (#265) - (**deps**) bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#271) - (**deps**) bump tibdex/github-app-token from 1.5 to 1.6 (#272) - (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#266) - Sync common project files (#279)
Merged
playpauseandstop
added a commit
that referenced
this pull request
Aug 9, 2022
`rororo==3.0.0` release drops Python 3.6 support, as well as ensures that latest versions of dependent libraries, such as `attrs`, `aiohttp-middlewares`, and `environ-config` can be installed alongside _rororo_. Features: --------- - **BREAKING CHANGE:** Drop Python 3.6 support (#276) Other: ------ - (**deps**) bump isodate from 0.6.0 to 0.6.1 (#222) - Fix example code in README (#224) - (**deps-dev**) bump mypy from 0.910 to 0.920 (#223) - (**deps**) bump attrs from 21.2.0 to 21.4.0 (#227) - (**deps-dev**) bump aioredis from 2.0.0 to 2.0.1 (#225) - (**deps-dev**) bump mypy from 0.920 to 0.930 (#226) - (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#228) - Update Python dev version to 3.10.1 (#229) - Fix operations typo (#230) - Fix more typos in README and code (#232) - (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#238) - Fix links in documentation (#234) - (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#237) - (**deps-dev**) bump mypy from 0.930 to 0.931 (#235) - (**deps-dev**) bump types-pyyaml from 6.0.1 to 6.0.4 (#236) - (**deps**) bump pre-commit/action from 2.0.3 to 3.0.0 (#265) - (**deps**) bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#271) - (**deps**) bump tibdex/github-app-token from 1.5 to 1.6 (#272) - (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#266) - Sync common project files (#279) Co-authored-by: playpauseandstop <[email protected]>
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.
Bumps mypy from 0.910 to 0.920.
Commits
b944746
Bump versionae93837
Fix crash when encountering match statement (#11749)69dbb47
Add Python 3.10 to trove classifiers (#11747)842044e
Don't crash on unsupported Python 3.10 match statement (#11738)9d1d033
Upgrade tomli (#11729)fdae42f
Fix crash involving explicit reexport, import cycle, wildcard (#11632)dd086bc
Fix crash with overload and callable object decorators (#11630)524b60e
Disable universal newlines when reading TOML (#10893)5a19bfb
Properly check*CustomType
and**CustomType
arguments (#11151)f08d72b
Add getattr overload variants to help mypy type inferenceDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)