dependabot-python 0.369.0 → 0.371.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-python
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.369.0
4
+ version: 0.371.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 0.369.0
18
+ version: 0.371.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 0.369.0
25
+ version: 0.371.0
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: debug
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -256,6 +256,7 @@ files:
256
256
  - helpers/test/fixtures/pep621_multiple_extras.toml
257
257
  - helpers/test/fixtures/pep621_no_version.toml
258
258
  - helpers/test/fixtures/pep621_only_build_system.toml
259
+ - helpers/test/fixtures/pep621_spaced_specifiers.toml
259
260
  - helpers/test/fixtures/pep735_cycle.toml
260
261
  - helpers/test/fixtures/pep735_dependency_groups.toml
261
262
  - helpers/test/fixtures/requirements/constraints.txt
@@ -288,6 +289,7 @@ files:
288
289
  - lib/dependabot/python/file_updater/pipfile_manifest_updater.rb
289
290
  - lib/dependabot/python/file_updater/pipfile_preparer.rb
290
291
  - lib/dependabot/python/file_updater/poetry_file_updater.rb
292
+ - lib/dependabot/python/file_updater/poetry_file_updater/pep621_updater.rb
291
293
  - lib/dependabot/python/file_updater/pyproject_preparer.rb
292
294
  - lib/dependabot/python/file_updater/requirement_file_updater.rb
293
295
  - lib/dependabot/python/file_updater/requirement_replacer.rb
@@ -302,6 +304,7 @@ files:
302
304
  - lib/dependabot/python/package_manager.rb
303
305
  - lib/dependabot/python/pip_compile_file_matcher.rb
304
306
  - lib/dependabot/python/pipenv_runner.rb
307
+ - lib/dependabot/python/poetry_plugin_installer.rb
305
308
  - lib/dependabot/python/requirement.rb
306
309
  - lib/dependabot/python/requirement_parser.rb
307
310
  - lib/dependabot/python/shared_file_fetcher.rb
@@ -319,7 +322,7 @@ licenses:
319
322
  - MIT
320
323
  metadata:
321
324
  bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
322
- changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.369.0
325
+ changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.371.0
323
326
  rdoc_options: []
324
327
  require_paths:
325
328
  - lib