dssg / triage

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems
Other
185 stars 60 forks source link

Scheduled monthly dependency update for January #822

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update pymdown-extensions from 7.1 to 8.1.

Changelog ### 8.1 ``` - **NEW**: Drop support for Python 3.5. - **NEW**: Officially support Python 3.9. - **NEW**: Tabbed titles can now have simple Markdown in them which can be parsed and rendered (like emoji, bold, etc.). - **FIX**: Avoid parsing script tags in PathConverter and B64 extensions. ``` ### 8.0.1 ``` - **FIX**: Fix issue with `pymdownx-inline` an Pygments 2.7+. ``` ### 8.0 ``` Please see [Release Notes](./releases/8.0.md8.0) for details on upgrading to 8.0. - **NEW**: Added SaneHeaders extension. - **NEW**: SuperFences \& InlineHilite: gracefully handle failing custom formatters and/or validators. Users should add their own debug code to their formatter/validator if they suspect it isn't working. - **NEW**: SuperFences: if a custom fence validator fails, try the next custom fence until all are exhausted. - **NEW**: SuperFences: no longer allow custom options in the form `key=` (no value). Only keys with values or keys with no value and no `=` are accepted. Keys with no value will now assume the value to be the key name. - **NEW**: SuperFences: if `attr_list` extension is enabled, fenced code that use brace attribute list style headers (` {lang id .class attr=value}`) will attach arbitrary attributes that are included in the header to the code element. - **NEW**: SuperFences: when Pygments is disabled, options (such as `linenums`) included in fenced code headers no longer do anything. If `attr_list` is enabled, and the brace header is used, such options will be treated as HTML attributes. JavaScript highlighter options should be defined in the brace header form with `attr_list` enabled in order to generate appropriate, compatible HTML with the chosen JavaScript highlighter. - **NEW**: SuperFences: backwards incompatible changes where made to custom fence API. See [Release Notes](./releases/8.0.md8.0) for instructions on how to migrate to the new API. Some temporary support for most of the old format is in place, but is deprecated. - **NEW**: SuperFences: has removed legacy code tab feature. Associated `legacy_tab_classes` option has been removed. Please use the Tabbed extension to create general purpose tabs for code blocks or other content. - **NEW**: Highlight: add new option `language_prefix` which controls the prefix applied to language classes when Pygments is not being used. - **NEW**: Highlight: A new option called `code_attr_on_pre` was added to the Highlight extension and controls whether language classes, and any ids, attributes, and classes that are defined in fenced code attribute list style headers, are attached to the code element or pre element. This has effect when using Pygments. - **NEW**: Highlight: option `linenums` now defaults to `None` and accepts `None`, `True`, or `False`. `None` is disabled by default, but can be enabled per code block. `True` enables line numbers globally. `False` disables globally and cannot be enabled manually per code block. - **NEW**: ExtraRawHTML: remove extension. - **FIX**: Fix issues with complex emphasis combinations in BetterEm. - **FIX**: Details: fix corner cases related to extension and lists. - **FIX**: Tabbed: fix corner cases related to extension and lists. - **FIX**: EscapeAll: Handle HTML entities special. - **FIX**: SuperFences: Fix parameter unpacking bug. ```
Links - PyPI: https://pypi.org/project/pymdown-extensions - Changelog: https://pyup.io/changelogs/pymdown-extensions/ - Repo: https://github.com/facelessuser/pymdown-extensions

Update mkdocs-material from 5.4.0 to 6.2.3.

Changelog ### 6.2.3 ``` * Added back hidden overflow on root container * Fixed 2142: MathJax formulas sometimes have vertical scrollbars mkdocs-material-6.2.2+insiders-1.13.2 (2020-12-22) * Fixed version selector + sticky tabs navigation rendering issues * Fixed version selector wrapping ``` ### 6.2.2 ``` * Removed Markdown version range limit (6.2.0 regression) ``` ### 6.2.1 ``` * Fixed all import and asset paths in templates (6.2.0 regression) * Downgraded webpack-asset-manifest-plugin - broke all asset paths ``` ### 6.2.0 ``` * Added support for navigation sections * Added support for navigation expansion * Added support for integrating table of contents into navigation * Added support for auto-hiding header on scroll * Added support for hiding navigation and table of contents per page * Added support for arbitrary items in navigation tabs * Refactored navigation tabs to simplify grouping behavior * Fixed anchor offset for permalinks in Safari (partial revert) * Fixed 2098: Active tab sometimes not highlighted correctly * Improved appearance for horizontal rulers * Improved Spanish and Swedish translations mkdocs-material-6.1.7+insiders-1.13.1 (2020-12-20) * Fixed horizontal scrollbars for language and version selection * Fixed type conversion in JavaScript config (6) mkdocs-material-6.1.7+insiders-1.13.0 (2020-12-13) * Added support for sticky navigation tabs * Added support for arbitrary links in navigation tabs * Refactored navigation tabs to simplify grouping behavior * Fixed 2098: Subsequent active subsection not highlighted correctly mkdocs-material-6.1.7+insiders-1.12.1 (2020-12-08) * Fixed empty language selector being shown mkdocs-material-6.1.7+insiders-1.12.0 (2020-12-06) * Added support for adding a language selector ``` ### 6.1.7 ``` * Fixed 2081: Fixed stats for private GitHub repositories * Fixed alignment for admonition icon alignment for right-to-left languages mkdocs-material-6.1.6+insiders-1.11.2 (2020-11-29) * Fixed 2068: Search highlight interprets code blocks as JavaScript mkdocs-material-6.1.6+insiders-1.11.1 (2020-11-29) * Refactored styling to be more stable and easier to adjust * Fixed some styling regressions from latest features mkdocs-material-6.1.6+insiders-1.11.0 (2020-11-22) * Added support for rendering admonitions as inline blocks ``` ### 6.1.6 ``` * Fixed 2048: Math formulas show scrollbars (Windows) mkdocs-material-6.1.5+insiders-1.10.0 (2020-11-15) * Added support for integrating table of contents into navigation ``` ### 6.1.5 ``` * Fixed search reset button not showing/hiding correctly mkdocs-material-6.1.4+insiders-1.9.0 (2020-11-07) * Added support for hiding navigation and table of contents on any page * Removed autohiding table of contents when empty ``` ### 6.1.4 ``` * Fixed sidebar jitter when scrolling footer into view ``` ### 6.1.3 ``` * Added support for keywords meta tag * Fixed 2027: Line numbers don't scale with smaller font size * Fixed link colors for black and white on slate color scheme * Removed focus outline on scrolling code blocks for pointer devices mkdocs-material-6.1.2+insiders-1.8.0 (2020-11-01) * Added support for navigation sections * Fixed appearance of inactive search suggestions ``` ### 6.1.2 ``` * Fixed sizing of icons in admonitions, task lists, etc. (6.1.1 regression) ``` ### 6.1.1 ``` * Fixed 2019: Page title not correctly updated when using instant loading mkdocs-material-6.1.0+insiders-1.7.0 (2020-10-25) * Added support for deploying multiple versions * Fixed alignment of sidebar when content area is too small ``` ### 6.1.0 ``` * Fixed 1973: Added support for printing in dark mode * Fixed 1974: Added support for printing content tabs * Fixed 1995: Improved customizability of details extension mkdocs-material-6.0.2+insiders-1.6.0 (2020-10-11) * Added support for search suggestions to save keystrokes * Added support for removing 'Made with Material for MkDocs' from footer * Fixed 1915: search should go to first result by pressing Enter ``` ### 6.0.2 ``` * Added Georgian translations * Added escaping for link title attributes where necessary * Fixed 1956: Pages with whitespace in names have invalid links in search * Removed unnecessary (duplicated) link title attributes ``` ### 6.0.1 ``` * Fixed stemmer support for file:// protocol through iframe-worker * Fixed details marker showing for search result in Firefox * Fixed tabbing behavior when search query is not empty * Switched TypeScript compilation target to ES2015 * Reduced size of JavaScript by 30% (176kb → 124kb) * Removed mkdocs and readthedocs themes from Docker image ``` ### 6.0.0 ``` * Improved search result look and feel * Improved search result stability while typing * Improved search result grouping (pages + headings) * Improved search result relevance and scoring * Added display of missing query terms to search results * Reduced size of vendor bundle by 25% (84kb → 67kb) * Reduced size of the Docker image to improve CI build performance * Removed hero partial in favor of custom implementation * Removed deprecated front matter features ``` ### 5.5.14 ``` * Improved spacing around image captions * Fixed 1939: Long tables cause header overlap in print view mkdocs-material-5.5.13+insiders-1.5.1 (2020-09-21) * Fixed content area stretching to whole width for long code blocks mkdocs-material-5.5.13+insiders-1.5.0 (2020-09-19) * Added support for autohiding table of contents when empty ``` ### 5.5.13 ``` * Improved abbreviations on touch devices mkdocs-material-5.5.12+insiders-1.4.1 (2020-09-06) * Improved typeahead and search result relevance and scoring ``` ### 5.5.12 ``` * Fixed 1638: occasional 404 for images when using instant loading mkdocs-material-5.5.11+insiders-1.4.0 (2020-08-30) * Added support for autohiding header on scroll ``` ### 5.5.11 ``` * Fixed Disqus integration, as the minifier killed the config ``` ### 5.5.10 ``` * Improved rendering by moving Disqus integration after page load * Fixed 1887: Moved navigation icons to CSS to reduce size of HTML mkdocs-material-5.5.9+insiders-1.3.0 (2020-08-26) * Added support for user-selectable color palettes ``` ### 5.5.9 ``` * Added Esperanto translations * Fixed 1884: External links not included in navigation tabs ``` ### 5.5.8 ``` * Removed focus outline on details and content tabs for pointer devices * Improved accessibility of content tabs (now navigable via arrow keys) * Fixed 1877: 404 on search index when search is disabled * Fixed some memleaks in observable subscriptions * Fixed color definitions for theme-color meta tag ``` ### 5.5.7 ``` * Improved contrast ratio to 4.5:1 for syntax highlighting * Improved contrast ratio to 4.5:1 for table of contents ``` ### 5.5.6 ``` * Switched base template for 404.html to main.html * Fixed 1864: GitHub organisation stats not loading mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11) * Added feature to expand navigation by default ``` ### 5.5.5 ``` * Fixed missing vendor and worker distribution files ``` ### 5.5.4 ``` * Added support for sortable data tables ``` ### 5.5.3 ``` * Fixed search for languages other than English (5.5.1 regression) mkdocs-material-5.5.2+insiders-1.1.0 (2020-08-03) * Added highlighting of search results ``` ### 5.5.2 ``` * Improved highlight colors and spacing for ins, del and mark * Changed some keyboard symbols for better equivalents * Removed focus outline for details and code blocks on touch devices * Fixed margins for admonitions (5.5.1 regression) * Fixed too small content tab labels (5.5.1 regression) * Fixed icon repeating for custom admonition icons ``` ### 5.5.1 ``` * Improved typesetting by basing font-size and spacings on em * Improved print view by slightly scaling down font-size * Changed custom site title (metadata) to be suffixed with site name * Fixed top- and bottom spacing of paragraphs inside table cells ``` ### 5.5.0 ``` * Rewrite of entire documentation * Rewrite of syntax highlighting to be customizable with CSS variables * Improved syntax highlighting to work with light and dark theme * Improved slate color scheme to be more customizable and easier on the eyes * Added licenses of icon sets to distribution files * Fixed stale document titles in Google Analytics when using instant loading * Fixed width of previous and next footer links for tablet and above * Fixed issues with top scroll margin for footnotes * Fixed top margin for tabbed content when using a JavaScript highlighter * Deprecated metadata-based redirects, source links and heroes mkdocs-material-5.4.0+insiders-1.0.0 (2020-07-14) * Added grouping of search results * Added missing query terms to search result * Improved search result relevance and scoring ```
Links - PyPI: https://pypi.org/project/mkdocs-material - Changelog: https://pyup.io/changelogs/mkdocs-material/ - Repo: https://squidfunk.github.io/mkdocs-material/

Update mkdocstrings from 0.12.0 to 0.13.6.

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

Links - PyPI: https://pypi.org/project/mkdocstrings - Repo: https://github.com/pawamoy/mkdocstrings

Update black from 19.10b0 to 20.8b1.

Changelog ### 20.8b1 ``` _Packaging_ - explicitly depend on Click 7.1.2 or newer as `Black` no longer works with versions older than 7.0 ``` ### 20.8b0 ``` _Black_ - re-implemented support for explicit trailing commas: now it works consistently within any bracket pair, including nested structures (1288 and duplicates) - `Black` now reindents docstrings when reindenting code around it (1053) - `Black` now shows colored diffs (1266) - `Black` is now packaged using 'py3' tagged wheels (1388) - `Black` now supports Python 3.8 code, e.g. star expressions in return statements (1121) - `Black` no longer normalizes capital R-string prefixes as those have a community-accepted meaning (1244) - `Black` now uses exit code 2 when specified configuration file doesn't exit (1361) - `Black` now works on AWS Lambda (1141) - added `--force-exclude` argument (1032) - removed deprecated `--py36` option (1236) - fixed `--diff` output when EOF is encountered (526) - fixed ` fmt: off` handling around decorators (560) - fixed unstable formatting with some ` type: ignore` comments (1113) - fixed invalid removal on organizing brackets followed by indexing (1575) - introduced `black-primer`, a CI tool that allows us to run regression tests against existing open source users of Black (1402) - introduced property-based fuzzing to our test suite based on Hypothesis and Hypothersmith (1566) - implemented experimental and disabled by default long string rewrapping (1132), hidden under a `--experimental-string-processing` flag while it's being worked on; this is an undocumented and unsupported feature, you lose Internet points for depending on it (1609) Vim plugin - prefer virtualenv packages over global packages (1383) ```
Links - PyPI: https://pypi.org/project/black - Changelog: https://pyup.io/changelogs/black/ - Repo: https://github.com/psf/black

Update wheel from 0.34.2 to 0.36.2.

Changelog ### 0.36.2 ``` - Updated vendored ``packaging`` library to v20.8 - Fixed wheel sdist missing ``LICENSE.txt`` - Don't use default ``macos/arm64`` deployment target in calculating the platform tag for fat binaries (PR by Ronald Oussoren) ``` ### 0.36.1 ``` - Fixed ``AssertionError`` when ``MACOSX_DEPLOYMENT_TARGET`` was set to ``11`` (PR by Grzegorz Bokota and François-Xavier Coudert) - Fixed regression introduced in 0.36.0 on Python 2.7 when a custom generator name was passed as unicode (Scikit-build) (``TypeError: 'unicode' does not have the buffer interface``) ``` ### 0.36.0 ``` - Added official Python 3.9 support - Updated vendored ``packaging`` library to v20.7 - Switched to always using LF as line separator when generating ``WHEEL`` files (on Windows, CRLF was being used instead) - The ABI tag is taken from the sysconfig SOABI value. On PyPy the SOABI value is ``pypy37-pp73`` which is not compliant with PEP 3149, as it should have both the API tag and the platform tag. This change future-proofs any change in PyPy's SOABI tag to make sure only the ABI tag is used by wheel. - Fixed regression and test for ``bdist_wheel --plat-name``. It was ignored for C extensions in v0.35, but the regression was not detected by tests. ``` ### 0.35.1 ``` - Replaced install dependency on ``packaging`` with a vendored copy of its ``tags`` module - Fixed ``bdist_wheel`` not working on FreeBSD due to mismatching platform tag name (it was not being converted to lowercase) ``` ### 0.35.0 ``` - Switched to the packaging_ library for computing wheel tags - Fixed a resource leak in ``WheelFile.open()`` (PR by Jon Dufresne) .. _packaging: https://pypi.org/project/packaging/ ```
Links - PyPI: https://pypi.org/project/wheel - Changelog: https://pyup.io/changelogs/wheel/ - Repo: https://github.com/pypa/wheel

Update alembic from 1.4.2 to 1.4.3.

Changelog ### 1.4.3 ``` :released: September 11, 2020 .. change:: :tags: bug, sqlite, batch :tickets: 711 Added support to drop named CHECK constraints that are specified as part of a column, rather than table wide. Previously, only constraints associated with the table were considered. .. change:: :tags: bug, ops, mysql :tickets: 736 Fixed issue where the MySQL dialect would not correctly render the server default of a column in an alter operation, if the operation were programmatically generated from an autogenerate pass as it would not accommodate for the full structure of the DefaultClause construct. .. change:: :tags: bug, sqlite, batch :tickets: 697 Fixed issue where the CAST applied to a JSON column when copying a SQLite table during batch mode would cause the data to be lost, as SQLite's CAST with JSON appears to convert the data to the value "0". The CAST is now skipped in a dialect-specific manner, including for JSON columns on SQLite. Pull request courtesy Sebastián Ramírez. .. change:: :tags: bug, commands :tickets: 694 The ``alembic current`` command no longer creates an ``alembic_version`` table in the database if one does not exist already, returning no version as the current version. This allows checking for migrations in parallel without introducing race conditions. Pull request courtesy Nikolay Edigaryev. .. change:: :tags: bug, batch Fixed issue where columns in a foreign-key referenced table would be replaced with null-type columns during a batch operation; while this did not generally have any side effects, it could theoretically impact a batch operation that also targets that table directly and also would interfere with future changes to the ``.append_column()`` method to disallow implicit replacement of columns. .. change:: :tags: bug, mssql :tickets: 716 Fixed issue where the ``mssql_drop_foreign_key=True`` flag on ``op.drop_column`` would lead to incorrect syntax error due to a typo in the SQL emitted, same typo was present in the test as well so it was not detected. Pull request courtesy Oleg Shigorin. .. changelog:: ```
Links - PyPI: https://pypi.org/project/alembic - Changelog: https://pyup.io/changelogs/alembic/ - Homepage: https://alembic.sqlalchemy.org - Docs: https://pythonhosted.org/alembic/

Update SQLAlchemy from 1.3.18 to 1.3.22.

Changelog ### 1.3.22 ``` :released: December 18, 2020 .. change:: :tags: bug, oracle :tickets: 5784 :versions: 1.4.0b2 Fixed regression which occured due to :ticket:`5755` which implemented isolation level support for Oracle. It has been reported that many Oracle accounts don't actually have permission to query the ``v$transaction`` view so this feature has been altered to gracefully fallback when it fails upon database connect, where the dialect will assume "READ COMMITTED" is the default isolation level as was the case prior to SQLAlchemy 1.3.21. However, explicit use of the :meth:`_engine.Connection.get_isolation_level` method must now necessarily raise an exception, as Oracle databases with this restriction explicitly disallow the user from reading the current isolation level. .. changelog:: ``` ### 1.3.21 ``` :released: December 17, 2020 .. change:: :tags: bug, orm :tickets: 5774 :versions: 1.4.0b2 Added a comprehensive check and an informative error message for the case where a mapped class, or a string mapped class name, is passed to :paramref:`_orm.relationship.secondary`. This is an extremely common error which warrants a clear message. Additionally, added a new rule to the class registry resolution such that with regards to the :paramref:`_orm.relationship.secondary` parameter, if a mapped class and its table are of the identical string name, the :class:`.Table` will be favored when resolving this parameter. In all other cases, the class continues to be favored if a class and table share the identical name. .. change:: :tags: sqlite, usecase :tickets: 5685 Added ``sqlite_with_rowid=False`` dialect keyword to enable creating tables as ``CREATE TABLE … WITHOUT ROWID``. Patch courtesy Sean Anderson. .. change:: :tags: bug, sql :tickets: 5691 A warning is emmitted if a returning() method such as :meth:`_sql.Insert.returning` is called multiple times, as this does not yet support additive operation. Version 1.4 will support additive operation for this. Additionally, any combination of the :meth:`_sql.Insert.returning` and :meth:`_sql.ValuesBase.return_defaults` methods now raises an error as these methods are mutually exclusive; previously the operation would fail silently. .. change:: :tags: bug, mssql :tickets: 5751 Fixed bug where a CREATE INDEX statement was rendered incorrectly when both ``mssql-include`` and ``mssql_where`` were specified. Pull request courtesy Adiorz. .. change:: :tags: bug, postgresql, mysql :tickets: 5729 :versions: 1.4.0b2 Fixed regression introduced in 1.3.2 for the PostgreSQL dialect, also copied out to the MySQL dialect's feature in 1.3.18, where usage of a non :class:`_schema.Table` construct such as :func:`_sql.text` as the argument to :paramref:`_sql.Select.with_for_update.of` would fail to be accommodated correctly within the PostgreSQL or MySQL compilers. .. change:: :tags: bug, mssql :tickets: 5646 Added SQL Server code "01000" to the list of disconnect codes. .. change:: :tags: usecase, postgresql :tickets: 5604 :versions: 1.4.0b2 Added new parameter :paramref:`_postgresql.ExcludeConstraint.ops` to the :class:`_postgresql.ExcludeConstraint` object, to support operator class specification with this constraint. Pull request courtesy Alon Menczer. .. change:: :tags: bug, mysql, reflection :tickets: 5744 :versions: 1.4.0b2 Fixed issue where reflecting a server default on MariaDB only that contained a decimal point in the value would fail to be reflected correctly, leading towards a reflected table that lacked any server default. .. change:: :tags: bug, orm :tickets: 5664 Fixed bug in :meth:`_query.Query.update` where objects in the :class:`_ormsession.Session` that were already expired would be unnecessarily SELECTed individually when they were refreshed by the "evaluate"synchronize strategy. .. change:: :tags: usecase, oracle :tickets: 5755 Implemented support for the SERIALIZABLE isolation level for Oracle databases, as well as a real implementation for :meth:`_engine.Connection.get_isolation_level`. .. seealso:: :ref:`oracle_isolation_level` .. change:: :tags: mysql, sql :tickets: 5696 Added missing keywords to the ``RESERVED_WORDS`` list for the MySQL dialect: ``action``, ``level``, ``mode``, ``status``, ``text``, ``time``. Pull request courtesy Oscar Batori. .. change:: :tags: bug, orm :tickets: 5737 :versions: 1.4.0b2 Fixed bug involving the ``restore_load_context`` option of ORM events such as :meth:`_ormevent.InstanceEvents.load` such that the flag would not be carried along to subclasses which were mapped after the event handler were first established. .. change:: :tags: bug, sql :tickets: 5656 Fixed structural compiler issue where some constructs such as MySQL / PostgreSQL "on conflict / on duplicate key" would rely upon the state of the :class:`_sql.Compiler` object being fixed against their statement as the top level statement, which would fail in cases where those statements are branched from a different context, such as a DDL construct linked to a SQL statement. .. change:: :tags: mssql, sqlite, reflection :tickets: 5661 Fixed issue with composite primary key columns not being reported in the correct order. Patch courtesy fulpm. .. changelog:: ``` ### 1.3.20 ``` :released: October 12, 2020 .. change:: :tags: bug, orm :tickets: 4428 An :class:`.ArgumentError` with more detail is now raised if the target parameter for :meth:`_query.Query.join` is set to an unmapped object. Prior to this change a less detailed ``AttributeError`` was raised. Pull request courtesy Ramon Williams. .. change:: :tags: bug, mysql :tickets: 5568 The "skip_locked" keyword used with ``with_for_update()`` will emit a warning when used on MariaDB backends, and will then be ignored. This is a deprecated behavior that will raise in SQLAlchemy 1.4, as an application that requests "skip locked" is looking for a non-blocking operation which is not available on those backends. .. change:: :tags: bug, engine :tickets: 5599 Fixed issue where a non-string object sent to :class:`_exc.SQLAlchemyError` or a subclass, as occurs with some third party dialects, would fail to stringify correctly. Pull request courtesy Andrzej Bartosiński. .. change:: :tags: bug, sql :tickets: 5644 Fixed issue where the ``pickle.dumps()`` operation against :class:`_expression.Over` construct would produce a recursion overflow. .. change:: :tags: postgresql, usecase :tickets: 4392 The psycopg2 dialect now support PostgreSQL multiple host connections, by passing host/port combinations to the query string. Pull request courtesy Ramon Williams. .. seealso:: :ref:`psycopg2_multi_host` .. change:: :tags: bug, mysql :tickets: 5617 Fixed bug where an UPDATE statement against a JOIN using MySQL multi-table format would fail to include the table prefix for the target table if the statement had no WHERE clause, as only the WHERE clause were scanned to detect a "multi table update" at that particular point. The target is now also scanned if it's a JOIN to get the leftmost table as the primary table and the additional entries as additional FROM entries. .. change:: :tags: bug, postgresql :tickets: 5518 Adjusted the :meth:`_types.ARRAY.Comparator.any` and :meth:`_types.ARRAY.Comparator.all` methods to implement a straight "NOT" operation for negation, rather than negating the comparison operator. .. change:: :tags: bug, pool :tickets: 5582 Fixed issue where the following pool parameters were not being propagated to the new pool created when :meth:`_engine.Engine.dispose` were called: ``pre_ping``, ``use_lifo``. Additionally the ``recycle`` and ``reset_on_return`` parameter is now propagated for the :class:`_engine.AssertionPool` class. .. change:: :tags: bug, ext, associationproxy :tickets: 5541, 5542 An informative error is now raised when attempting to use an association proxy element as a plain column expression to be SELECTed from or used in a SQL function; this use case is not currently supported. .. change:: :tags: bug, sql :tickets: 5618 Fixed bug where an error was not raised in the case where a :func:`_sql.column` were added to more than one :func:`_sql.table` at a time. This raised correctly for the :class:`_schema.Column` and :class:`_schema.Table` objects. An :class:`_exc.ArgumentError` is now raised when this occurs. .. change:: :tags: bug, orm :tickets: 4589 Fixed issue where using a loader option against a string attribute name that is not actually a mapped attribute, such as a plain Python descriptor, would raise an uninformative AttributeError; a descriptive error is now raised. .. change:: :tags: mysql, usecase :tickets: 5462 Adjusted the MySQL dialect to correctly parenthesize functional index expressions as accepted by MySQL 8. Pull request courtesy Ramon Williams. .. change:: :tags: bug, engine :tickets: 5632 Repaired a function-level import that was not using SQLAlchemy's standard late-import system within the sqlalchemy.exc module. .. change:: :tags: change, mysql :tickets: 5539 Add new MySQL reserved words: ``cube``, ``lateral`` added in MySQL 8.0.1 and 8.0.14, respectively; this indicates that these terms will be quoted if used as table or column identifier names. .. change:: :tags: bug, mssql :tickets: 5592 Fixed issue where a SQLAlchemy connection URI for Azure DW with ``authentication=ActiveDirectoryIntegrated`` (and no username+password) was not constructing the ODBC connection string in a way that was acceptable to the Azure DW instance. .. change:: :tags: bug, postgresql :tickets: 5520 Fixed issue where the :class:`_postgresql.ENUM` type would not consult the schema translate map when emitting a CREATE TYPE or DROP TYPE during the test to see if the type exists or not. Additionally, repaired an issue where if the same enum were encountered multiple times in a single DDL sequence, the "check" query would run repeatedly rather than relying upon a cached value. .. change:: :tags: bug, tests :tickets: 5635 Fixed incompatibilities in the test suite when running against Pytest 6.x. .. changelog:: ``` ### 1.3.19 ``` :released: August 17, 2020 .. change:: :tags: usecase, py3k :tickets: 5357 Added a ``**kw`` argument to the :meth:`.DeclarativeMeta.__init__` method. This allows a class to support the :pep:`487` metaclass hook ``__init_subclass__``. Pull request courtesy Ewen Gillies. .. change:: :tags: bug, sql :tickets: 5470 Repaired an issue where the "ORDER BY" clause rendering a label name rather than a complete expression, which is particularly important for SQL Server, would fail to occur if the expression were enclosed in a parenthesized grouping in some cases. This case has been added to test support. The change additionally adjusts the "automatically add ORDER BY columns when DISTINCT is present" behavior of ORM query, deprecated in 1.4, to more accurately detect column expressions that are already present. .. change:: :tags: usecase, mysql :tickets: 5481 The MySQL dialect will render FROM DUAL for a SELECT statement that has no FROM clause but has a WHERE clause. This allows things like "SELECT 1 WHERE EXISTS (subquery)" kinds of queries to be used as well as other use cases. .. change:: :tags: bug, mssql, sql :tickets: 5467 Fixed bug where the mssql dialect incorrectly escaped object names that contained ']' character(s). .. change:: :tags: bug, reflection, sqlite, mssql :tickets: 5456 Applied a sweep through all included dialects to ensure names that contain single or double quotes are properly escaped when querying system tables, for all :class:`.Inspector` methods that accept object names as an argument (e.g. table names, view names, etc). SQLite and MSSQL contained two quoting issues that were repaired. .. change:: :tags: bug, mysql :tickets: 5411 Fixed an issue where CREATE TABLE statements were not specifying the COLLATE keyword correctly. .. change:: :tags: bug, datatypes, sql :tickets: 4733 The ``LookupError`` message will now provide the user with up to four possible values that a column is constrained to via the :class:`.Enum`. Values longer than 11 characters will be truncated and replaced with ellipses. Pull request courtesy Ramon Williams. .. change:: :tags: bug, postgresql :tickets: 5476 Fixed issue where the return type for the various RANGE comparison operators would itself be the same RANGE type rather than BOOLEAN, which would cause an undesirable result in the case that a :class:`.TypeDecorator` that defined result-processing behavior were in use. Pull request courtesy Jim Bosch. .. change:: :tags: bug, mysql :tickets: 5493 Added MariaDB code 1927 to the list of "disconnect" codes, as recent MariaDB versions apparently use this code when the database server was stopped. .. change:: :tags: usecase, declarative, orm :tickets: 5513 The name of the virtual column used when using the :class:`_declarative.AbstractConcreteBase` and :class:`_declarative.ConcreteBase` classes can now be customized, to allow for models that have a column that is actually named ``type``. Pull request courtesy Jesse-Bakker. .. change:: :tags: usecase, orm :tickets: 5494 Adjusted the workings of the :meth:`_orm.Mapper.all_orm_descriptors` accessor to represent the attributes in the order that they are located in a deterministic way, assuming the use of Python 3.6 or higher which maintains the sorting order of class attributes based on how they were declared. This sorting is not guaranteed to match the declared order of attributes in all cases however; see the method documentation for the exact scheme. .. change:: :tags: bug, sql :tickets: 5500 Fixed issue where the :paramref:`_engine.Connection.execution_options.schema_translate_map` feature would not take effect when the :meth:`_schema.Sequence.next_value` function function for a :class:`_schema.Sequence` were used in the :paramref:`_schema.Column.server_default` parameter and the create table DDL were emitted. .. changelog:: ```
Links - PyPI: https://pypi.org/project/sqlalchemy - Changelog: https://pyup.io/changelogs/sqlalchemy/ - Homepage: http://www.sqlalchemy.org

Update psycopg2-binary from 2.8.5 to 2.8.6.

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

Links - PyPI: https://pypi.org/project/psycopg2-binary - Homepage: https://psycopg.org/

Update boto3 from 1.14.45 to 1.16.47.

Changelog ### 1.16.47 ``` ======= * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version ``` ### 1.16.46 ``` ======= * api-change:``macie2``: [``botocore``] Update macie2 client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version ``` ### 1.16.45 ``` ======= * api-change:``acm-pca``: [``botocore``] Update acm-pca client to latest version * api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version ``` ### 1.16.44 ``` ======= * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version ``` ### 1.16.43 ``` ======= * api-change:``compute-optimizer``: [``botocore``] Update compute-optimizer client to latest version * api-change:``resource-groups``: [``botocore``] Update resource-groups client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version ``` ### 1.16.42 ``` ======= * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``iotwireless``: [``botocore``] Update iotwireless client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version ``` ### 1.16.41 ``` ======= * api-change:``config``: [``botocore``] Update config client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``managedblockchain``: [``botocore``] Update managedblockchain client to latest version * api-change:``service-quotas``: [``botocore``] Update service-quotas client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``connectparticipant``: [``botocore``] Update connectparticipant client to latest version * api-change:``securityhub``: [``botocore``] Update securityhub client to latest version * api-change:``qldb-session``: [``botocore``] Update qldb-session client to latest version * api-change:``outposts``: [``botocore``] Update outposts client to latest version * api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version ``` ### 1.16.40 ``` ======= * api-change:``rds``: [``botocore``] Update rds client to latest version * bugfix:SSO: [``botocore``] Fixed timestamp format for SSO credential expirations * api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.16.39 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``dlm``: [``botocore``] Update dlm client to latest version * api-change:``kms``: [``botocore``] Update kms client to latest version * api-change:``route53resolver``: [``botocore``] Update route53resolver client to latest version * api-change:``sqs``: [``botocore``] Update sqs client to latest version * api-change:``config``: [``botocore``] Update config client to latest version * api-change:``imagebuilder``: [``botocore``] Update imagebuilder client to latest version * api-change:``route53``: [``botocore``] Update route53 client to latest version ``` ### 1.16.38 ``` ======= * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``amp``: [``botocore``] Update amp client to latest version * api-change:``location``: [``botocore``] Update location client to latest version * api-change:``wellarchitected``: [``botocore``] Update wellarchitected client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version ``` ### 1.16.37 ``` ======= * api-change:``iotwireless``: [``botocore``] Update iotwireless client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``greengrassv2``: [``botocore``] Update greengrassv2 client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``iotdeviceadvisor``: [``botocore``] Update iotdeviceadvisor client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to latest version * api-change:``amp``: [``botocore``] Update amp client to latest version * api-change:``iotfleethub``: [``botocore``] Update iotfleethub client to latest version ``` ### 1.16.36 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version * api-change:``devops-guru``: [``botocore``] Update devops-guru client to latest version ``` ### 1.16.35 ``` ======= * api-change:``guardduty``: [``botocore``] Update guardduty client to latest version * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version * api-change:``pi``: [``botocore``] Update pi client to latest version * api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version ``` ### 1.16.34 ``` ======= * api-change:``networkmanager``: [``botocore``] Update networkmanager client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.16.33 ``` ======= * api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version ``` ### 1.16.32 ``` ======= * api-change:``ecr``: [``botocore``] Update ecr client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``auditmanager``: [``botocore``] Update auditmanager client to latest version * api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime client to latest version * api-change:``sagemaker-edge``: [``botocore``] Update sagemaker-edge client to latest version * api-change:``forecast``: [``botocore``] Update forecast client to latest version * api-change:``healthlake``: [``botocore``] Update healthlake client to latest version * api-change:``emr-containers``: [``botocore``] Update emr-containers client to latest version ``` ### 1.16.31 ``` ======= * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version ``` ### 1.16.30 ``` ======= * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``license-manager``: [``botocore``] Update license-manager client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``ds``: [``botocore``] Update ds client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version ``` ### 1.16.29 ``` ======= * api-change:``license-manager``: [``botocore``] Update license-manager client to latest version * api-change:``compute-optimizer``: [``botocore``] Update compute-optimizer client to latest version * api-change:``amplifybackend``: [``botocore``] Update amplifybackend client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version ``` ### 1.16.28 ``` ======= * api-change:``customer-profiles``: [``botocore``] Update customer-profiles client to latest version ``` ### 1.16.27 ``` ======= * api-change:``sagemaker-featurestore-runtime``: [``botocore``] Update sagemaker-featurestore-runtime client to latest version * api-change:``ecr-public``: [``botocore``] Update ecr-public client to latest version * api-change:``honeycode``: [``botocore``] Update honeycode client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version * api-change:``amplifybackend``: [``botocore``] Update amplifybackend client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``lookoutvision``: [``botocore``] Update lookoutvision client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``connect-contact-lens``: [``botocore``] Update connect-contact-lens client to latest version * api-change:``profile``: [``botocore``] Update profile client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``appintegrations``: [``botocore``] Update appintegrations client to latest version * api-change:``ds``: [``botocore``] Update ds client to latest version * api-change:``devops-guru``: [``botocore``] Update devops-guru client to latest version ``` ### 1.16.26 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.16.25 ``` ======= * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``cloudformation``: [``botocore``] Update cloudformation client to latest version * api-change:``appflow``: [``botocore``] Update appflow client to latest version * api-change:``fsx``: [``botocore``] Update fsx client to latest version * api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version * api-change:``timestream-write``: [``botocore``] Update timestream-write client to latest version * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``cloudtrail``: [``botocore``] Update cloudtrail client to latest version * api-change:``cognito-idp``: [``botocore``] Update cognito-idp client to latest version * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``mwaa``: [``botocore``] Update mwaa client to latest version * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version * api-change:``gamelift``: [``botocore``] Update gamelift client to latest version ``` ### 1.16.24 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``translate``: [``botocore``] Update translate client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``application-insights``: [``botocore``] Update application-insights client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``signer``: [``botocore``] Update signer client to latest version * api-change:``codestar-connections``: [``botocore``] Update codestar-connections client to latest version * api-change:``codeartifact``: [``botocore``] Update codeartifact client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``forecast``: [``botocore``] Update forecast client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version * api-change:``timestream-query``: [``botocore``] Update timestream-query client to latest version * api-change:``sso-admin``: [``botocore``] Update sso-admin client to latest version * api-change:``securityhub``: [``botocore``] Update securityhub client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``outposts``: [``botocore``] Update outposts client to latest version * api-change:``license-manager``: [``botocore``] Update license-manager client to latest version * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version ``` ### 1.16.23 ``` ======= * api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version * api-change:``appmesh``: [``botocore``] Update appmesh client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``cloudhsmv2``: [``botocore``] Update cloudhsmv2 client to latest version * api-change:``codeguru-reviewer``: [``botocore``] Update codeguru-reviewer client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``cognito-identity``: [``botocore``] Update cognito-identity client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version ``` ### 1.16.22 ``` ======= * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``lex-runtime``: [``botocore``] Update lex-runtime client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``ds``: [``botocore``] Update ds client to latest version * api-change:``kinesisanalyticsv2``: [``botocore``] Update kinesisanalyticsv2 client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version ``` ### 1.16.21 ``` ======= * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version * api-change:``cloudformation``: [``botocore``] Update cloudformation client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * bugfix:Retry: [``botocore``] Fix bug where retries were attempted on any response with an "Error" key. * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``s3control``: [``botocore``] Update s3control client to latest version * api-change:``backup``: [``botocore``] Update backup client to latest version * api-change:``outposts``: [``botocore``] Update outposts client to latest version ``` ### 1.16.20 ``` ======= * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``fms``: [``botocore``] Update fms client to latest version * api-change:``network-firewall``: [``botocore``] Update network-firewall client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version ``` ### 1.16.19 ``` ======= * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``iotsecuretunneling``: [``botocore``] Update iotsecuretunneling client to latest version * api-change:``sns``: [``botocore``] Update sns client to latest version * api-change:``synthetics``: [``botocore``] Update synthetics client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``codepipeline``: [``botocore``] Update codepipeline client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version ``` ### 1.16.18 ``` ======= * api-change:``textract``: [``botocore``] Update textract client to latest version * api-change:``shield``: [``botocore``] Update shield client to latest version * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version ``` ### 1.16.17 ``` ======= * api-change:``personalize-runtime``: [``botocore``] Update personalize-runtime client to latest version * api-change:``servicecatalog-appregistry``: [``botocore``] Update servicecatalog-appregistry client to latest version * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version * api-change:``polly``: [``botocore``] Update polly client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``robomaker``: [``botocore``] Update robomaker client to latest version * api-change:``lightsail``: [``botocore``] Update lightsail client to latest version ``` ### 1.16.16 ``` ======= * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``databrew``: [``botocore``] Update databrew client to latest version * api-change:``forecast``: [``botocore``] Update forecast client to latest version * api-change:``amplify``: [``botocore``] Update amplify client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version ``` ### 1.16.15 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version ``` ### 1.16.14 ``` ======= * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version * api-change:``es``: [``botocore``] Update es client to latest version * api-change:``fsx``: [``botocore``] Update fsx client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version * api-change:``iotanalytics``: [``botocore``] Update iotanalytics client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``ecs``: [``botocore``] Update ecs client to latest version * api-change:``datasync``: [``botocore``] Update datasync client to latest version ``` ### 1.16.13 ``` ======= * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``dlm``: [``botocore``] Update dlm client to latest version ``` ### 1.16.12 ``` ======= * api-change:``frauddetector``: [``botocore``] Update frauddetector client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version * api-change:``lambda``: [``botocore``] Update lambda client to latest version * api-change:``es``: [``botocore``] Update es client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``appmesh``: [``botocore``] Update appmesh client to latest version ``` ### 1.16.11 ``` ======= * api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version * api-change:``es``: [``botocore``] Update es client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version * api-change:``mq``: [``botocore``] Update mq client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``meteringmarketplace``: [``botocore``] Update meteringmarketplace client to latest version * api-change:``autoscaling``: [``botocore``] Update autoscaling client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version ``` ### 1.16.10 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.16.9 ``` ====== * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version * api-change:``imagebuilder``: [``botocore``] Update imagebuilder client to latest version * api-change:``braket``: [``botocore``] Update braket client to latest version * api-change:``sns``: [``botocore``] Update sns client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version ``` ### 1.16.8 ``` ====== * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``codeartifact``: [``botocore``] Update codeartifact client to latest version * api-change:``marketplacecommerceanalytics``: [``botocore``] Update marketplacecommerceanalytics client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``sesv2``: [``botocore``] Update sesv2 client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version ``` ### 1.16.7 ``` ====== * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``workmail``: [``botocore``] Update workmail client to latest version ``` ### 1.16.6 ``` ====== * api-change:``glue``: [``botocore``] Update glue client to latest version ``` ### 1.16.5 ``` ====== * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``neptune``: [``botocore``] Update neptune client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version ``` ### 1.16.4 ``` ====== * api-change:``mediatailor``: [``botocore``] Update mediatailor client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version ``` ### 1.16.3 ``` ====== * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``sns``: [``botocore``] Update sns client to latest version * api-change:``accessanalyzer``: [``botocore``] Update accessanalyzer client to latest version * api-change:``appflow``: [``botocore``] Update appflow client to latest version ``` ### 1.16.2 ``` ====== * api-change:``organizations``: [``botocore``] Update organizations client to latest version * api-change:``globalaccelerator``: [``botocore``] Update globalaccelerator client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version ``` ### 1.16.1 ``` ====== * api-change:``elasticbeanstalk``: [``botocore``] Update elasticbeanstalk client to latest version * api-change:``appsync``: [``botocore``] Update appsync client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version ``` ### 1.16.0 ``` ====== * api-change:``backup``: [``botocore``] Update backup client to latest version * api-change:``docd
pyup-bot commented 3 years ago

Closing this in favor of #828