Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Update botocore to 1.5.93 #668

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Aug 9, 2017

There's a new version of botocore available.
You are currently using 1.5.91. I have updated it to 1.5.93

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.5.93

======

  • bugfix:Paginator: Ensure that the page size type matches the type expected by the service. Fixes 1063 <https://github.com/boto/botocore/issues/1063>__.
  • bugfix:Exceptions: Default to 'Unknown' when error response is missing 'Error' key
  • api-change:elasticbeanstalk: Update elasticbeanstalk client to latest version

1.5.92

======

  • api-change:ses: Update ses client to latest version
  • api-change:pinpoint: Update pinpoint client to latest version
  • api-change:codedeploy: Update codedeploy client to latest version
  • api-change:config: Update config client to latest version

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov-io
Copy link

codecov-io commented Aug 9, 2017

Codecov Report

Merging #668 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #668   +/-   ##
=======================================
  Coverage   87.72%   87.72%           
=======================================
  Files          51       51           
  Lines        1687     1687           
  Branches      158      158           
=======================================
  Hits         1480     1480           
  Misses        184      184           
  Partials       23       23

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d81ab0...4d1d583. Read the comment docs.

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Aug 9, 2017

Closing this in favor of #669

@pyup-bot pyup-bot closed this Aug 9, 2017
@jezdez jezdez deleted the pyup-update-botocore-1.5.91-to-1.5.93 branch August 9, 2017 19:52
jezdez pushed a commit that referenced this pull request Nov 15, 2018
Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.3.3 to 3.4.4.
<details>
<summary>Release notes</summary>

*Sourced from [pytest-django's releases](https://github.com/pytest-dev/pytest-django/releases).*

> ## Minor bugfixes
> 3.4.4 (2018-11-13)
> ------------------
> 
> Bugfixes
> ^^^^^^^^
> 
> * Refine the django.conf module check to see if the settings really are
>   configured ([#668](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/668)).
> * Avoid crash after OSError during Django path detection ([#664](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/664)).
> 
> Features
> ^^^^^^^^
> 
> * Add parameter info to fixture assert_num_queries to display additional message on failure ([#663](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/663)).
> 
> Docs
> ^^^^
> 
> * Improve doc for django_assert_num_queries/django_assert_max_num_queries.
> * Add warning about sqlite specific snippet + fix typos ([#666](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/666)).
> 
> Misc
> ^^^^
> 
> * MANIFEST.in: include tests for downstream distros ([#653](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/653)).
> * Ensure that the LICENSE file is included in wheels ([#665](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/665)).
> * Run black on source.
> 
> ## Fixed OSError with arguments containing ``::`` on Windows ([#641](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/641))
> No release notes provided.
> 
> ## Pathlib fixes
> 3.4.2 (2018-08-20)
> ------------------
> 
> Bugfixes
> ^^^^^^^^
> 
> * Changed dependency for pathlib to pathlib2 ([#636](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/636)).
> * Fixed code for inserting the project to sys.path with pathlib to use an
>   absolute path, regression in 3.4.0 ([#637](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/637), [#638](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/638)).
> 
> ## Fix Travis release process
> No release notes provided.
> 
> 3.4.0 (2018-08-16)
> ------------------
> 
> Features
></table> ... (truncated)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [pytest-django's changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst).*

> 3.4.4 (2018-11-13)
> ------------------
> 
> Bugfixes
> ^^^^^^^^
> 
> * Refine the django.conf module check to see if the settings really are
>   configured ([#668](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/668)).
> * Avoid crash after OSError during Django path detection ([#664](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/664)).
> 
> Features
> ^^^^^^^^
> 
> * Add parameter info to fixture assert_num_queries to display additional message on failure ([#663](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/663)).
> 
> Docs
> ^^^^
> 
> * Improve doc for django_assert_num_queries/django_assert_max_num_queries.
> * Add warning about sqlite specific snippet + fix typos ([#666](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/666)).
> 
> Misc
> ^^^^
> 
> * MANIFEST.in: include tests for downstream distros ([#653](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/653)).
> * Ensure that the LICENSE file is included in wheels ([#665](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/665)).
> * Run black on source.
> 
> 
> 3.4.3 (2018-09-16)
> ------------------
> 
> Bugfixes
> ^^^^^^^^
> 
> * Fix OSError with arguments containing ``::`` on Windows ([#641](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/641)).
> 
> 3.4.2 (2018-08-20)
> ------------------
> 
> Bugfixes
> ^^^^^^^^
> 
> * Changed dependency for pathlib to pathlib2 ([#636](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/636)).
> * Fixed code for inserting the project to sys.path with pathlib to use an
>   absolute path, regression in 3.4.0 ([#637](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/637), [#638](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/638)).
> 
> 3.4.0 (2018-08-16)
> ------------------
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`75e01bb`](pytest-dev/pytest-django@75e01bb) Version 3.4.4
- [`4a356c1`](pytest-dev/pytest-django@4a356c1) Merge pull request [#663](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/663) from MrtnBckr/master
- [`7ebe329`](pytest-dev/pytest-django@7ebe329) MANIFEST.in: include tests for downstream distros ([#653](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/653))
- [`3dbeb79`](pytest-dev/pytest-django@3dbeb79) Improve doc for django_assert_num_queries/django_assert_max_num_queries
- [`9f334a0`](pytest-dev/pytest-django@9f334a0) Add parameter info to fixture assert_num_queries to display additional messag...
- [`39d3e5c`](pytest-dev/pytest-django@39d3e5c) _assert_num_queries: keep num arg name
- [`accae0d`](pytest-dev/pytest-django@accae0d) Refine the django.conf module check to see if the settings really are configu...
- [`fd8ff0b`](pytest-dev/pytest-django@fd8ff0b) _assert_num_queries: make code clearer ([#667](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/667))
- [`9804e61`](pytest-dev/pytest-django@9804e61) Run black on source
- [`22ebd0a`](pytest-dev/pytest-django@22ebd0a) docs: add warning about sqlite specific snippet + fix typos [ci skip] ([#666](https://github-redirect.dependabot.com/pytest-dev/pytest-django/issues/666))
- Additional commits viewable in [compare view](pytest-dev/pytest-django@3.3.3...3.4.4)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pytest-django&package-manager=pip&previous-version=3.3.3&new-version=3.4.4)](https://dependabot.com/compatibility-score.html?dependency-name=pytest-django&package-manager=pip&previous-version=3.3.3&new-version=3.4.4)

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`.

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>

[//]: # (dependabot-start)

---
⚠️  **Dependabot is rebasing this PR** ⚠️ 

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).

[//]: # (dependabot-end)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants