Skip to content

Scheduled biweekly dependency update for week 20 #1064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 18, 2022

Conversation

pyup-bot
Copy link
Collaborator

Update django-debug-toolbar from 3.2.4 to 3.4.0.

Changelog

3.4.0

------------------

* Fixed issue of stacktrace having frames that have no path to the file,
but are instead a string of the code such as
``'<frozen importlib._bootstrap>'``.
* Renamed internal SQL tracking context var from ``recording`` to
``allow_sql``.

3.3.0

------------------

* Track calls to :py:meth:`django.core.caches.cache.get_or_set`.
* Removed support for Django < 3.2.
* Updated check ``W006`` to look for
``django.template.loaders.app_directories.Loader``.
* Reset settings when overridden in tests. Packages or projects using
django-debug-toolbar can now use Django’s test settings tools, like
``override_settings``, to reconfigure the toolbar during tests.
* Optimize rendering of SQL panel, saving about 30% of its run time.
* New records in history panel will flash green.
* Automatically update History panel on AJAX requests from client.
Links

Update Faker from 13.3.4 to 13.11.1.

Changelog

13.11.1

*  Fix firefox `ua` being nondeterministic with fixed seed. Thanks jhbuhrman.

13.11.0

* Add `sq-AL` automotive provider. Thanks zerogonal.

13.10.0

* Improve `it_IT` ssn provider to match real building rules. Thanks DamienPirsy.

13.9.0

* Add part-of-speech functionality for `en_US`. Thanks e-panourgia.

13.8.0

* Add `fr-FR` datetime provider. Thanks zerogonal.
* Add `no-NO` datetime provider. Thanks zerogonal.
* Add `zh-CN` datetime provider. Thanks zerogonal.

13.7.0

* Add automotive provider for `fi_FI`,  `et_EE`, `lt_LT` and `vi_VN`. Thanks zerogonal.

13.6.0

* Add `ar_BH` automotive provider. Thanks zerogonal.

13.5.0

* Add Mexican CLABE bank code for `es_MX` locale. Thanks edgarrmondragon.

13.4.0

* Add `it_IT` automotive provider. Thanks Giorgionocera.

13.3.5

* Fix error in currency provider data. Thanks zerogonal.
Links

Update pytest from 7.1.1 to 7.1.2.

Changelog

7.1.2

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

Bug Fixes
---------

- `9726 <https://github.com/pytest-dev/pytest/issues/9726>`_: An unnecessary ``numpy`` import inside :func:`pytest.approx` was removed.


- `9820 <https://github.com/pytest-dev/pytest/issues/9820>`_: Fix comparison of  ``dataclasses`` with ``InitVar``.


- `9869 <https://github.com/pytest-dev/pytest/issues/9869>`_: Increase ``stacklevel`` for the ``NODE_CTOR_FSPATH_ARG`` deprecation to point to the
user's code, not pytest.


- `9871 <https://github.com/pytest-dev/pytest/issues/9871>`_: Fix a bizarre (and fortunately rare) bug where the `temp_path` fixture could raise
an internal error while attempting to get the current user's username.
Links

Update pytest-factoryboy from 2.1.0 to 2.3.0.

Changelog

2.3.0

----------
- Add support for ``factory.PostGenerationMethodCall`` `103 <https://github.com/pytest-dev/pytest-factoryboy/pull/103>`_ `#87 <https://github.com/pytest-dev/pytest-factoryboy/issues/87>`_.

2.2.1

----------
- ``register()`` decorator now refuses kwargs after the initial specialization. This behaviour was mistakenly introduced in version 2.2.0, and it complicates the usage of the ``register`` function unnecessarily. For example, the following is not allowed anymore:

.. code-block:: python

  INVALID
 register(
     _name="second_author",
     name="C.S. Lewis",
 )(
     AuthorFactory,
     register_user="cs_lewis",
     register_user__password="Aslan1",
 )

  VALID
 register(
     AuthorFactory,
     _name="second_author",
     name="C.S. Lewis",
     register_user="cs_lewis",
     register_user__password="Aslan1",
 )

2.2.0

----------
- Drop support for Python 3.6. We now support only python >= 3.7.
- Improve "debuggability". Internal pytest-factoryboy calls are now visible when using a debugger like PDB or PyCharm.
- Add type annotations. Now ``register`` and ``LazyFixture`` are type annotated.
- Fix `Factory._after_postgeneration <https://factoryboy.readthedocs.io/en/stable/reference.html#factory.Factory._after_postgeneration>`_ method not getting the evaluated ``post_generations`` and ``RelatedFactory`` results correctly in the ``result`` param.
- Factories can now be registered inside classes (even nested classes) and they won't pollute the module namespace.
- Allow the ``register`` decorator to be called with parameters:

.. code-block:: python

 register
 register("other_author")
 class AuthorFactory(Factory):
     ...
Links

Update syrupy from 2.0.0 to 2.3.0.

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

Links

debug toolbar caused issues in newer version preventing from updating
deps therefore removing it.
@sliverc sliverc force-pushed the pyup-scheduled-update-2022-05-16 branch from 30fb58e to eb407e5 Compare May 17, 2022 16:28
@sliverc sliverc self-requested a review May 17, 2022 19:36
@sliverc sliverc merged commit e49af3f into main May 18, 2022
@sliverc sliverc deleted the pyup-scheduled-update-2022-05-16 branch July 18, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants