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

Bump pylibmc from 1.6.2 to 1.6.3 #9955

Merged
merged 2 commits into from
Sep 6, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps pylibmc from 1.6.2 to 1.6.3.

Commits

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 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 the dependencies Pull requests that update a dependency file label Sep 5, 2022
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Sep 5, 2022
@afabiani afabiani added this to the 4.0.1 milestone Sep 6, 2022
Bumps [pylibmc](https://github.com/lericson/pylibmc) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/lericson/pylibmc/releases)
- [Changelog](https://github.com/lericson/pylibmc/blob/master/docs/changelog.rst)
- [Commits](lericson/pylibmc@1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: pylibmc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pylibmc-1.6.3 branch from a606294 to ea30833 Compare September 6, 2022 08:15
@afabiani afabiani merged commit 7024d33 into master Sep 6, 2022
@afabiani afabiani deleted the dependabot/pip/pylibmc-1.6.3 branch September 6, 2022 08:15
github-actions bot pushed a commit that referenced this pull request Sep 6, 2022
Bumps [pylibmc](https://github.com/lericson/pylibmc) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/lericson/pylibmc/releases)
- [Changelog](https://github.com/lericson/pylibmc/blob/master/docs/changelog.rst)
- [Commits](lericson/pylibmc@1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: pylibmc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessio Fabiani <[email protected]>
@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2022

The backport to 4.x failed:

The process 'git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.x 4.x
# Navigate to the new working tree
cd .worktrees/backport-4.x
# Create a new branch
git switch --create backport-9955-to-4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 7024d33ad18c4f671a2e825ebbd76a0dc4a88feb
# Push it to GitHub
git push --set-upstream origin backport-9955-to-4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.x

Then, create a pull request where the base branch is 4.x and the compare/head branch is backport-9955-to-4.x.

afabiani added a commit that referenced this pull request Sep 6, 2022
Bumps [pylibmc](https://github.com/lericson/pylibmc) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/lericson/pylibmc/releases)
- [Changelog](https://github.com/lericson/pylibmc/blob/master/docs/changelog.rst)
- [Commits](lericson/pylibmc@1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: pylibmc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessio Fabiani <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alessio Fabiani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant