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

Update Python dependencies #149

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Update Python dependencies #149

merged 2 commits into from
Oct 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cffi (source, changelog) ==1.15.1 -> ==1.16.0 age adoption passing confidence
codespell 2.2.5 -> 2.2.6 age adoption passing confidence
coverage 7.3.1 -> 7.3.2 age adoption passing confidence
ops 2.6.0 -> 2.7.0 age adoption passing confidence
ops ==2.6.0 -> ==2.7.0 age adoption passing confidence
psycopg2 (source, changelog) 2.9.7 -> 2.9.9 age adoption passing confidence
psycopg2-binary (source, changelog) 2.9.7 -> 2.9.9 age adoption passing confidence
ruff (source, changelog) 0.0.291 -> 0.0.292 age adoption passing confidence

Release Notes

python-cffi/cffi (cffi)

v1.16.0

Compare Source

  • Add support for Python 3.12. With the removal of distutils from Python 3.12, projects
    using CFFI features that depend on distutils at runtime must add a dependency on
    setuptools to function under Python 3.12+. CFFI does not declare a runtime setuptools
    requirement to avoid an unnecessary dependency for projects that do not require it.
  • Drop support for end-of-life Python versions (2.7, 3.6, 3.7).
  • Add support for PEP517 builds; setuptools is now a required build dependency.
  • Declare python_requires metadata for Python 3.8+. This allows unsupported Pythons
    to continue using previously released sdists and wheels.
  • Move project source under src/; a more standard layout that also enables CI to more easily
    catch packaging errors.
codespell-project/codespell (codespell)

v2.2.6

Compare Source

What's Changed

New Contributors

Full Changelog: codespell-project/codespell@v2.2.5...v2.2.6

nedbat/coveragepy (coverage)

v7.3.2

Compare Source

  • The coverage lcov command ignored the [report] exclude_lines and
    [report] exclude_also settings (issue 1684). This is now fixed,
    thanks Jacqueline Lee <pull 1685_>
    .

  • Sometimes SQLite will create journal files alongside the coverage.py database
    files. These are ephemeral, but could be mistakenly included when combining
    data files. Now they are always ignored, fixing issue 1605_. Thanks to
    Brad Smith for suggesting fixes and providing detailed debugging.

  • On Python 3.12+, we now disable SQLite writing journal files, which should be
    a little faster.

  • The new 3.12 soft keyword type is properly bolded in HTML reports.

  • Removed the "fullcoverage" feature used by CPython to measure the coverage of
    early-imported standard library modules. CPython stopped using it <88054_>_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605:https://github.com/nedbat/coveragepy/pull/16055
.. _issue 1684https://github.com/nedbat/coveragepy/issues/168484
.. _pull 168https://github.com/nedbat/coveragepy/pull/1685685
.. _880https://github.com/python/cpython/issues/880548054

.. _changes_7-3-1:

canonical/operator (ops)

v2.7.0

Compare Source

  • Added Unit.set_ports()
  • Type checks now allow comparing a JujuVersion to a str
  • Renamed OpenPort to Port (OpenPort remains as an alias)
psycopg/psycopg2 (psycopg2)

v2.9.9

Compare Source

v2.9.8

Compare Source

astral-sh/ruff (ruff)

v0.0.292

Compare Source


Configuration

📅 Schedule: Branch creation - "after 1am and before 2am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/python-dependencies branch 3 times, most recently from 3a9e2d3 to 4e84ab9 Compare October 3, 2023 16:27
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 4e84ab9 to 80365fe Compare October 5, 2023 11:47
@renovate
Copy link
Contributor Author

renovate bot commented Oct 5, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@dragomirp dragomirp merged commit 4539e08 into main Oct 6, 2023
18 checks passed
@dragomirp dragomirp deleted the renovate/python-dependencies branch October 6, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants