Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipdb ^0.12.2 -> ^0.13.0 age adoption passing confidence

Release Notes

gotcha/ipdb (ipdb)

v0.13.13

Compare Source

  • Use context manager for opening toml config
    [andrewzwicky]

v0.13.12

Compare Source

  • Modify tests to test 3.11 separately from earlier python versions.
    [andrewzwicky]

v0.13.11

Compare Source

  • Better exception handling when looking for config.
    [bignose-debian]

v0.13.10

Compare Source

  • Better toml support (use tomlib for 3.11, tomli for 3.6 to 3.10).
    [salty-horse, mgorny]

  • Minimal PEP 517 support.
    [cpcloud]

  • 3.11 support for run as module and run as script.
    [nphilipp, gotcha]

  • Based on OSV:PYSEC-2022-12 change ipython dependencies,
    for users using python 3.6, install 7.16.3 <= IPython < 7.17.0,
    for users using python>3.6, install IPython >= 7.31.1.
    [malkstar]

v0.13.9

Compare Source

  • Fix again when pyproject.toml does not contain tool section.
    [markab108]

v0.13.8

Compare Source

  • Fix when pyproject.toml does not contain tool section.
    [anjos]

  • Add the convenience function iex().
    [alanbernstein]

v0.13.7

Compare Source

  • Do not instantiate IPython on import
    [adamchainz]

v0.13.6

Compare Source

  • Fix broken parsing of pyproject.toml
    [alexandrebarbaruiva]

v0.13.5

Compare Source

  • Add support for pyproject.toml as configuration file
    [alexandrebarbaruiva]

  • For users using python 3.4, install 6.0.0 <= IPython < 7.0.0,
    for users using python 3.5, install 7.0.0 <= IPython < 7.10.0,
    for users using python 3.6, install 7.10.0 <= IPython < 7.17.0,
    for users using python>3.6, install IPython >= 7.17.0.
    [d161803]

v0.13.4

Compare Source

  • Add '-m' option
    [mrmino]

v0.13.3

Compare Source

  • Allow runcall, runeval to also use set context value
    [meowser]

  • Add condition argument to set_trace
    [alexandrebarbaruiva]

v0.13.2

Compare Source

  • Remove leftover debug code
    [gotcha]

v0.13.1

Compare Source

  • Run black on ipdb-codebase with line-length 88. [WouterVH]

v0.13.0

Compare Source

  • Add option to set context via environment variable or configuration file
    [alexandrebarbaruiva]

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 10, 2024
@renovate renovate bot force-pushed the renovate/ipdb-0.x branch from d9d94fd to c953c96 Compare November 10, 2024 17:49
@ctrl-q ctrl-q enabled auto-merge November 10, 2024 18:18
@renovate renovate bot force-pushed the renovate/ipdb-0.x branch from c953c96 to 81d6e77 Compare November 10, 2024 18:30
@ctrl-q ctrl-q merged commit da2828e into master Nov 10, 2024
10 checks passed
@ctrl-q ctrl-q deleted the renovate/ipdb-0.x branch November 10, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant