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

Upgrade deps #248

Merged
merged 9 commits into from
Jul 9, 2024
Merged

Upgrade deps #248

merged 9 commits into from
Jul 9, 2024

Commits on Jun 1, 2024

  1. Bump rubocop from 1.63.4 to 1.64.1 in the bundler-deps group

    Bumps the bundler-deps group with 1 update: [rubocop](https://github.com/rubocop/rubocop).
    
    
    Updates `rubocop` from 1.63.4 to 1.64.1
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.63.4...v1.64.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: bundler-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    713a354 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Bump the gha-deps group across 1 directory with 2 updates

    Bumps the gha-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
    
    
    Updates `actions/checkout` from 4.1.4 to 4.1.7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.4...v4.1.7)
    
    Updates `ruby/setup-ruby` from 1.175.1 to 1.183.0
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
    - [Commits](ruby/setup-ruby@1198b07...1d0e911)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: gha-deps
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: gha-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b7e58fb View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 3.2.5 to 3.3.2 in the npm-deps group

    Bumps the npm-deps group with 1 update: [prettier](https://github.com/prettier/prettier).
    
    
    Updates `prettier` from 3.2.5 to 3.3.2
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.2.5...3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bf7425b View commit details
    Browse the repository at this point in the history
  3. Bump the pip-deps group across 1 directory with 7 updates

    Bumps the pip-deps group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [validators](https://github.com/python-validators/validators) | `0.28.1` | `0.28.3` |
    | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.5.0` |
    | [tenacity](https://github.com/jd/tenacity) | `8.2.3` | `8.4.2` |
    | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` |
    | [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.1` | `4.2.2` |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.11.0` | `4.12.2` |
    
    
    
    Updates `validators` from 0.28.1 to 0.28.3
    - [Release notes](https://github.com/python-validators/validators/releases)
    - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
    - [Commits](python-validators/validators@0.28.1...0.28.3)
    
    Updates `mypy` from 1.10.0 to 1.10.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.10.1)
    
    Updates `ruff` from 0.4.2 to 0.5.0
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.4.2...0.5.0)
    
    Updates `tenacity` from 8.2.3 to 8.4.2
    - [Release notes](https://github.com/jd/tenacity/releases)
    - [Commits](jd/tenacity@8.2.3...8.4.2)
    
    Updates `packaging` from 24.0 to 24.1
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@24.0...24.1)
    
    Updates `platformdirs` from 4.2.1 to 4.2.2
    - [Release notes](https://github.com/platformdirs/platformdirs/releases)
    - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
    - [Commits](tox-dev/platformdirs@4.2.1...4.2.2)
    
    Updates `typing-extensions` from 4.11.0 to 4.12.2
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.11.0...4.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: validators
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip-deps
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-deps
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    - dependency-name: tenacity
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    - dependency-name: packaging
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    - dependency-name: platformdirs
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: pip-deps
    - dependency-name: typing-extensions
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: pip-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d32a0e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a1330b6 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dependabot/bundler/bundler-deps-…

    …3323740603' into lopopolo/deps
    lopopolo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fdc3ef1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dependabot/github_actions/gha-de…

    …ps-e8005c0e97' into lopopolo/deps
    lopopolo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    17278fa View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/npm-deps…

    …-6ed6698e63' into lopopolo/deps
    lopopolo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bbed59a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/dependabot/pip/pip-deps-45aa2f72…

    …1e' into lopopolo/deps
    lopopolo committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2595c1f View commit details
    Browse the repository at this point in the history