Skip to content
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): bump email-validator from 1.1.2 to 1.1.3 #190

Merged
merged 1 commit into from
Jul 27, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

Bumps email-validator from 1.1.2 to 1.1.3.

Commits

Dependabot compatibility score

Dependabot 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)

Bumps [email-validator](https://github.com/JoshData/python-email-validator) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/JoshData/python-email-validator/releases)
- [Commits](JoshData/python-email-validator@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: email-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the build Changes that affect the build system or external dependencies label Jul 1, 2021
@dependabot dependabot bot requested a review from playpauseandstop July 1, 2021 03:02
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.299% when pulling 5d85466 on dependabot/pip/email-validator-1.1.3 into fb40883 on master.

@playpauseandstop playpauseandstop merged commit 35f70fe into master Jul 27, 2021
@playpauseandstop playpauseandstop deleted the dependabot/pip/email-validator-1.1.3 branch July 27, 2021 07:29
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)

Co-authored-by: playpauseandstop <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants