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

Scheduled weekly dependency update for week 25 #1910

Closed
wants to merge 20 commits into from

Conversation

pyup-bot
Copy link
Contributor

Update botocore from 1.12.164 to 1.12.174.

Changelog

1.12.174

========

* api-change:``devicefarm``: Update devicefarm client to latest version
* api-change:``iam``: Update iam client to latest version
* api-change:``mediapackage``: Update mediapackage client to latest version
* api-change:``kinesis-video-media``: Update kinesis-video-media client to latest version

1.12.173

========

* api-change:``health``: Update health client to latest version
* api-change:``glue``: Update glue client to latest version
* api-change:``iotevents-data``: Update iotevents-data client to latest version
* api-change:``opsworks``: Update opsworks client to latest version
* api-change:``rds``: Update rds client to latest version
* api-change:``acm-pca``: Update acm-pca client to latest version

1.12.172

========

* api-change:``eks``: Update eks client to latest version

1.12.171

========

* api-change:``ec2``: Update ec2 client to latest version
* api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi client to latest version

1.12.170

========

* api-change:``neptune``: Update neptune client to latest version
* api-change:``servicecatalog``: Update servicecatalog client to latest version
* api-change:``robomaker``: Update robomaker client to latest version
* bugfix:Paginator: Fixes a bug where pagination tokens with three consecutive underscores would result in a parsing failure. Resolves boto/boto3`1984 <https:/boto/boto3/issues/1984>`__.

1.12.169

========

* api-change:``cloudfront``: Update cloudfront client to latest version
* api-change:``personalize``: Update personalize client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``appstream``: Update appstream client to latest version

1.12.168

========

* api-change:``appmesh``: Update appmesh client to latest version
* api-change:``elasticache``: Update elasticache client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``guardduty``: Update guardduty client to latest version

1.12.167

========

* api-change:``servicecatalog``: Update servicecatalog client to latest version

1.12.166

========

* api-change:``sagemaker``: Update sagemaker client to latest version

1.12.165

========

* api-change:``codebuild``: Update codebuild client to latest version
* api-change:``personalize-runtime``: Update personalize-runtime client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``personalize-events``: Update personalize-events client to latest version
* api-change:``personalize``: Update personalize client to latest version
Links

Update certifi from 2019.3.9 to 2019.6.16.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update datadog from 0.29.2 to 0.29.3.

Changelog

0.29.3

* [BUGFIX] Fix encoding issue on install [391][] and [392][] (thanks [Alphadash][] and [ningirsu][])
* [BUGFIX] Dogwrap: Fix dogwrap unicode option parsing on python 3, [395][] (thanks [Matt343][])
Links

Update google-api-core from 1.11.1 to 1.12.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update google-cloud-core from 1.0.1 to 1.0.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update graphene from 2.1.5 to 2.1.6.

Changelog

2.1.6

Changelog

* Fix malformed version on aniso8601 requirement (995) 431e93c

Documentation

* Revise documentation (969) 5cb7d91
* Expose livehtml autobuild in Makefile + Add API autodoc (971) da1359e

Full changelog: https:/graphql-python/graphene/compare/v2.1.5...v2.1.6
Links

Update importlib-metadata from 0.17 to 0.18.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update typing from 3.6.6 to 3.7.4.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update Unidecode from 1.0.23 to 1.1.1.

Changelog

1.1.1

* Fix tests failing on PyPy 7.1.1

1.1.0

* Add more Latin letter variants in U+1F1xx page.
 * Make it possible to use the Unidecode command-line utility via
   "python -m unidecode" (thanks to Jon Dufresne)
 * General clean up of code and documentation (thanks to Jon Dufresne)
Links

Update bcrypt from 3.1.6 to 3.1.7.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update boto3 from 1.9.164 to 1.9.174.

Changelog

1.9.174

=======

* api-change:``devicefarm``: [``botocore``] Update devicefarm client to latest version
* api-change:``iam``: [``botocore``] Update iam client to latest version
* api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version
* api-change:``kinesis-video-media``: [``botocore``] Update kinesis-video-media client to latest version

1.9.173

=======

* api-change:``health``: [``botocore``] Update health client to latest version
* api-change:``glue``: [``botocore``] Update glue client to latest version
* api-change:``iotevents-data``: [``botocore``] Update iotevents-data client to latest version
* api-change:``opsworks``: [``botocore``] Update opsworks client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
* api-change:``acm-pca``: [``botocore``] Update acm-pca client to latest version

1.9.172

=======

* api-change:``eks``: [``botocore``] Update eks client to latest version

1.9.171

=======

* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version

1.9.170

=======

* api-change:``neptune``: [``botocore``] Update neptune client to latest version
* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version
* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version
* bugfix:Paginator: [``botocore``] Fixes a bug where pagination tokens with three consecutive underscores would result in a parsing failure. Resolves boto/boto3`1984 <https:/boto/boto3/issues/1984>`__.

1.9.169

=======

* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version
* api-change:``personalize``: [``botocore``] Update personalize client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``appstream``: [``botocore``] Update appstream client to latest version

1.9.168

=======

* api-change:``appmesh``: [``botocore``] Update appmesh client to latest version
* api-change:``elasticache``: [``botocore``] Update elasticache client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``guardduty``: [``botocore``] Update guardduty client to latest version

1.9.167

=======

* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version

1.9.166

=======

* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version

1.9.165

=======

* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version
* api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version
* api-change:``codecommit``: [``botocore``] Update codecommit client to latest version
* api-change:``personalize-events``: [``botocore``] Update personalize-events client to latest version
* api-change:``personalize``: [``botocore``] Update personalize client to latest version
Links

Update drf-yasg from 1.15.0 to 1.16.0.

Changelog

1.16.0

**********

*Release date: Jun 13, 2019*

- **ADDED:** added `reference_resolver_class` attribute hook to `SwaggerAutoSchema` (:pr:`350`)
- **ADDED:** added `operation_keys` attribute to `SwaggerAutoSchema`, along with `__init__` parameter (:pr:`355`)
- **FIXED:** fixed potential crash on `issubclass` check without `isclass` check

**********

1.15.1

**********

*Release date: Jun 13, 2019*

- **IMPROVED:** updated ``swagger-ui`` to version 3.22.3
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-rc.8-1
- **FIXED:** fixed an issue with inspection of typing hints on Python 2.7 (:issue:`363`)
- **FIXED:** fixed an issue with inspection of typing hints on Python 3.7 (:issue:`371`)

**Python 3.4 support has been dropped!**

**********
Links

Update graphene-django from 2.3.0 to 2.3.2.

Changelog

2.3.2

Identical to 2.3.1 except we fixed the PyPi uploading.

2.3.1

Fixes one to one reverse relation resolution
Links

Update newrelic from 4.20.0.120 to 4.20.1.121.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update psycopg2 from 2.8.2 to 2.8.3.

Changelog

2.8.3

^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Added *interval_status* parameter to
`~psycopg2.extras.ReplicationCursor.start_replication()` method and other
facilities to send automatic replication keepalives at periodic intervals
(:ticket:`913`).
- Fixed namedtuples caching introduced in 2.8 (:ticket:`928`).
Links

Update pytest from 4.6.2 to 4.6.3.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update django-extensions from 2.1.7 to 2.1.9.

Changelog

2.1.9

-----

Changes:
- Fix: show_urls, fix for traceback on multi language sites
- Improvement: reset_db, fix typo's in help test

2.1.8

-----

Changes:
- New: HexValidator, validate hex strings
- Improvement: reset_db, move settings to `django_settings.settings` which makes it easier to override.
- Improvement: AutoSlugField, extend support for custom slugify function
- Fix: runprofileserver, fix autoreloader for newer Django versions
Links

Update PyDriller from 1.8 to 1.9.

Changelog

1.9

The function "get_commits_last_modified_lines" now uses *git hyper-blame* if available. 
Thanks to marco-c for the PR!
Links

Update Sphinx from 2.1.1 to 2.1.2.

Changelog

2.1.2

==============================

Dependencies
------------

Incompatible changes
--------------------

Deprecated
----------

Features added
--------------

Bugs fixed
----------

Testing
--------
Links

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Jul 1, 2019

Closing this in favor of #1914

@pyup-bot pyup-bot closed this Jul 1, 2019
@mythmon mythmon deleted the pyup-scheduled-update-2019-06-24 branch July 1, 2019 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant