dependabot-python 0.136.0 → 0.137.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: fdfbb32586e159967cf85642196739f84ca253e6a13fd72c1d06d6536ea139d4
4
- data.tar.gz: db22c658bf244df7b48a37fb7267ffa11243674ba66148b5c01c19a194eef5d3
3
+ metadata.gz: 46c693231ad753b89e5ae9968ccaab40d54474947b9760f557cfac5038817292
4
+ data.tar.gz: 60e5e5a458717bac12d509bdd9a37cfbe0ccef55c27244433228a176a2143312
5
5
  SHA512:
6
- metadata.gz: 8711fba759122df20a3d8e168ee51e4ef5431e261cc842083cfb67d8441b45b4c2381a960abc9632b15b5b35d1eb94a7ec36686e07c8bb85da0e46fe5b7ad606
7
- data.tar.gz: 696ed86cb261e632f095c5c7d2cac9d43f3da6a27878fd3ce701c6bab23398c446cea551201366093e1c6f8c88d100da8ab306e56bbc4447d8d54ef8ce2c8c2b
6
+ metadata.gz: bdbb2aafe07b40afda5209162c0c0c1469728605e64cf6818034d146051e6518516530a24f0d03b100e61789d0447db3ed0ed30f9be7b71c462aa660241d6b4d
7
+ data.tar.gz: 0d0aa9be340c5dd26ecb763237267234ba8a07f8cac66bd744ade4dade690221e2a6d954db561a9efce009f0f1ea39a729bd8d68489225ba09bd6e0c271f1247
data/helpers/build CHANGED
@@ -17,4 +17,4 @@ cp -r \
17
17
 
18
18
  cd "$install_dir"
19
19
  PYENV_VERSION=2.7.18 pyenv exec pip install -r "requirements.txt"
20
- PYENV_VERSION=3.9.1 pyenv exec pip install -r "requirements.txt"
20
+ PYENV_VERSION=3.9.2 pyenv exec pip install -r "requirements.txt"
@@ -4,17 +4,17 @@ module Dependabot
4
4
  module Python
5
5
  module PythonVersions
6
6
  PRE_INSTALLED_PYTHON_VERSIONS = %w(
7
- 3.9.1 2.7.18
7
+ 3.9.2 2.7.18
8
8
  ).freeze
9
9
 
10
10
  # Due to an OpenSSL issue we can only install the following versions in
11
11
  # the Dependabot container.
12
12
  SUPPORTED_VERSIONS = %w(
13
- 3.9.1 3.9.0
14
- 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 3.8.2 3.8.1 3.8.0
15
- 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 3.7.4 3.7.3 3.7.2 3.7.1 3.7.0
16
- 3.6.12 3.6.11 3.6.10 3.6.9 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2
17
- 3.6.1 3.6.0 3.5.10 3.5.8 3.5.7 3.5.6 3.5.5 3.5.4 3.5.3
13
+ 3.9.2 3.9.1 3.9.0
14
+ 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 3.8.2 3.8.1 3.8.0
15
+ 3.7.10 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 3.7.4 3.7.3 3.7.2 3.7.1 3.7.0
16
+ 3.6.13 3.6.12 3.6.11 3.6.10 3.6.9 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3
17
+ 3.6.2 3.6.1 3.6.0 3.5.10 3.5.8 3.5.7 3.5.6 3.5.5 3.5.4 3.5.3
18
18
  2.7.18 2.7.17 2.7.16 2.7.15 2.7.14 2.7.13
19
19
  ).freeze
20
20
 
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.136.0
4
+ version: 0.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 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.136.0
19
+ version: 0.137.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.136.0
26
+ version: 0.137.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement