Bump dependabot-omnibus and faraday-retry
Bumps dependabot-omnibus and faraday-retry. These dependencies needed to be updated together.
Updates dependabot-omnibus
from 0.225.0 to 0.228.0
Release notes
Sourced from dependabot-omnibus's releases.
v0.228.0
What's Changed
- Bump rubocop from 1.50.2 to 1.56.0 in /updater by
@dependabot
in dependabot/dependabot-core#7788- Revert "Don't depend on flake8 at runtime (#6830)" by
@jeffwidman
in dependabot/dependabot-core#7836- When trying to parse exact package.json versions, ignore parse errors by
@deivid-rodriguez
in dependabot/dependabot-core#7844- Bump pip from 23.2.0 to 23.2.1 in /python/helpers by
@dependabot
in dependabot/dependabot-core#7847- Bump pip-tools from 7.2.0 to 7.3.0 in /python/helpers by
@dependabot
in dependabot/dependabot-core#7845- Bump flake8 from 5.0.4 to 6.1.0 in /python/helpers by
@dependabot
in dependabot/dependabot-core#7846- Add support for Poetry 1.5 lockfiles by
@deivid-rodriguez
in dependabot/dependabot-core#7834- Simplify development images by
@deivid-rodriguez
in dependabot/dependabot-core#7843- Fix Python runtime errors when instrumenting versions by
@deivid-rodriguez
in dependabot/dependabot-core#7858- fix ungrouped PRs being created due to errors during grouped update by
@jakecoffman
in dependabot/dependabot-core#7829- Regenerate some lockfiles with Poetry 1.5 by
@deivid-rodriguez
in dependabot/dependabot-core#7862- Fix encoding option value for gitlab commit creation by
@andrcuns
in dependabot/dependabot-core#7850- Fix Python version switched from exact to tilde version by
@deivid-rodriguez
in dependabot/dependabot-core#6702- Pub smallest update by
@sigurdm
in dependabot/dependabot-core#7446- Bump underlying
ubuntu
to22.04
LTS by@jeffwidman
in dependabot/dependabot-core#5030- Update poetry version to 1.6.1 by
@noorul
in dependabot/dependabot-core#7866- Add
yamllint
to linters by@jeffwidman
in dependabot/dependabot-core#7818- Bump the dev-dependencies group in /composer/helpers/v2 with 1 update by
@dependabot
in dependabot/dependabot-core#7870- python: Handle explicit PyPI source in pyproject.toml by
@torarvid
in dependabot/dependabot-core#7499- Pass exact version being run when replacing python requirement in pyproject.toml by
@deivid-rodriguez
in dependabot/dependabot-core#7857- Bump the dev-dependencies group in /composer/helpers/v1 with 1 update by
@dependabot
in dependabot/dependabot-core#7873- Bump the dev-dependencies group in /npm_and_yarn/helpers with 2 updates by
@dependabot
in dependabot/dependabot-core#7871- Bump rubocop from 1.56.0 to 1.56.1 in /updater by
@dependabot
in dependabot/dependabot-core#7872- Don't double-install packages required for building Python. by
@jeffwidman
in dependabot/dependabot-core#7876- Use dependency-type and semver grouping for dev dependencies by
@jurre
in dependabot/dependabot-core#7881- Bubble up expected pub security update errors to the user by
@deivid-rodriguez
in dependabot/dependabot-core#7880- Fix missed error matching on composer by
@deivid-rodriguez
in dependabot/dependabot-core#7879- Report gradle security update errors when dependency not found in repository by
@deivid-rodriguez
in dependabot/dependabot-core#7878- Fix typo by
@deivid-rodriguez
in dependabot/dependabot-core#7883- fix edge cases during semver grouping creating single PRs erroneously by
@jakecoffman
in dependabot/dependabot-core#7867- Split system packages into two sections: required to build python vs required to build users' python packages by
@jeffwidman
in dependabot/dependabot-core#7877- Parallelize tests by
@deivid-rodriguez
in dependabot/dependabot-core#6590- fixes toolchain directive getting into go.mod by
@jakecoffman
in dependabot/dependabot-core#7884- Install libkrb5-dev package in python Dockerfile by
@yashvardhannanavati
in dependabot/dependabot-core#7604- v0.228.0 by
@dependabot-core-action-automation
in dependabot/dependabot-core#7893New Contributors
@torarvid
made their first contribution in dependabot/dependabot-core#7499@yashvardhannanavati
made their first contribution in dependabot/dependabot-core#7604Full Changelog: https://github.com/dependabot/dependabot-core/compare/v0.227.0...v0.228.0
v0.227.0
What's Changed
- Don't copy .rubocop.yml file to updater's home folder by
@deivid-rodriguez
in dependabot/dependabot-core#7797- Remove mount of folder that does not exist by
@deivid-rodriguez
in dependabot/dependabot-core#7799- Let RuboCop inspect files in ecosystem bin folders by
@deivid-rodriguez
in dependabot/dependabot-core#7798- Explicitly require
dependabot/utils
before usage by@deivid-rodriguez
in dependabot/dependabot-core#7800
... (truncated)
Commits
-
08ac25e
v0.228.0 (#7893) -
edbe325
Add C-dep libkrb5-devel in python Dockerfile required for krb5/gssapi (#7604) -
a9f6ee9
fixes toolchain directive getting into go.mod (#7884) -
cd3343d
Merge pull request #6590 from dependabot/deivid-rodriguez/change-git-config-o... -
242e468
Run tests truly in parallel -
2fe60da
Make git configuration thread safe -
bc279fa
RemoveDir.chdir
from pub helpers -
9703c0c
Refresh the comment on why we setGEM_HOME
-
4ee056a
Patch JS helpers so that pacote passes onGIT_CONFIG_GLOBAL
-
cbd96df
Properly test "no git configuration" in gomod - Additional commits viewable in compare view
Updates faraday-retry
from 2.1.0 to 2.2.0
Release notes
Sourced from faraday-retry's releases.
v2.2.0
What's Changed
- Implement header_parser_block option by
@zavan
in lostisland/faraday-retry#28New Contributors
@zavan
made their first contribution in lostisland/faraday-retry#28Full Changelog: https://github.com/lostisland/faraday-retry/compare/v2.1.0...v2.2.0
Changelog
Sourced from faraday-retry's changelog.
v2.2.0 (2023-06-01)
- Support new
header_parser_block
option. [PR #28](lostisland/faraday-retry#28). Thanks, [@zavan
]!
Commits
-
e9d0df2
v2.2.0 -
5905eb1
Implement header_parser_block option -
3b0c052
CHANGELOG: Explain v2.1.1 - See full diff in compare view
Closes https://gitlab.com/dependabot-gitlab/dependabot/-/issues/326
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Edited by George Koltsov