project-koku / korekuta

Read Only Please See: https://github.com/project-koku/korekuta-operator
https://github.com/project-koku/korekuta-operator
GNU Affero General Public License v3.0
6 stars 1 forks source link

Scheduled weekly dependency update for week 13 #146

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update ansible from 2.9.5 to 2.9.6.

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

Links - PyPI: https://pypi.org/project/ansible - Homepage: https://ansible.com/

Update google-auth from 1.11.2 to 1.12.0.

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

Links - PyPI: https://pypi.org/project/google-auth - Changelog: https://pyup.io/changelogs/google-auth/ - Repo: https://github.com/googleapis/google-auth-library-python

Update kubernetes from 10.0.1 to 11.0.0.

Changelog ### 11.0.0 ``` be deprecated as and when Kubernetes version v1.15 gets deprecated. ``` ### 11.0.0b2 ``` **Bug Fix:** - Fix a fatal bug in package setup [kubernetes-client/python1011](https://github.com/kubernetes-client/python/pull/1011) ``` ### 11.0.0b1 ``` **Bug Fix:** - Fix a bug in kubeconfig loader where NoneType gets iterated [kubernetes-client/python-base158](https://github.com/kubernetes-client/python-base/pull/158) - Fix a bug in kubeconfig loader that False value gets treated as absence [kubernetes-client/python-base161](https://github.com/kubernetes-client/python-base/pull/161) - Fix a bug in kubeconfig loader where merging valid configs fails if fields are missing [kubernetes-client/python-base163](https://github.com/kubernetes-client/python-base/pull/163) - Fix azure refresh token apiserver id [kubernetes-client/python-base170](https://github.com/kubernetes-client/python-base/pull/170) - Support chunked listing to custom object API [kubernetes-client/gen130](https://github.com/kubernetes-client/gen/pull/130) **New Feature:** - Add returncode method to WSClient [kubernetes-client/python-base160](https://github.com/kubernetes-client/python-base/pull/160) - Add proxy support to WSClient [kubernetes-client/python-base157](https://github.com/kubernetes-client/python-base/pull/157) - Add util function to parse canonical quantities [kubernetes-client/python855](https://github.com/kubernetes-client/python/pull/855) ``` ### 11.0.0a1 ``` **New Feature:** - Add dynamic client [kubernetes-client/python-base56](https://github.com/kubernetes-client/python-base/pull/56) - `create_from_yaml` supports creation from dict and namespace option [kubernetes-client/python795](https://github.com/kubernetes-client/python/pull/795) **Breaking Change:** - The Python client will be generated by openapi-generator, with the following breaking changes [kubernetes-client/gen97](https://github.com/kubernetes-client/gen/pull/97) - `kubernetes.client.apis` package is renamed to `kubernetes.client.api` - `kubernetes` package code now uses absolute import instead of relative import - The `swagger_types` attribute in all models is renamed to `openapi_types` - Python3.4 is no longer supported [kubernetes-client/python807](https://github.com/kubernetes-client/python/pull/807) **API Change:** - Introduce `ExtensionsV1beta1RuntimeClassStrategyOptions` and `PolicyV1beta1RuntimeClassStrategyOptions`. Add RuntimeClass restrictions & defaulting to PodSecurityPolicy [kubernetes/kubernetes73795](https://github.com/kubernetes/kubernetes/pull/73795) - Introduce `V1WindowsSecurityContextOptions`. Add Windows specific options in Pod Security Context and Container Security Context [kubernetes/kubernetes77147](https://github.com/kubernetes/kubernetes/pull/77147) - Split `V1beta1Webhook` into `V1beta1MutatingWebhook` and `V1beta1ValidatingWebhook` [kubernetes/kubernetes78491](https://github.com/kubernetes/kubernetes/pull/78491) - Introduce parameter `allow_watch_bookmarks` in list options for requesting watch bookmarks from apiserver. The implementation in apiserver is hidden behind feature gate `WatchBookmark` (currently in Alpha stage) [kubernetes/kubernetes74074](https://github.com/kubernetes/kubernetes/pull/74074) - Add `V1DeleteOptions` parameters (`dry_run`, `grace_period_seconds`, `orphan_dependents`, `propagation_policy`) to delete collection APIs [kubernetes/kubernetes77843](https://github.com/kubernetes/kubernetes/pull/77843) - Add ListMeta.RemainingItemCount. When responding a LIST request, if the server has more data available, and if the request does not contain label selectors or field selectors, the server sets the ListOptions.RemainingItemCount to the number of remaining objects [kubernetes/kubernetes75993](https://github.com/kubernetes/kubernetes/pull/75993) - Add `controller_expand_secret_ref` in `V1SecretReference` to store CSI volume expansion secrets [kubernetes/kubernetes77516](https://github.com/kubernetes/kubernetes/pull/77516) - Introduce `preemption_policy` field to V1PriorityClass [kubernetes/kubernetes74614](https://github.com/kubernetes/kubernetes/pull/74614) - Add `port` configuration to service reference in Admission webhook configuration, AuditSink webhook configuration, CRD Conversion webhook configuration and kube-aggregator [kubernetes/kubernetes74855](https://github.com/kubernetes/kubernetes/pull/74855) - Introduce `inline_volume_spec` to `V1PersistentVolumeSpec` [kubernetes/kubernetes77703](https://github.com/kubernetes/kubernetes/pull/77703) - Add fields `x_kubernetes_embedded_resource`, `x_kubernetes_int_or_string`, `x_kubernetes_preserve_unknown_fields` to V1beta1JSONSchemaProps [kubernetes/kubernetes77207](https://github.com/kubernetes/kubernetes/pull/77207) **Bug Fix:** - Update `_load_azure_token` to handle str and int [kubernetes-client/python-base141](https://github.com/kubernetes-client/python-base/pull/141) - Correct regex to properly parse rfc3339 microseconds [kubernetes-client/python-base150](https://github.com/kubernetes-client/python-base/pull/150) ```
Links - PyPI: https://pypi.org/project/kubernetes - Changelog: https://pyup.io/changelogs/kubernetes/ - Repo: https://github.com/kubernetes-client/python

Update openshift from 0.10.2 to 0.11.0.

Changelog ### 0.11.0 ``` Release Notes * Take last applied configuration into account when patching * Apply updates if resources have changed in between applies * Remove md5, which fails in FIPS environment * Add additional rules for resolving ambiguity in resources.get * Fix apply to cope better with missing last_applied entries (352) * Ignore ServiceUnavailableError for an all resource group search (355) * Bump Kubernetes dependency to 11.x ``` ### 0.10.3 ``` Release Notes - Bump `kubernetes` dependency to pull in fix for python3 hangs (https://github.com/kubernetes-client/python/pull/1079) ```
Links - PyPI: https://pypi.org/project/openshift - Changelog: https://pyup.io/changelogs/openshift/ - Repo: https://github.com/openshift/openshift-restclient-python

Update pycparser from 2.19 to 2.20.

Changelog ### 2.20 ``` - 61: Fix slow backtracking when parsing strings. - 99: Parser for FuncDecl incorrectly sets declname attribute on return type. - 310: Fix crash when file starts with a semicolon. - 313: Fix array type generation. - 314: Fix failed parsing of unnamed function parameters with array dim qualifiers. - 315: Fix pointer type generation. - 324: Fixes for u/l constant integer suffix. - 346: Fix error transforming an empty switch. - 350: Recognize integer multicharacter constants like 'ABCD'. - 363: Fix incorrect AST when parsing offsetof. ```
Links - PyPI: https://pypi.org/project/pycparser - Changelog: https://pyup.io/changelogs/pycparser/ - Repo: https://github.com/eliben/pycparser

Update python-string-utils from 0.6.0 to 1.0.0.

Changelog ### 1.0.0 ``` Project reboot: I've started this project back in 2015, then abandoned it one year later, thinking no one care about it.\ Recently I've instead discovered that it's actually being used by several projects on GitHub (despite it has only few stars).\ So I'm rebooting it with new found enthusiasm and a brand new version with tons of new api and improvements. Besides the code, the project configuration is now mature and professional: - Automatic builds and testing against multiple python versions with Travis CI - Automatic code coverage reporting on codecov.io - Automatic documentation generated on readthedocs.io - Better descriptions and provided examples Deprecations: We are in 2020 and finally old versions of Python have been [officially deprecated](https://www.python.org/doc/sunset-python-2/). So the following versions are **no longer supported**: - 2.7.x - 3.3.x - 3.4.x (suite tests are now being executed against all currently supported versions: 3.5, 3.6, 3.7 and 3.8) Added: - `compress()`: compress strings into shorter ones that can be restored later on - `decompress()`: restore a previously compressed string - `roman_encode()`: encode integers/strings into roman number strings - `roman_decode()`: decode roman number into an integer - `roman_range()`: generator which returns roman numbers on each iteration - `asciify()`: Force string content to be ascii-only by translating all non-ascii chars into the closest possible representation - `is_ip_v4()`: checks only for v4 ips - `is_ip_v6()`: checks only for v6 ips - `is_isbn_13()`: checks if the given string is a valid ISBN 13 - `is_isbn_10()`: checks if the given string is a valid ISBN 10 - `is_isbn()`: checks if the given string is a valid ISBN (any version) - `is_number()`: checks if the given string is a valid number (either an integer or a decimal) - `is_integer()`: checks if the given string is a valid integer - `is_decimal()`: checks if the given string is a valid decimal - `booleanize()`: turns string into boolean based on its content - `strip_margin()`: remove left margin from multi line strings so you don't have to bother about indentation in your code (inspired by Scala) - `random_string()`: generates string of given size with random alpha-numeric chars - `secure_random_hex()`: generates hexadecimal string of the given bytes count using secure random generator Fixes: - `is_email()` is now fully compliant with email specifications (https://tools.ietf.org/html/rfc3696section-3) - `is_ip()` now checks both ip v4 (and validates 0-255 range) and ip v6 (the previous implementation was really shallow, my apologies :P) - `is_json()` now considers as valid json array objects (eg. `is_json('[1, 2, 3]')` returns true now) - `prettify()` does not screw up urls or emails anymore (from now on it won't consider those as text to be formatted) - Solved deprecation warnings over invalid escape sequences in Python >= 3.7 Changes: - Old module `string_utils.py` has been replaced by a package with submodules (`validation.py`, `manipulation.py`, `generation.py` and `errors.py`), anyway all the functions are still importable as before (`from string_utils import xxx`). Similarly `tests.py` has been refactored into a package with a module for each test case - `is_snake_case()` now considers as "snake case" strings with mixed upper and lower case characters, strings with leading or trailing underscores and string containing multiple underscores in sequence - `is_slug()` now allows multiple consecutive separator signs between words Improvements: - Added Python type hints to all functions arguments and return types (this is now feasible since the minimum supported Python version is the 3.5) - Each method that expect a valid string as input now will raise a more detailed `InvalidInputError` exception (eg: ***Expected "str", received "list"***) - `reverse()`, `shuffle()`, `prettify()` now raise the detailed `InvalidInputError` if input is not a valid string - String checks should now be a bit faster (switched from `.search()` to `.match()` in internal regex when the goal is to match the full string) - `is_palindrome()` algorithm has been redesigned to offer a faster check and better memory usage (only 2 chars are now being access at the same time instead of the whole string)... signature has changed (now it has two optional boolean arguments: `ignore_spaces` and `ignore_case`) - `slugify()` is now able to translate more non-ascii chars during the string conversion (it now makes use of the new extracted method `asciify()`) - `is_uuid()` has now a second parameter `allow_hex` that if true, considers as valid UUID hex value - `uuid()` has now an optional boolean parameter `as_hex` which allows to return UUID string as hex representation - `shuffle()` is now faster --- ```
Links - PyPI: https://pypi.org/project/python-string-utils - Changelog: https://pyup.io/changelogs/python-string-utils/ - Repo: https://github.com/daveoncode/python-string-utils

Update pyyaml from 5.3 to 5.3.1.

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

Links - PyPI: https://pypi.org/project/pyyaml - Repo: https://github.com/yaml/pyyaml

Update click from 7.0 to 7.1.1.

Changelog ### 7.1.1 ``` ------------- Released 2020-03-09 - Fix ``ClickException`` output going to stdout instead of stderr. :issue:`1495` ``` ### 7.1 ``` ----------- Released 2020-03-09 - Fix PyPI package name, "click" is lowercase again. - Fix link in ``unicode_literals`` error message. :pr:`1151` - Add support for colored output on UNIX Jupyter notebooks. :issue:`1185` - Operations that strip ANSI controls will strip the cursor hide/show sequences. :issue:`1216` - Remove unused compat shim for ``bytes``. :pr:`1195` - Expand testing around termui, especially getchar on Windows. :issue:`1116` - Fix output on Windows Python 2.7 built with MSVC 14. :pr:`1342` - Fix ``OSError`` when running in MSYS2. :issue:`1338` - Fix ``OSError`` when redirecting to ``NUL`` stream on Windows. :issue:`1065` - Fix memory leak when parsing Unicode arguments on Windows. :issue:`1136` - Fix error in new AppEngine environments. :issue:`1462` - Always return one of the passed choices for ``click.Choice`` :issue:`1277`, :pr:`1318` - Add ``no_args_is_help`` option to ``click.Command``, defaults to False :pr:`1167` - Add ``show_defaults`` parameter to ``Context`` to enable showing defaults globally. :issue:`1018` - Handle ``env MYPATH=''`` as though the option were not passed. :issue:`1196` - It is once again possible to call ``next(bar)`` on an active progress bar instance. :issue:`1125` - ``open_file`` with ``atomic=True`` retains permissions of existing files and respects the current umask for new files. :issue:`1376` - When using the test ``CliRunner`` with ``mix_stderr=False``, if ``result.stderr`` is empty it will not raise a ``ValueError``. :issue:`1193` - Remove the unused ``mix_stderr`` parameter from ``CliRunner.invoke``. :issue:`1435` - Fix ``TypeError`` raised when using bool flags and specifying ``type=bool``. :issue:`1287` - Newlines in option help text are replaced with spaces before re-wrapping to avoid uneven line breaks. :issue:`834` - ``MissingParameter`` exceptions are printable in the Python interpreter. :issue:`1139` - Fix how default values for file-type options are shown during prompts. :issue:`914` - Fix environment variable automatic generation for commands containing ``-``. :issue:`1253` - Option help text replaces newlines with spaces when rewrapping, but preserves paragraph breaks, fixing multiline formatting. :issue:`834, 1066, 1397` - Option help text that is wrapped adds an extra newline at the end to distinguish it from the next option. :issue:`1075` - Consider ``sensible-editor`` when determining the editor to use for ``click.edit()``. :pr:`1469` - Arguments to system calls such as the executable path passed to ``click.edit`` can contains spaces. :pr:`1470` - Add ZSH completion autoloading and error handling. :issue:`1348` - Add a repr to ``Command``, ``Group``, ``Option``, and ``Argument``, showing the name for friendlier debugging. :issue:`1267` - Completion doesn't consider option names if a value starts with ``-`` after the ``--`` separator. :issue:`1247` - ZSH completion escapes special characters in values. :pr:`1418` - Add completion support for Fish shell. :pr:`1423` - Decoding bytes option values falls back to UTF-8 in more cases. :pr:`1468` - Make the warning about old 2-arg parameter callbacks a deprecation warning, to be removed in 8.0. This has been a warning since Click 2.0. :pr:`1492` ```
Links - PyPI: https://pypi.org/project/click - Changelog: https://pyup.io/changelogs/click/ - Homepage: https://palletsprojects.com/p/click/

Update click-help-colors from 0.6 to 0.8.

Changelog ### 0.8 ``` ------------------------------- - Add missing files to sdist ``` ### 0.7 ``` ------------------------------- - Add support for NO_COLOR <https://no-color.org/> - Add support for MultiCommands - Add support for version_option ```
Links - PyPI: https://pypi.org/project/click-help-colors - Changelog: https://pyup.io/changelogs/click-help-colors/ - Repo: https://github.com/r-m-n/click-help-colors

Update identify from 1.4.11 to 1.4.13.

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

Links - PyPI: https://pypi.org/project/identify - Repo: https://github.com/chriskuehl/identify

Update importlib-metadata from 1.5.0 to 1.6.0.

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

Links - PyPI: https://pypi.org/project/importlib-metadata - Docs: http://importlib-metadata.readthedocs.io/

Update packaging from 20.1 to 20.3.

Changelog ### 20.3 ``` ~~~~~~~~~~~~~~~~~ * Fix changelog for 20.2. ``` ### 20.2 ``` ~~~~~~~~~~~~~~~~~ * Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU (e.g. ARM-v8, aarch64), to report the wrong bitness. ```
Links - PyPI: https://pypi.org/project/packaging - Changelog: https://pyup.io/changelogs/packaging/ - Repo: https://github.com/pypa/packaging

Update pre-commit from 1.21.0 to 2.2.0.

Changelog ### 2.2.0 ``` ================== Features - Add support for the `post-checkout` hook - 1210 issue by domenkozar. - 1339 PR by andrewhare. - Add more readable `--from-ref` / `--to-ref` aliases for `--source` / `--origin` - 1343 PR by asottile. Fixes - Make sure that `--commit-msg-filename` is passed for `commit-msg` / `prepare-commit-msg`. - 1336 PR by particledecay. - 1341 PR by particledecay. - Fix crash when installation error is un-decodable bytes - 1358 issue by Guts. - 1359 PR by asottile. - Fix python `healthy()` check when `python` executable goes missing. - 1363 PR by asottile. - Fix crash when script executables are missing shebangs. - 1350 issue by chriselion. - 1364 PR by asottile. Misc. - pre-commit now requires python>=3.6.1 (previously 3.6.0) - 1346 PR by asottile. ``` ### 2.1.1 ``` ================== Fixes - Temporarily restore python 3.6.0 support (broken in 2.0.0) - reported by obestwalter. - 081f3028 by asottile. ``` ### 2.1.0 ``` ================== Features - Replace `aspy.yaml` with `sort_keys=False`. - 1306 PR by asottile. - Add support for `perl`. - 1303 PR by scop. Fixes - Improve `.git/hooks/*` shebang creation when pythons are in `/usr/local/bin`. - 1312 issue by kbsezginel. - 1319 PR by asottile. Misc. - Add repository badge for pre-commit. - [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) - 1334 PR by ddelange. ``` ### 2.0.1 ``` ================== Fixes - Fix `ImportError` in python 3.6.0 / 3.6.1 for `typing.NoReturn`. - 1302 PR by asottile. ``` ### 2.0.0 ``` ================== Features - Expose `PRE_COMMIT_REMOTE_NAME` and `PRE_COMMIT_REMOTE_URL` as environment variables during `pre-push` hooks. - 1274 issue by dmbarreiro. - 1288 PR by dmbarreiro. Fixes - Fix `python -m pre_commit --version` to mention `pre-commit` instead of `__main__.py`. - 1273 issue by ssbarnea. - 1276 PR by orcutt989. - Don't filter `GIT_SSL_NO_VERIFY` from environment when cloning. - 1293 PR by schiermike. - Allow `pre-commit init-templatedir` to succeed even if `core.hooksPath` is set. - 1298 issue by damienrj. - 1299 PR by asottile. Misc - Fix changelog date for 1.21.0. - 1275 PR by flaudisio. Updating - Removed `pcre` language, use `pygrep` instead. - 1268 PR by asottile. - Removed `--tags-only` argument to `pre-commit autoupdate` (it has done nothing since 0.14.0). - 1269 by asottile. - Remove python2 / python3.5 support. Note that pre-commit still supports running hooks written in python2, but pre-commit itself requires python 3.6+. - 1260 issue by asottile. - 1277 PR by asottile. - 1281 PR by asottile. - 1282 PR by asottile. - 1287 PR by asottile. - 1289 PR by asottile. - 1292 PR by asottile. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://pyup.io/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit

Update pytest from 5.3.5 to 5.4.1.

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

Links - PyPI: https://pypi.org/project/pytest - Homepage: https://docs.pytest.org/en/latest/

Update python-gilt from 1.2.1 to 1.2.3.

Changelog ### 1.2.2 ``` ===== * Cleanup dst prior to checkout-index. * Fix ambigous variable usage. * Fixed deprecation of getfuncargvalue. * Remove use of deprecated pytest.config. * Fixed test failure with GILT_CACHE_DIRECTORY. * Fix tox failure due to use of relative path with --cov. ```
Links - PyPI: https://pypi.org/project/python-gilt - Changelog: https://pyup.io/changelogs/python-gilt/ - Repo: https://github.com/retr0h/gilt

Update tabulate from 0.8.6 to 0.8.7.

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

Links - PyPI: https://pypi.org/project/tabulate - Changelog: https://pyup.io/changelogs/tabulate/ - Repo: https://github.com/astanin/python-tabulate

Update testinfra from 4.1.0 to 5.0.0.

Changelog ### 5.0.0 ``` ===== * Breaking change: host.file().listdir() is now a method ```
Links - PyPI: https://pypi.org/project/testinfra - Changelog: https://pyup.io/changelogs/testinfra/ - Repo: https://github.com/philpep/testinfra

Update tox from 3.14.5 to 3.14.6.

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

Links - PyPI: https://pypi.org/project/tox - Docs: http://tox.readthedocs.org

Update virtualenv from 20.0.7 to 20.0.15.

Changelog ### 20.0.14 ``` ~~~~~~~~~~~~~~~~~~ - Fix discovery of interpreter by name from ``PATH`` that does not match a spec format - by :user:`gaborbernat`. (`1746 <https://github.com/pypa/virtualenv/issues/1746>`_) ``` ### 20.0.13 ``` ~~~~~~~~~~~~~~~~~~ - Do not fail when the pyc files is missing for the host Python 2 - by :user:`gaborbernat`. (`1738 <https://github.com/pypa/virtualenv/issues/1738>`_) - Support broken Packaging pythons that put the include headers under distutils pattern rather than sysconfig one - by :user:`gaborbernat`. (`1739 <https://github.com/pypa/virtualenv/issues/1739>`_) ``` ### 20.0.12 ``` ~~~~~~~~~~~~~~~~~~ - Fix relative path discovery of interpreters - by :user:`gaborbernat`. (`1734 <https://github.com/pypa/virtualenv/issues/1734>`_) ``` ### 20.0.11 ``` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - :ref:`supports <compatibility-requirements>` details now explicitly what Python installations we support - by :user:`gaborbernat`. (`1714 <https://github.com/pypa/virtualenv/issues/1714>`_) ``` ### 20.0.10 ``` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Document requirements (pip + index server) when installing via pip under the installation section - by :user:`gaborbernat`. (`1618 <https://github.com/pypa/virtualenv/issues/1618>`_) - Document installing from non PEP-518 systems - :user:`gaborbernat`. (`1619 <https://github.com/pypa/virtualenv/issues/1619>`_) - Document installing latest unreleased version from Github - :user:`gaborbernat`. (`1620 <https://github.com/pypa/virtualenv/issues/1620>`_) ``` ### 20.0.9 ``` ~~~~~~~~~~~~~~~~~ - ``pythonw.exe`` works as ``python.exe`` on Windows - by :user:`gaborbernat`. (`1686 <https://github.com/pypa/virtualenv/issues/1686>`_) - Handle legacy loaders for virtualenv import hooks used to patch distutils configuration load - by :user:`gaborbernat`. (`1690 <https://github.com/pypa/virtualenv/issues/1690>`_) - Support for python 2 platforms that store landmark files in ``platstdlib`` over ``stdlib`` (e.g. RHEL) - by :user:`gaborbernat`. (`1694 <https://github.com/pypa/virtualenv/issues/1694>`_) - Upgrade embedded setuptools to ``45.3.0`` from ``45.2.0`` for Python ``3.5+`` - by :user:`gaborbernat`. (`1699 <https://github.com/pypa/virtualenv/issues/1699>`_) ``` ### 20.0.8 ``` ~~~~~~~~~~~~~~~~~ - Having `distutils configuration <https://docs.python.org/3/install/index.htmldistutils-configuration-files>`_ files that set ``prefix`` and ``install_scripts`` cause installation of packages in the wrong location - by :user:`gaborbernat`. (`1663 <https://github.com/pypa/virtualenv/issues/1663>`_) - Fix ``PYTHONPATH`` being overriden on Python 2 — by :user:`jd`. (`1673 <https://github.com/pypa/virtualenv/issues/1673>`_) - Fix list configuration value parsing from config file or environment variable - by :user:`gaborbernat`. (`1674 <https://github.com/pypa/virtualenv/issues/1674>`_) - Fix Batch activation script shell prompt to display environment name by default - by :user:`spetafree`. (`1679 <https://github.com/pypa/virtualenv/issues/1679>`_) - Fix startup on Python 2 is slower for virtualenv - this was due to setuptools calculating it's working set distribution - by :user:`gaborbernat`. (`1682 <https://github.com/pypa/virtualenv/issues/1682>`_) - Fix entry points are not populated for editable installs on Python 2 due to setuptools working set being calculated before ``easy_install.pth`` runs - by :user:`gaborbernat`. (`1684 <https://github.com/pypa/virtualenv/issues/1684>`_) - Fix ``attr:`` import fails for setuptools - by :user:`gaborbernat`. (`1685 <https://github.com/pypa/virtualenv/issues/1685>`_) ```
Links - PyPI: https://pypi.org/project/virtualenv - Changelog: https://pyup.io/changelogs/virtualenv/ - Homepage: https://virtualenv.pypa.io/

Update wcwidth from 0.1.8 to 0.1.9.

Changelog ### 0.1.9 ``` - **Performance** optimization by avylove , PR 35. - **Updated** tables to Unicode Specification 13.0.0. ```
Links - PyPI: https://pypi.org/project/wcwidth - Changelog: https://pyup.io/changelogs/wcwidth/ - Repo: https://github.com/jquast/wcwidth

Update wrapt from 1.11.2 to 1.12.1.

Changelog ### 1.12.1 ``` -------------- **Bugs Fixed** * Applying a function wrapper to a static method of a class using the ``wrap_function_wrapper()`` function, or wrapper for the same, wasn't being done correctly when the static method was the immediate child of the target object. It was working when the name path had multiple name components. A failure would subsequently occur when the static method was called via an instance of the class, rather than the class. ``` ### 1.12.0 ``` -------------- **Features Changed** * Provided that you only want to support Python 3.7, when deriving from a base class which has a decorator applied to it, you no longer need to access the true type of the base class using ``__wrapped__`` in the inherited class list of the derived class. **Bugs Fixed** * When using the ``synchronized`` decorator on instance methods of a class, if the class declared special methods to override the result for when the class instance was tested as a boolean so that it returned ``False`` all the time, the synchronized method would fail when called. * When using an adapter function to change the signature of the decorated function, ``inspect.signature()`` was returning the wrong signature when an instance method was inspected by accessing the method via the class type. ```
Links - PyPI: https://pypi.org/project/wrapt - Changelog: https://pyup.io/changelogs/wrapt/ - Repo: https://github.com/GrahamDumpleton/wrapt

Update yamllint from 1.20.0 to 1.21.0.

Changelog ### 1.21.0 ``` ------------------- - Fix ``new-lines`` rule on Python 3 with DOS line endings - Fix ``quoted-strings`` rule not working for string values matching scalars - Add ``required: only-when-needed`` option to the ``quoted-strings`` rule ```
Links - PyPI: https://pypi.org/project/yamllint - Changelog: https://pyup.io/changelogs/yamllint/ - Repo: https://github.com/adrienverge/yamllint

Update zipp from 3.0.0 to 3.1.0.

Changelog ### 3.1.0 ``` ====== 47: ``.open`` now raises ``FileNotFoundError`` and ``IsADirectoryError`` when appropriate. ```
Links - PyPI: https://pypi.org/project/zipp - Changelog: https://pyup.io/changelogs/zipp/ - Repo: https://github.com/jaraco/zipp
pyup-bot commented 4 years ago

Closing this in favor of #148