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 November #816

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update pymdown-extensions from 7.1 to 8.0.1.

Changelog ### 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.1.2.

Changelog ### 6.1.2 ``` * Fixed sizing of icons in Admonition, Tasklist, 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.35.1.

Changelog ### 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.20.

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

Changelog ### 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:``docdb``: [``botocore``] Update docdb client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * feature:imds: [``botocore``] Updated InstanceMetadataFetcher to use custom ipv6 uri as endpoint if envvar or config set * api-change:``ssm``: [``botocore``] Update ssm client to latest version ``` ### 1.15.18 ``` ======= * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``organizations``: [``botocore``] Update organizations client to latest version ``` ### 1.15.17 ``` ======= * api-change:``transfer``: [``botocore``] Update transfer client to latest version * api-change:``xray``: [``botocore``] Update xray 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:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``groundstation``: [``botocore``] Update groundstation client to latest version * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``budgets``: [``botocore``] Update budgets client to latest version * api-change:``accessanalyzer``: [``botocore``] Update accessanalyzer client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``workmail``: [``botocore``] Update workmail client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version ``` ### 1.15.16 ``` ======= * api-change:``snowball``: [``botocore``] Update snowball client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version * api-change:``amplify``: [``botocore``] Update amplify client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version ``` ### 1.15.15 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``sns``: [``botocore``] Update sns client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``rekognition``: [``botocore``] Update rekognition client to latest version ``` ### 1.15.14 ``` ======= * api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``compute-optimizer``: [``botocore``] Update compute-optimizer client to latest version * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version ``` ### 1.15.13 ``` ======= * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``kinesisanalyticsv2``: [``botocore``] Update kinesisanalyticsv2 client to latest version * api-change:``marketplace-catalog``: [``botocore``] Update marketplace-catalog client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.15.12 ``` ======= * api-change:``dynamodbstreams``: [``botocore``] Update dynamodbstreams client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version * api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version ``` ### 1.15.11 ``` ======= * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``personalize-events``: [``botocore``] Update personalize-events client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``servicediscovery``: [``botocore``] Update servicediscovery client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version ``` ### 1.15.10 ``` ======= * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``appsync``: [``botocore``] Update appsync client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``wafv2``: [``botocore``] Update wafv2 client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version ``` ### 1.15.9 ``` ====== * api-change:``datasync``: [``botocore``] Update datasync client to latest version * api-change:``s3control``: [``botocore``] Update s3control client to latest version * api-change:``imagebuilder``: [``botocore``] Update imagebuilder client to latest version * api-change:``securityhub``: [``botocore``] Update securityhub client to latest version * api-change:``iot``: [``botocore``] Update iot client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``s3outposts``: [``botocore``] Update s3outposts client to latest version * api-change:``application-autoscaling``: [``botocore``] Update application-autoscaling client to latest version * api-change:``directconnect``: [``botocore``] Update directconnect client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version * api-change:``mediaconnect``: [``botocore``] Update mediaconnect client to latest version * api-change:``pinpoint``: [``botocore``] Update pinpoint client to latest version ``` ### 1.15.8 ``` ====== * api-change:``timestream-write``: [``botocore``] Update timestream-write client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``schemas``: [``botocore``] Update schemas client to latest version * api-change:``timestream-query``: [``botocore``] Update timestream-query client to latest version ``` ### 1.15.7 ``` ====== * api-change:``application-autoscaling``: [``botocore``] Update application-autoscaling client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version ``` ### 1.15.6 ``` ====== * api-change:``frauddetector``: [``botocore``] Update frauddetector client to latest version * api-change:``config``: [``botocore``] Update config client to latest version * api-change:``batch``: [``botocore``] Update batch client to latest version * api-change:``docdb``: [``botocore``] Update docdb client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``sts``: [``botocore``] Update sts client to latest version ``` ### 1.15.5 ``` ====== * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``textract``: [``botocore``] Update textract client to latest version * api-change:``amplify``: [``botocore``] Update amplify client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version * api-change:``savingsplans``: [``botocore``] Update savingsplans client to latest version * api-change:``synthetics``: [``botocore``] Update synthetics client to latest version ``` ### 1.15.4 ``` ====== * api-change:``translate``: [``botocore``] Update translate client to latest version * api-change:``ce``: [``botocore``] Update ce client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``backup``: [``botocore``] Update backup client to latest version ``` ### 1.15.3 ``` ====== * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``dynamodbstreams``: [``botocore``] Update dynamodbstreams client to latest version * api-change:``workmail``: [``botocore``] Update workmail client to latest version * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version ``` ### 1.15.2 ``` ====== * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``events``: [``botocore``] Update events client to latest version * api-change:``resource-groups``: [``botocore``] Update resource-groups client to latest version * api-change:``rds``: [``botocore``] Update rds client to latest version ``` ### 1.15.1 ``` ====== * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``sso-admin``: [``botocore``] Update sso-admin client to latest version * api-change:``codestar-connections``: [``botocore``] Update codestar-connections client to latest version ``` ### 1.15.0 ``` ====== * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``comprehend``: [``botocore``] Update comprehend client to latest version * api-change:``apigateway``: [``botocore``] Update apigateway client to latest version * api-change:``es``: [``botocore``] Update es client to latest version * api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version * feature:dependency: [``botocore``] botocore has removed docutils as a required dependency ``` ### 1.14.63 ``` ======= * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version * api-change:``dlm``: [``botocore``] Update dlm client to latest version * api-change:``greengrass``: [``botocore``] Update greengrass client to latest version * api-change:``connect``: [``botocore``] Update connect client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version ``` ### 1.14.62 ``` ======= * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version * api-change:``medialive``: [``botocore``] Update medialive client to latest version * api-change:``budgets``: [``botocore``] Update budgets client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version * api-change:``organizations``: [``botocore``] Update organizations client to latest version ``` ### 1.14.61 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``managedblockchain``: [``botocore``] Update managedblockchain client to latest version * api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version * api-change:``docdb``: [``botocore``] Update docdb client to latest version ``` ### 1.14.60 ``` ======= * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version ``` ### 1.14.59 ``` ======= * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``ebs``: [``botocore``] Update ebs client to latest version * api-change:``sso-admin``: [``botocore``] Update sso-admin client to latest version * api-change:``s3``: [``botocore``] Update s3 client to latest version ``` ### 1.14.58 ``` ======= * api-change:``kinesisanalyticsv2``: [``botocore``] Update kinesisanalyticsv2 client to latest version * api-change:``glue``: [``botocore``] Update glue client to latest version * api-change:``redshift-data``: [``botocore``] Update redshift-data client to latest version ``` ### 1.14.57 ``` ======= * api-change:``lex-models``: [``botocore``] Update lex-models client to latest version * api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version * api-change:``codebuild``: [``botocore``] Update codebuild client to latest version * api-change:``quicksight``: [``botocore``] Update quicksight client to latest version * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version ``` ### 1.14.56 ``` ======= * api-change:``workspaces``: [``botocore``] Update workspaces client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version ``` ### 1.14.55 ``` ======= * api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version * api-change:``guardduty``: [``botocore``] Update guardduty client to latest version * api-change:``mediapackage``: [``botocore``] Update mediapackage client to latest version * api-change:``kendra``: [``botocore``] Update kendra client to latest version ``` ### 1.14.54 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``macie2``: [``botocore``] Update macie2 client to latest version ``` ### 1.14.53 ``` ======= * api-change:``codeguru-reviewer``: [``botocore``] Update codeguru-reviewer client to latest version * api-change:``securityhub``: [``botocore``] Update securityhub client to latest version ``` ### 1.14.52 ``` ======= * api-change:``sqs``: [``botocore``] Update sqs client to latest version * api-change:``backup``: [``botocore``] Update backup client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version ``` ### 1.14.51 ``` ======= * api-change:``cur``: [``botocore``] Update cur client to latest version * api-change:``route53``: [``botocore``] Update route53 client to latest version * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version ``` ### 1.14.50 ``` ======= * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``redshift``: [``botocore``] Update redshift client to latest version * api-change:``gamelift``: [``botocore``] Update gamelift client to latest version * api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version ``` ### 1.14.49 ``` ======= * api-change:``appflow``: [``botocore``] Update appflow client to latest version * api-change:``route53resolver``: [``botocore``] Update route53resolver client to latest version ``` ### 1.14.48 ``` ======= * api-change:``iotsitewise``: [``botocore``] Update iotsitewise client to latest version * api-change:``xray``: [``botocore``] Update xray client to latest version * api-change:``ec2``: [``botocore``] Update ec2 client to latest version * api-change:``logs``: [``botocore``] Update logs client to latest version * api-change:``dms``: [``botocore``] Update dms client to latest version * api-change:``ssm``: [``botocore``] Update ssm client to latest version * api-change:``kafka``: [``botocore``] Update kafka client to latest version ``` ### 1.14.47 ``` ======= * api-change:``chime``: [``botocore``] Update chime client to latest version * api-change:``fsx``: [``botocore``] Update fsx client to latest version * api-change:``apigatewayv2``: [``botocore``] Update apigatewayv2 client to latest version ``` ### 1.14.46 ``` ======= * api-change:``lakeformation``: [``botocore``] Update lakeformation client to latest version * api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version * api-change:``ivs``: [``botocore``] Update ivs client to latest version * api-change:``organizations``: [``botocore``] Update organizations client to latest version * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version ```
Links - PyPI: https://pypi.org/project/boto3 - Changelog: https://pyup.io/changelogs/boto3/ - Repo: https://github.com/boto/boto3

Update inflection from 0.5.0 to 0.5.1.

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

Links - PyPI: https://pypi.org/project/inflection - Changelog: https://pyup.io/changelogs/inflection/ - Repo: https://github.com/jpvanhal/inflection

Update numpy from 1.19.0 to 1.19.3.

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

Links - PyPI: https://pypi.org/project/numpy - Homepage: https://www.numpy.org

Update s3fs from 0.4.2 to 0.5.1.

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

Links - PyPI: https://pypi.org/project/s3fs - Repo: http://github.com/dask/s3fs/

Update argcmdr from 0.6.0 to 0.7.0.

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

Links - PyPI: https://pypi.org/project/argcmdr - Repo: https://github.com/dssg/argcmdr

Update sqlparse from 0.3.1 to 0.4.1.

Changelog ### 0.4.1 ``` ---------------------------- Bug Fixes * Just removed a debug print statement, sorry... ``` ### 0.4.0 ``` ---------------------------- Notable Changes * Remove support for end-of-life Python 2.7 and 3.4. Python 3.5+ is now required. * Remaining strings that only consist of whitespaces are not treated as statements anymore. Code that ignored the last element from sqlparse.split() should be updated accordingly since that function now doesn't return an empty string as the last element in some cases (issue496). Enhancements * Add WINDOW keyword (pr579 by ali-tny). * Add RLIKE keyword (pr582 by wjones1). Bug Fixes * Improved parsing of IN(...) statements (issue566, pr567 by hurcy). * Preserve line breaks when removing comments (issue484). * Fix parsing error when using square bracket notation (issue583). * Fix splitting when using DECLARE ... HANDLER (issue581). * Fix splitting of statements using CASE ... WHEN (issue580). * Improve formatting of type casts in parentheses. * Stabilize formatting of invalid SQL statements. ```
Links - PyPI: https://pypi.org/project/sqlparse - Changelog: https://pyup.io/changelogs/sqlparse/ - Repo: https://github.com/andialbrecht/sqlparse

Update graphviz from 0.14 to 0.14.2.

Changelog ### 0.14.2 ``` -------------- Adapt `graphviz.version()` to support the Graphviz Release version entry format introduced with `2.44.2` (`version()` is needed to run the tests). ``` ### 0.14.1 ``` -------------- Document the colon-separated ``node[:port[:compass]]`` format used for ``tail`` and ``head`` points in the ``edge()``- and ``edges()``-methods (PR Michał Góral). ```
Links - PyPI: https://pypi.org/project/graphviz - Changelog: https://pyup.io/changelogs/graphviz/ - Repo: https://github.com/xflr6/graphviz

Update scipy from 1.5.0 to 1.5.3.

Changelog ### 1.5.2 ``` compared to `1.5.1`. Authors ===== * Peter Bell * Tobias Biester + * Evgeni Burovski * Thomas A Caswell * Ralf Gommers * Sturla Molden * Andrew Nelson * ofirr + * Sambit Panda * Ilhan Polat * Tyler Reddy * Atsushi Sakai * Pauli Virtanen A total of 13 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. ``` ### 1.5.1 ``` compared to `1.5.0`. In particular, an issue where DLL loading can fail for SciPy wheels on Windows with Python `3.6` has been fixed. Authors ======= * Peter Bell * Loïc Estève * Philipp Thölke + * Tyler Reddy * Paul van Mulbregt * Pauli Virtanen * Warren Weckesser A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. ```
Links - PyPI: https://pypi.org/project/scipy - Changelog: https://pyup.io/changelogs/scipy/ - Repo: https://github.com/scipy/scipy/releases - Homepage: https://www.scipy.org

Update scikit-learn from 0.23.1 to 0.23.2.

Changelog ### 0.23.2 ``` We're happy to announce the 0.23.2 release with several bugfixes: You can see the changelog here: https://scikit-learn.org/stable/whats_new/v0.23.htmlversion-0-23-2 You can upgrade with pip as usual: pip install -U scikit-learn The conda-forge builds will be available shortly, which you can then install using: conda install -c conda-forge scikit-learn ```
Links - PyPI: https://pypi.org/project/scikit-learn - Changelog: https://pyup.io/changelogs/scikit-learn/ - Homepage: http://scikit-learn.org

Update matplotlib from 3.2.2 to 3.3.2.

Changelog ### 3.3.2 ``` This is the second bugfix release of the 3.3.x series. This release contains several critical bug-fixes: * fix `Axis` scale on twinned `Axes` * fix auto-close of `Figure`s in nbagg * fix automatic title placement if `Axes` is off the `Figure` * fix autoranging of log scales with barstacked histogram * fix extra redraws when using `Button` or `TextBox` widgets * fix imshow with `LogNorm` and large vmin/vmax ranges * fix plotting Pandas `DataFrame` with string `MultiIndex` * fix `scatter` with `marker=''` * fix `scatter3d` color/linewidth re-projection * fix state of mode buttons in TkAgg backends * include license files in built distribution * reduce Visual C++ runtime requirements on Windows ``` ### 3.3.1 ``` This is the first bugfix release of the 3.3.x series. This release contains several critical bug-fixes: * fix docstring import issues when running Python with optimization * fix `hist` with categorical data, such as with Pandas * fix install on BSD systems * fix nbagg compatibility with Chrome 84+ * fix ordering of scatter marker size in 3D plots * fix performance regression when plotting `Path`s * fix reading from URL in `imread` * fix several regressions with new date epoch handling * fix some bad constrained and tight layout interactions with colorbars * fix use of customized toolbars in TkAgg and WXAgg backends ``` ### 3.3.0 ``` Highlights of this release include: - Provisional API for composing semantic axes layouts from text or nested lists - New Axes.sharex, Axes.sharey methods - Turbo colormap - colors.BoundaryNorm supports extend keyword argument - Text color for legend labels - Pcolor and Pcolormesh now accept shading='nearest' and 'auto' - Allow tick formatters to be set with str or function inputs - New Axes.axline method - Dates use a modern epoch - Improved font weight detection - Axes3D no longer distorts the 3D plot to match the 2D aspect ratio - More consistent toolbar behavior across backends - Toolbar icons are now styled for dark themes - Cursor text now uses a number of significant digits matching pointing precision - Functions to compute a Path's size - savefig() gained a backend keyword argument - Saving SVG now supports adding metadata - Saving PDF metadata via PGF now consistent with PDF backend - NbAgg and WebAgg no longer use jQuery & jQuery UI For the full details please see the [What's New](https://matplotlib.org/3.3.0/users/whats_new.html) and [API changes](https://matplotlib.org/3.3.0/api/api_changes.html) in the documentation. ```
Links - PyPI: https://pypi.org/project/matplotlib - Changelog: https://pyup.io/changelogs/matplotlib/ - Homepage: https://matplotlib.org

Update pandas from 1.0.5 to 1.1.4.

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

Links - PyPI: https://pypi.org/project/pandas - Homepage: https://pandas.pydata.org

Update seaborn from 0.10.1 to 0.11.0.

Changelog ### 0.11.0 ``` This is a major release with important new features, enhancements to existing functions, and changes to the library. Highlights include an overhaul and modernization of the distributions plotting functions, more flexible data specification, new colormaps, and better narrative documentation. Complete release notes are available on the [seaborn website](https://seaborn.pydata.org/whatsnew.html). ``` ### 0.11.0.rc0 ``` This is the first release candidate for v0.11.0, a major release with several important new features and changes to the library. Highlights of the new version include: - A modernization of the distributions module, with the introduction of [`displot`](https://github.com/mwaskom/seaborn/pull/2157), [`histplot`](https://github.com/mwaskom/seaborn/pull/2125), and [`ecdfplot`](https://github.com/mwaskom/seaborn/pull/2141), a complete rewrite of [`kdeplot`](https://github.com/mwaskom/seaborn/pull/2104), and substantial enhancements to [`jointplot`](https://github.com/mwaskom/seaborn/pull/2210) and [`pairplot`](https://github.com/mwaskom/seaborn/pull/2234) - Centralized [input data processing](https://github.com/mwaskom/seaborn/pull/2071) allowing for both standardization and increased flexibility of long- and wide-form variable specification - Substantial [internal refactoring](https://github.com/mwaskom/seaborn/pull/2090) to support the new distributions functions and planned improvements in other modules - Warning-based enforcement of [keyword-only parameters](https://github.com/mwaskom/seaborn/pull/2081) in most functions - New [perceptually uniform colormaps](https://github.com/mwaskom/seaborn/pull/2237) and better tools for creating custom numeric color palettes - Improvements to the narrative documentation, including user guide chapters on function types and data structures, along with better cross-linking within the seaborn docs and between the seaborn and matplotlib docs - Numerous other [targeted enhancements and bug fixes](https://github.com/mwaskom/seaborn/blob/v0.11.0.rc0/doc/releases/v0.11.0.txt) Please test the release by installing from here or with `python -m pip install --upgrade --pre seaborn` ```
Links - PyPI: https://pypi.org/project/seaborn - Changelog: https://pyup.io/changelogs/seaborn/ - Repo: https://github.com/mwaskom/seaborn/ - Homepage: https://seaborn.pydata.org

Update factory_boy from 2.12.0 to 3.1.0.

Changelog ### 3.1.0 ``` ------------------ *New:* - Allow all types of declarations in :class:`factory.Faker` calls - enables references to other faker-defined attributes. ``` ### 3.0.1 ``` ------------------ *Bugfix:* - :issue:`769`: Fix ``import factory; factory.django.DjangoModelFactory`` and similar calls. ``` ### 3.0.0 ``` ------------------ Breaking changes """""""""""""""" The following aliases were removed: +------------------------------------------------+---------------------------------------------------+ | Broken alias | New import | +================================================+===================================================+ | ``from factory import DjangoModelFactory`` | ``from factory.django import DjangoModelFactory`` | +------------------------------------------------+---------------------------------------------------+ | ``from factory import MogoFactory`` | ``from factory.mogo import MogoFactory`` | +------------------------------------------------+---------------------------------------------------+ | ``from factory.fuzzy import get_random_state`` | ``from factory.random import get_random_state`` | +------------------------------------------------+---------------------------------------------------+ | ``from factory.fuzzy import set_random_state`` | ``from factory.random import set_random_state`` | +------------------------------------------------+---------------------------------------------------+ | ``from factory.fuzzy import reseed_random`` | ``from factory.random import reseed_random`` | +------------------------------------------------+---------------------------------------------------+ *Removed:* - Drop support for Python 2 and 3.4. These versions `are not maintained anymore <https://devguide.python.org/devcycle/end-of-life-branches>`__. - Drop support for Django 2.0 and 2.1. These versions `are not maintained anymore <https://www.djangoproject.com/download/supported-versions>`__. - Remove deprecated ``force_flush`` from ``SQLAlchemyModelFactory`` options. Use ``sqlalchemy_session_persistence = "flush"`` instead. - Drop deprecated ``attributes()`` from :class:`~factory.Factory` subclasses; use ``factory.make_factory(dict, FactoryClass._meta.pre_declarations)`` instead. - Drop deprecated ``declarations()`` from :class:`~factory.Factory` subclasses; use ``FactoryClass._meta.pre_declarations`` instead. - Drop ``factory.compat`` module. *New:* - Add support for Python 3.8 - Add support for Django 2.2 and 3.0 - Report misconfiguration when a :py:class:`~factory.Factory` is used as the :py:attr:`~factory.Factory.model` for another :py:class:`~factory.Factory`. - Allow configuring the color palette of :py:class:`~factory.django.ImageField`. - :py:meth:`get_random_state()` now represents the state of Faker and ``factory_boy`` fuzzy attributes. - Add SQLAlchemy ``get_or_create`` support *Improvements:* - :issue:`561`: Display a developer-friendly error message when providing a model instead of a factory in a :class:`~factory.declarations.SubFactory` class. *Bugfix:* - Fix issue with SubFactory not preserving signal muting behaviour of the used factory, thanks `Patrick Stein <https://github.com/PFStein>`_. - Fix issue with overriding params in a Trait, thanks `Grégoire Rocher <https://github.com/cecedille1>`_. - :issue:`598`: Limit ``get_or_create`` behavior to fields specified in ``django_get_or_create``. - :issue:`606`: Re-raise :class:`~django.db.IntegrityError` when ``django_get_or_create`` with multiple fields fails to lookup model using user provided keyword arguments. - :issue:`630`: TypeError masked by __repr__ AttributeError when initializing ``Maybe`` with inconsistent phases. ```
Links - PyPI: https://pypi.org/project/factory-boy - Changelog: https://pyup.io/changelogs/factory-boy/ - Repo: https://github.com/FactoryBoy/factory_boy

Update pytest-cov from 2.10.0 to 2.10.1.

Changelog ### 2.10.1 ``` ------------------- * Support for ``pytest-xdist`` 2.0, which breaks compatibility with ``pytest-xdist`` before 1.22.3 (from 2017). Contributed by Zac Hatfield-Dodds in `412 <https://github.com/pytest-dev/pytest-cov/pull/412>`_. * Fixed the ``LocalPath has no attribute startswith`` failure that occurred when using the ``pytester`` plugin in inline mode. ```
Links - PyPI: https://pypi.org/project/pytest-cov - Changelog: https://pyup.io/changelogs/pytest-cov/ - Repo: https://github.com/pytest-dev/pytest-cov

Update moto from 1.3.14 to 1.3.16.

Changelog ### 1.3.16 ``` ----- Full list of PRs merged in this release: https://github.com/spulec/moto/pulls?q=is%3Apr+is%3Aclosed+merged%3A2019-11-14..2020-09-07
codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #816   +/-   ##
=======================================
  Coverage   81.52%   81.52%           
=======================================
  Files         103      103           
  Lines        7021     7021           
=======================================
  Hits         5724     5724           
  Misses       1297     1297           

Continue to review full report at Codecov.

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

pyup-bot commented 3 years ago

Closing this in favor of #819