From 720a6055315b0029d83a75f7e4b815268589b544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 11:13:35 +0000 Subject: [PATCH] chore(deps): update steep requirement from ~> 1.9.3 to ~> 1.10.0 Updates the requirements on [steep](https://github.com/soutaro/steep) to permit the latest version. - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](https://github.com/soutaro/steep/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: steep dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6082653e..23eeda50 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,6 @@ gem 'parallel_tests' gem 'rake', '~> 13.0' gem 'rubocop', '1.75.2' gem 'simplecov' -gem 'steep', '~> 1.9.3' +gem 'steep', '~> 1.10.0' gem 'webmock', '~> 3.25.0' gem 'yard', '~> 0.9.11'