Skip to content

Commit a73cd4b

Browse files
renovate[bot]BobTheBuidlergithub-actions[bot]
authored
chore(deps): update dependency mypy to v1.19.0 (#162)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mypy](https://redirect.github.com/python/mypy) ([changelog](https://mypy.readthedocs.io/en/latest/changelog.html)) | `1.18.2` -> `1.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.18.2/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>python/mypy (mypy)</summary> ### [`v1.19.0`](https://redirect.github.com/python/mypy/compare/v1.18.2...v1.19.0) [Compare Source](https://redirect.github.com/python/mypy/compare/v1.18.2...v1.19.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/BobTheBuidler/evmspec). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab7e262 commit a73cd4b

File tree

3 files changed

+129
-42
lines changed

3 files changed

+129
-42
lines changed

build/evmspec/__native_internal__new.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef MYPYC_NATIVE_INTERNAL_evmspec____new_H
2-
#define MYPYC_NATIVE_INTERNAL_evmspec____new_H
1+
#ifndef MYPYC_LIBRT_INTERNAL_evmspec____new_H
2+
#define MYPYC_LIBRT_INTERNAL_evmspec____new_H
33
#include <Python.h>
44
#include <CPy.h>
55
#include "__native__new.h"

0 commit comments

Comments
 (0)