ministryofjustice / staff-device-dhcp-server

The ISC KEA server for serving DHCP requests (via a Docker image)
https://github.com/ministryofjustice/cloud-operations#dhcp--dns
MIT License
2 stars 3 forks source link

⬆️ Bump sequel from 5.60.1 to 5.61.0 in /dhcp-service/metrics #220

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sequel from 5.60.1 to 5.61.0.

Changelog

Sourced from sequel's changelog.

=== 5.61.0 (2022-10-01)

  • Make Database#foreign_key_list on PostgreSQL return results for partitioned tables (jeremyevans)

  • Add Database#check_string_typecast_bytesize for checking bytesize of strings before typecasting (jeremyevans)

  • Treat negative hexidecimal strings similar to positive hexidecimal strings when typecasting to integer (jeremyevans)

  • Remove is_json and is_not_json methods from the pg_json_ops extension, as the support was removed in PostgreSQL 15 beta 4 (jeremyevans)

  • Fix handling of timestamps before the date of calendar reform when using pg_extended_date_support extension on Ruby 3.2 (jeremyevans)

Commits
  • e1e9154 Bump version to 5.61.0
  • 30dcd9e Adjust PostgreSQL version guard for partitioned table foreign key list spec
  • bf94ee8 Add nocov marker around Ruby < 2.5 branch in pg_extended_date_support
  • 5f10661 Avoid verbose mode warnings in database_spec
  • 39fa06b Use less brittle code in the bin spec schema cache dump spec
  • 92fedbd Make Database#foreign_key_list on PostgreSQL return results for partitioned t...
  • fbd0c23 Reduce i18n version on Ruby <2.3 in CI
  • e1f4ebb Add Database#check_string_typecast_bytesize for checking bytesize of strings ...
  • 98f8c9b Remove is_json and is_not_json methods from the pg_json_ops extension, as the...
  • 93646b1 Refactor adapter specs for PostgreSQL json support
  • 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 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)