dependabot-python 0.289.0 → 0.291.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53fcf514cdb25a0a0ce7ee91ee7c7a709bed7a0b0b12e96c1b75ee0670c9a776
4
- data.tar.gz: ad1d6c5111311f7c22da1b9632747a03a419d329a2047f147fc93aba580aedd1
3
+ metadata.gz: d57699e8c42eda7ada8f63802fbe0c3166d8a355df41ce374098686be3ae0f95
4
+ data.tar.gz: 8f1c09c2d0a06a96fe8ce50d9f5783b1d48e64162f1b5ffce5e788d0fb4fbe70
5
5
  SHA512:
6
- metadata.gz: ada2669aa9b1e58cc9ed8e8f3001d7d47b9ecaf496666753247a8e4b9e00db288aecae9a30061dfe4880bfe5569eeab7faf873187d93d132330097104fd1b5a3
7
- data.tar.gz: 04c164ca91f954361f394fba2a2f4fe3ee4685b392526d6e8ad8d14148da95ea9f1ca4d104c84d8af626d6462cb545b73d7e60f52ead0f8fe228596a82322093
6
+ metadata.gz: 7e8530e6cd29ad3c3c9d5626e4d6da634057974ffe3ea0b431e7930129f7096377021d3891046d88c0b87e6245b2eedd91ebc3b3da752da40ffd00350fb7eac7
7
+ data.tar.gz: 67d187f890dd253e56567fe51f5d0124a466e11b046caf8d0843364c901d8baad4164b617589402b7d6d8b4fd075554bcd50cbfc46f2047538dda09383f70373
@@ -1,10 +1,12 @@
1
1
  pip==24.0
2
2
  pip-tools==7.4.1
3
3
  flake8==7.1.0
4
- hashin==1.0.1
4
+ # TODO: Drop the conditions and use the latest version once we drop support for Python 3.8.
5
+ hashin==1.0.2; python_version < '3.9'
6
+ hashin==1.0.3; python_version >= '3.9'
5
7
  pipenv==2024.0.2
6
8
  plette==2.1.0
7
- poetry==1.8.3
9
+ poetry==1.8.5
8
10
  # TODO: Replace 3p package `toml` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.
9
11
  toml==0.10.2
10
12
 
@@ -9,7 +9,7 @@ module Dependabot
9
9
  class LanguageVersionManager
10
10
  # This list must match the versions specified at the top of `python/Dockerfile`
11
11
  PRE_INSTALLED_PYTHON_VERSIONS = %w(
12
- 3.12.5
12
+ 3.12.7
13
13
  3.11.9
14
14
  3.10.15
15
15
  3.9.18
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-python
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.289.0
4
+ version: 0.291.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-05 00:00:00.000000000 Z
11
+ date: 2024-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.289.0
19
+ version: 0.291.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.289.0
26
+ version: 0.291.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -290,8 +290,8 @@ licenses:
290
290
  - MIT
291
291
  metadata:
292
292
  bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
293
- changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.289.0
294
- post_install_message:
293
+ changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.291.0
294
+ post_install_message:
295
295
  rdoc_options: []
296
296
  require_paths:
297
297
  - lib
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  version: 3.1.0
308
308
  requirements: []
309
309
  rubygems_version: 3.5.9
310
- signing_key:
310
+ signing_key:
311
311
  specification_version: 4
312
312
  summary: Provides Dependabot support for Python
313
313
  test_files: []