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 compare-locales from 9.0.2 to 9.0.3 in /requirements #14525

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps compare-locales from 9.0.2 to 9.0.3.

Release notes

Sourced from compare-locales's releases.

9.0.3

  • Android: Include float formatting for printf with optional decimal precision in checks (#23)
  • Update actions and Python versions in test workflow (#24)
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 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 Backend Server stuff yo dependencies Pull requests that update a dependency file labels May 1, 2024
stevejalim added a commit that referenced this pull request May 9, 2024
Prod:
Resolves #14553 Bump jinja2 from 3.1.3 to 3.1.4
Resolves #14532 Bump newrelic from 9.8.0 to 9.9.0
Resolves #14516 Bump boto3 from 1.34.79 to 1.34.101
Resolves #14526 Bump lxml from 5.2.0 to 5.2.1
Resolves #14528 Bump docutils from 0.20.1 to 0.21.2

Dev:
Resolves #14529 Bump pipdeptree from 2.17.0 to 2.19.1
Resolves #14524 Bump ruff from 0.3.5 to 0.4.2
Resolves #14514 Bump freezegun from 1.4.0 to 1.5.0

Docs:
Resolves #14520 Bump sphinx from 6.2.1 to 7.3.7
Resolves #14527 Bump sphinx-autobuild from 2021.3.14 to 2024.4.16
Resolves #14531 Bump myst-parser from 2.0.0 to 3.0.1

Subdeps, auto upgraded:
Resolves #14533 Bump referencing from 0.34.0 to 0.35.0
Resolves #14530 Bump botocore from 1.34.85 to 1.34.95
Resolves #14517 Bump jsonschema from 4.21.1 to 4.22.0

Closed - not doing these right now:
Resolves #14522 Bump django from 4.2.11 to 5.0.4
Resolves #14515 Bump tinycss2 from 1.2.1 to 1.3.0

Left open:
* #14521 Bump sentry-sdk from 1.44.0 to 2.0.1 - major release, see PR for link to steps

* #14519 Bump translate-toolkit from 3.12.2 to 3.13.0 - needs care/isolation/checking, due to dropped mozilla-related code
* #14525 Bump compare-locales from 9.0.2 to 9.0.3 - as above

* #14523 Bump pytest from 7.4.4 to 8.2.0 - needs upgrading in isolation with selenium in case requires rollback
* #14518 Bump selenium from 4.9.1 to 4.20.0 - see above
@stevejalim stevejalim mentioned this pull request May 9, 2024
stevejalim added a commit that referenced this pull request May 9, 2024
Prod:
Resolves #14553 Bump jinja2 from 3.1.3 to 3.1.4
Resolves #14532 Bump newrelic from 9.8.0 to 9.9.0
Resolves #14516 Bump boto3 from 1.34.79 to 1.34.101
Resolves #14526 Bump lxml from 5.2.0 to 5.2.1
Resolves #14528 Bump docutils from 0.20.1 to 0.21.2

Dev:
Resolves #14529 Bump pipdeptree from 2.17.0 to 2.19.1
Resolves #14524 Bump ruff from 0.3.5 to 0.4.2
Resolves #14514 Bump freezegun from 1.4.0 to 1.5.0

Docs:
Resolves #14520 Bump sphinx from 6.2.1 to 7.3.7
Resolves #14527 Bump sphinx-autobuild from 2021.3.14 to 2024.4.16
Resolves #14531 Bump myst-parser from 2.0.0 to 3.0.1

Subdeps, auto upgraded:
Resolves #14533 Bump referencing from 0.34.0 to 0.35.0
Resolves #14530 Bump botocore from 1.34.85 to 1.34.95
Resolves #14517 Bump jsonschema from 4.21.1 to 4.22.0

Closed - not doing these right now:
Resolves #14522 Bump django from 4.2.11 to 5.0.4
Resolves #14515 Bump tinycss2 from 1.2.1 to 1.3.0

Left open:
* #14521 Bump sentry-sdk from 1.44.0 to 2.0.1 - major release, see PR for link to steps

* #14519 Bump translate-toolkit from 3.12.2 to 3.13.0 - needs care/isolation/checking, due to dropped mozilla-related code
* #14525 Bump compare-locales from 9.0.2 to 9.0.3 - as above

* #14523 Bump pytest from 7.4.4 to 8.2.0 - needs upgrading in isolation with selenium in case requires rollback
* #14518 Bump selenium from 4.9.1 to 4.20.0 - see above
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/compare-locales-9.0.3 branch from c5d76c6 to 52b6f72 Compare May 9, 2024 17:39
Bumps [compare-locales](https://github.com/mozilla/compare-locales) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/mozilla/compare-locales/releases)
- [Commits](https://github.com/mozilla/compare-locales/commits)

---
updated-dependencies:
- dependency-name: compare-locales
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/compare-locales-9.0.3 branch from 52b6f72 to 8a57e3f Compare May 20, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Server stuff yo dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants