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

chore(deps): update minor updates #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action digest b4ffde6 -> 11bd719
adjustText dependencies minor 1.1.1 -> 1.3.0 age adoption passing confidence
astro-datalab extras minor 2.22.1 -> 2.24.0 age adoption passing confidence
healpy extras minor 1.17.1 -> 1.18.0 age adoption passing confidence
iminuit extras minor 2.26.0 -> 2.30.1 age adoption passing confidence
jupyter extras minor 1.0.0 -> 1.1.1 age adoption passing confidence
light-curve dependencies minor ^0.7.3 -> ^0.9.0 age adoption passing confidence
ligo-gracedb extras minor 2.12.0 -> 2.13.0 age adoption passing confidence
mypy (source, changelog) dev-dependencies minor ^1.6.1 -> ^1.13.0 age adoption passing confidence
pandas (source) dependencies patch 2.2.2 -> 2.2.3 age adoption passing confidence
pytest (changelog) dev-dependencies minor ^8.0.2 -> ^8.3.3 age adoption passing confidence
pytest-mock (changelog) dev-dependencies patch ^3.12.0 -> ^3.14.0 age adoption passing confidence
python dependencies minor >=3.10,<3.12 -> >=3.13,<3.14 age adoption passing confidence
ruff (source, changelog) dev minor ^0.1.13 -> ^0.7.0 age adoption passing confidence
scikit-learn (source, changelog) dependencies patch 1.5.0 -> 1.5.2 age adoption passing confidence
scipy (source) dependencies minor 1.13.1 -> 1.14.1 age adoption passing confidence
seaborn dependencies minor ^0.12.0 -> ^0.13.0 age adoption passing confidence
sfdmap2 extras patch ^0.2.0 -> ^0.2.2-post age adoption passing confidence
slack-sdk extras minor 3.29.0 -> 3.33.3 age adoption passing confidence
sncosmo extras minor 2.10.4 -> 2.11.2 age adoption passing confidence
uncertainties (changelog) dependencies patch 3.2.1 -> 3.2.2 age adoption passing confidence
ztfquery extras minor 1.27.1 -> 1.28.0 age adoption passing confidence

Release Notes

Phlya/adjustText (adjustText)

v1.3.0: 1.3.0

Compare Source

Now attempting to prevent arrow crossings. Please report if you encounter any issues with this feature!

Some other small fixes.

v1.2.0: 1.2.0

Compare Source

Release for compatibility with numpy 2.0.

Also now adjust_text returns the modified text objects and created arrows.

astro-datalab/datalab (astro-datalab)

v2.24.0

Compare Source

Pull requests merged

New Contributors

Full Changelog: astro-datalab/datalab@v2.23.1...v2.24.0

v2.23.1

Compare Source

What's Changed

**Full Changelog: astro-datalab/datalab@v2.22.1...v2.23.1

v2.23.0: v.2.23.0 Enhanced Streaming and Workflow Updates

Compare Source

What's Changed

Full Changelog: astro-datalab/datalab@v2.22.1...v2.23.0

scikit-hep/iminuit (iminuit)

v2.30.1

Compare Source

What's Changed

Full Changelog: scikit-hep/iminuit@v2.30.0...v2.30.1

v2.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: scikit-hep/iminuit@v2.29.1...v2.30.0

v2.29.1

Compare Source

Full Changelog: scikit-hep/iminuit@v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: scikit-hep/iminuit@v2.28.0...v2.29.0

v2.28.0

Compare Source

What's Changed

Full Changelog: scikit-hep/iminuit@v2.27.0...v2.28.0

v2.27.0

Compare Source

What's Changed

Full Changelog: scikit-hep/iminuit@v2.26.0...v2.27.0

light-curve/light-curve-python (light-curve)

v0.9.6

Compare Source

Changed

v0.9.5

Compare Source

Added
Changed
Fixed

v0.9.4

Compare Source

Changed

v0.9.3

Compare Source

Fixed

v0.9.2

Compare Source

Added
Fixed

v0.9.1

Compare Source

Added
Changed
  • Bump pyO3 to 0.21
  • Bump rust-numpy to 0.21
  • "abi3" is a default Cargo feature now
Removed
Fixed

v0.9.0

Compare Source

Added
Changed
Deprecated

--

Removed
  • Build breaking: abi311 Cargo feature is removed, now we plan to have abi3 feature only, which would correspond
    to the minimum supported Python version. Feel free to use pyo3/abi3.. features directly for newer ABI versions.
Fixed

--

Security

--

v0.8.2

Compare Source

Added
Changed
Fixed

v0.8.1

Compare Source

Added

v0.8.0

Compare Source

Added
  • Breaking change in experimental features: Multiband support is introduced for features implemented in Python. It
    changes class inheritance interface in a backward-incompatible way
  • light-curve[full] extras which installs all optional Python dependencies required by experimental features
  • New LinexpFit feature for parametric model fit comes with light-curve-feature v0.6.0
  • Experimental RainbowFit feature for fitting multiband light curves with a single model, Russeil+23 in prep. It
    requires Python 3.8 or later because of iminuit dependency
  • Optional iminuit>=2,<3 Python dependency (included into [full]) for RainbowFit feature
  • Add once_cell v1 dependency
Changed
python/mypy (mypy)

v1.13.0

Compare Source

v1.12.1

Compare Source

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

v1.12.0

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

  • Fix error reporting on cached run after uninstallation of third party library (Shantanu, PR 17420)
pandas-dev/pandas (pandas)

v2.2.3: Pandas 2.2.3

Compare Source

We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

pytest-dev/pytest (pytest)

v8.3.3

Compare Source

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #​12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #​12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #​12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #​12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #​12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #​6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #​9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #​12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #​12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #​12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.

v8.3.2

Compare Source

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #​12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

v8.3.1

Compare Source

pytest 8.3.1 (2024-07-20)

The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.

v8.3.0

Compare Source

containerbase/python-prebuild (python)

v3.13.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.0

v3.12.7

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.7

v3.12.6

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.6

v3.12.5

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.5

v3.12.4

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.4

v3.12.3

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.3

v3.12.2

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.2

v3.12.1

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.1

v3.12.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.0
astral-sh/ruff (ruff)

v0.7.2

Compare Source

Preview features
  • Fix formatting of single with-item with trailing comment (#​14005)
  • [pyupgrade] Add PEP 646 Unpack conversion to * with fix (UP044) (#​13988)
Rule changes
  • Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#​13963)
  • [flake8-no-pep420] Skip namespace package enforcement for PEP 723 scripts (INP001) (#​13974)
Server
  • Fix server panic when undoing an edit (#​14010)
Bug fixes
  • Fix issues in discovering ruff in pip build environments (#​13881)
  • [flake8-type-checking] Fix false positive for singledispatchmethod (TCH003) (#​13941)
  • [flake8-type-checking] Treat return type of singledispatch as runtime-required (TCH003) (#​13957)
Documentation
  • [flake8-simplify] Include caveats of enabling if-else-block-instead-of-if-exp (SIM108) (#​14019)

v0.7.1

Compare Source

Preview features
  • Fix E221 and E222 to flag missing or extra whitespace around == operator (#​13890)
  • Formatter: Alternate quotes for strings inside f-strings in preview (#​13860)
  • Formatter: Join implicit concatenated strings when they fit on a line (#​13663)
  • [pylint] Restrict iteration-over-set to only work on sets of literals (PLC0208) (#​13731)
Rule changes
  • [flake8-type-checking] Support auto-quoting when annotations contain quotes (#​11811)
Server
  • Avoid indexing the workspace for single-file mode (#​13770)
Bug fixes
  • Make ARG002 compatible with EM101 when raising NotImplementedError (#​13714)
Other changes
  • Introduce more Docker tags for Ruff (similar to uv) (#​13274)

v0.7.0

Compare Source

Check out the blog post for a migration guide and overview of the changes!

Breaking changes
  • The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments
    (#​12838, #​13292).
    This was a change that we attempted to make in Ruff v0.6.0, but only partially made due to an error on our part.
    See the blog post for more details.
  • The useless-try-except rule (in our tryceratops category) has been recoded from TRY302 to
    TRY203 (#​13502). This ensures Ruff's code is consistent with
    the same rule in the tryceratops linter.
  • The lint.allow-unused-imports setting has been removed (#​13677). Use
    lint.pyflakes.allow-unused-imports
    instead.
Formatter preview style
  • Normalize implicit concatenated f-string quotes per part (#​13539)
Preview linter features
  • [refurb] implement hardcoded-string-charset (FURB156) (#​13530)
  • [refurb] Count codepoints not bytes for slice-to-remove-prefix-or-suffix (FURB188) (#​13631)
Rule changes
  • [pylint] Mark PLE1141 fix as unsafe (#​13629)
  • [flake8-async] Consider async generators to be "checkpoints" for cancel-scope-no-checkpoint (ASYNC100) (#​13639)
  • [flake8-bugbear] Do not suggest setting parameter strict= to False in B905 diagnostic message (#​13656)
  • [flake8-todos] Only flag the word "TODO", not words starting with "todo" (TD006) (#​13640)
  • [pycodestyle] Fix whitespace-related false positives and false negatives inside type-parameter lists (E231, E251) (#​13704)
  • [flake8-simplify] Stabilize preview behavior for SIM115 so that the rule can detect files
    being opened from a wider range of standard-library functions (#​12959).
CLI
  • Add explanation of fixable in --statistics command (#​13774)
Bug fixes
  • [pyflakes] Allow ipytest cell magic (F401) (#​13745)
  • [flake8-use-pathlib] Fix PTH123 false positive when open is passed a file descriptor (#​13616)
  • [flake8-bandit] Detect patterns from multi line SQL statements (S608) (#​13574)
  • [flake8-pyi] - Fix dropped expressions in PYI030 autofix (#​13727)

v0.6.9

Compare Source

Preview features
  • Fix codeblock dynamic line length calculation for indented docstring examples (#​13523)
  • [refurb] Mark FURB118 fix as unsafe (#​13613)
Rule changes
  • [pydocstyle] Don't raise D208 when last line is non-empty (#​13372)
  • [pylint] Preserve trivia (i.e. comments) in PLR5501 autofix (#​13573)
Configuration
  • [pyflakes] Add allow-unused-imports setting for unused-import rule (F401) (#​13601)
Bug fixes
  • Support ruff discovery in pip build environments (#​13591)
  • [flake8-bugbear] Avoid short circuiting B017 for multiple context managers (#​13609)
  • [pylint] Do not offer an invalid fix for PLR1716 when the comparisons contain parenthesis (#​13527)
  • [pyupgrade] Fix UP043 to apply to collections.abc.Generator and collections.abc.AsyncGenerator (#​13611)
  • [refurb] Fix handling of slices in tuples for FURB118, e.g., x[:, 1] (#​13518)
Documentation
  • Update GitHub Action link to astral-sh/ruff-action (#​13551)

v0.6.8

Compare Source


Configuration

📅 Schedule: Branch creation - "every 4th week on Thursday before 10am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 12, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv ampel-hu-astro-A_hoK9Q4-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.12,<3.13) is not compatible with some of the required packages Python requirement:
  - ampel-alerts requires Python >=3.10,<3.12, so it will not be satisfied for Python >=3.12,<3.13
  - ampel-alerts requires Python >=3.10,<3.12, so it will not be satisfied for Python >=3.12,<3.13

Because no versions of ampel-alerts match >0.8.5,<0.8.6a0 || >0.8.6a0,<0.9
 and ampel-alerts (0.8.6a0) requires Python >=3.10,<3.12, ampel-alerts is forbidden.
So, because ampel-alerts (0.8.5) requires Python >=3.10,<3.12
 and ampel-hu-astro depends on ampel-alerts (>=0.8.5,<0.9), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For ampel-alerts, a possible solution would be to set the `python` property to "<empty>"
    For ampel-alerts, a possible solution would be to set the `python` property to "<empty>"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from ac7a96c to 576a214 Compare November 28, 2023 11:40
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 9aed6e7 to b614007 Compare December 20, 2023 13:03
@renovate renovate bot changed the title fix(deps): update minor updates chore(deps): update minor updates Dec 20, 2023
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 9e5bbe7 to cd2f736 Compare December 22, 2023 01:09
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 29646c0 to db8bbfd Compare January 22, 2024 10:35
@renovate renovate bot changed the title chore(deps): update minor updates fix(deps): update minor updates Jan 22, 2024
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from b4b7551 to 80e6743 Compare January 24, 2024 16:09
@renovate renovate bot changed the title fix(deps): update minor updates chore(deps): update minor updates Jan 24, 2024
@renovate renovate bot force-pushed the renovate/minor-updates branch 8 times, most recently from db66a4b to 33077b3 Compare February 7, 2024 16:19
@renovate renovate bot force-pushed the renovate/minor-updates branch 6 times, most recently from dec2808 to 87b85f0 Compare June 1, 2024 18:16
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 85b591b to e480d7c Compare June 4, 2024 15:10
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 60500cd to 1c7b9bd Compare June 20, 2024 05:07
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 0263bf2 to e05f209 Compare June 27, 2024 17:12
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from b2dd516 to 87c2120 Compare July 25, 2024 14:20
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from 0fbaa81 to 8c422b5 Compare October 8, 2024 04:04
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from a12e208 to 7c0d61d Compare October 20, 2024 01:47
@renovate renovate bot force-pushed the renovate/minor-updates branch 2 times, most recently from a62632d to f31e772 Compare October 23, 2024 16:17
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.

0 participants