Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 12 #198

Merged
merged 6 commits into from
Mar 21, 2023

Conversation

pyup-bot
Copy link
Collaborator

Update coverage from 7.2.1 to 7.2.2.

Changelog

7.2.2

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

- Fix: if a virtualenv was created inside a source directory, and a sourced
package was installed inside the virtualenv, then all of the third-party
packages inside the virtualenv would be measured.  This was incorrect, but
has now been fixed: only the specified packages will be measured, thanks to
`Manuel Jacob <pull 1560_>`_.

- Fix: the ``coverage lcov`` command could create a .lcov file with incorrect
LF (lines found) and LH (lines hit) totals.  This is now fixed, thanks to
`Ian Moore <pull 1583_>`_.

- Fix: the ``coverage xml`` command on Windows could create a .xml file with
duplicate ``<package>`` elements. This is now fixed, thanks to `Benjamin
Parzella <pull 1574_>`_, closing `issue 1573`_.

.. _pull 1560: https://github.com/nedbat/coveragepy/pull/1560
.. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573
.. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574
.. _pull 1583: https://github.com/nedbat/coveragepy/pull/1583


.. _changes_7-2-1:
Links

Update filelock from 3.9.0 to 3.10.0.

Changelog

3.10.0

-------------------
- Add support for explicit file modes for lockfiles :pr:`192 - by :user:`jahrules`.

3.9.1

-------------------
- Use ``time.perf_counter`` instead of ``time.monotonic`` for calculating timeouts.
Links

Update Jinja2 from 2.11.3 to 3.1.2.

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

Links

Update tox from 4.4.6 to 4.4.7.

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

Links

Update urllib3 from 1.26.14 to 1.26.15.

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

Links

Update virtualenv from 20.20.0 to 20.21.0.

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

Links

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