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

build(deps): bump rpds-py from 0.8.8 to 0.17.1 in /nix #293

Merged
merged 4 commits into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps rpds-py from 0.8.8 to 0.17.1.

Release notes

Sourced from rpds-py's releases.

v0.17.1

Full Changelog: crate-py/rpds@v0.16.2...v0.17.1

v0.16.2

Full Changelog: crate-py/rpds@v0.16.1...v0.16.2

v0.16.1

Full Changelog: crate-py/rpds@v0.16.0...v0.16.1

v0.15.2

Full Changelog: crate-py/rpds@v0.15.1...v0.15.2

v0.15.1

Full Changelog: crate-py/rpds@v0.15.0...v0.15.1

v0.14.2

Full Changelog: crate-py/rpds@v0.14.1...v0.14.2

v0.14.1

Full Changelog: crate-py/rpds@v0.14.0...v0.14.1

v0.13.2

... (truncated)

Commits
  • 9c07d53 Yet again, same mistake.
  • 74a85ed Remove a non-doc dependency.
  • fb02a65 Reimplement view types for maps.
  • eacc5f1 Start reworking the HashTrieMap methods that should return views.
  • f3d713c And same for HashTrieMap.
  • 579e1ca And now an iterator for HashTrieSet.
  • e2f2842 Trim down the manual Py wrapping too.
  • d808005 Proper List + Queue iterators.
  • 182dfd9 Merge pull request #48 from crate-py/dependabot/cargo/pyo3-0.20.2
  • 4eea436 Bump pyo3 from 0.20.1 to 0.20.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 15, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/nix/rpds-py-0.17.1 branch 9 times, most recently from 6ce7530 to fa4f77b Compare February 1, 2024 10:51
Bumps [rpds-py](https://github.com/crate-py/rpds) from 0.8.8 to 0.17.1.
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.8.8...v0.17.1)

---
updated-dependencies:
- dependency-name: rpds-py
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/nix/rpds-py-0.17.1 branch from fa4f77b to 1394050 Compare February 1, 2024 11:06
In nix-community/poetry2nix#899 the order of applying user and default
overrides had been changed to apply user overrides first; this breaks
overriding packages which already have entries in the default overrides.
As a workaround, build the list of override overlays manually instead of
using `poetry2nix.overrides.withDefaults`.
Apparently the override is really unneeded, and the included copy broke
after changing the relative order of user and default overrides (because
the default override makes `preConfigure` a list instead of a string).
So let's drop the override and hope for the best.
@sigprof sigprof merged commit 56b3ea6 into main Feb 1, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/nix/rpds-py-0.17.1 branch February 1, 2024 12:21
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant