dependabot-python 0.156.6 → 0.157.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: 955c74c941d199bc5556ee1a97076236f32c1c9fca49a26f9ac010c3b543843c
4
- data.tar.gz: 3dbba2bfab8d65d21da87fa44cfc996813040d61d76b3c460c2ac161e780997e
3
+ metadata.gz: 5ce733754724227fce73a76ec0213d6a1d0be582ab2ce253108d404776daed91
4
+ data.tar.gz: 87c9d408edb1834115be2f878cd0293a94e75a7d4c61a299b20ecee8b6ee8b9d
5
5
  SHA512:
6
- metadata.gz: '08984c00f9193b4d1b8698d300db0088e21679ee9cab876e749e00f839544a57c4f364878603e3bdcfb506063d433429e1d4775cc05dc9715f40f9e859336e5a'
7
- data.tar.gz: f31f1266b0fe88ca8e4ea14b5d1b53233082968dceb6ba3b693e13698ca3ac4e447c43c012dd24bea6b4a9bf29a87731be766a33c4c574ab5ef8c5e93603a4c7
6
+ metadata.gz: 8121148cd8c2059533f4e4bca90cf70a72fb5af3f38d7a3b62a785fe24732888be41182bf39924f7ae43f3097445fdf980af44c0d023e0378b3f73456214ab72
7
+ data.tar.gz: e51c004f97c9d0a7ace48ca98a21dc6c1f1a8dbda6913fc1745c70ccc5f9daa199cff305e01f022e45d02874b34a812f4747f18d5593731ebb0832077a44a74e
data/helpers/build CHANGED
@@ -16,9 +16,9 @@ cp -r \
16
16
  "$install_dir"
17
17
 
18
18
  cd "$install_dir"
19
- PYENV_VERSION=3.9.5 pyenv exec pip install -r "requirements.txt"
19
+ PYENV_VERSION=3.9.6 pyenv exec pip install -r "requirements.txt"
20
20
 
21
21
  # Workaround of https://github.com/python-poetry/poetry/issues/3010
22
22
  # By default poetry config file is stored under ~/.config/pypoetry
23
23
  # and is not bound to any specific Python version
24
- PYENV_VERSION=3.9.5 pyenv exec poetry config experimental.new-installer false
24
+ PYENV_VERSION=3.9.6 pyenv exec poetry config experimental.new-installer false
@@ -8,4 +8,4 @@ poetry==1.1.7
8
8
  wheel==0.36.2
9
9
 
10
10
  # Some dependencies will only install if Cython is present
11
- Cython==0.29.23
11
+ Cython==0.29.24
@@ -4,16 +4,16 @@ module Dependabot
4
4
  module Python
5
5
  module PythonVersions
6
6
  PRE_INSTALLED_PYTHON_VERSIONS = %w(
7
- 3.9.5
7
+ 3.9.6
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.5 3.9.4 3.9.3 3.9.2 3.9.1 3.9.0
14
- 3.8.10 3.8.9 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
13
+ 3.9.6 3.9.5 3.9.4 3.9.3 3.9.2 3.9.1 3.9.0
14
+ 3.8.11 3.8.10 3.8.9 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.11 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.14 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
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
  ).freeze
19
19
 
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.156.6
4
+ version: 0.157.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-07-13 00:00:00.000000000 Z
11
+ date: 2021-07-26 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.156.6
19
+ version: 0.157.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.156.6
26
+ version: 0.157.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  - !ruby/object:Gem::Version
244
244
  version: 2.5.0
245
245
  requirements: []
246
- rubygems_version: 3.2.15
246
+ rubygems_version: 3.2.22
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: Python support for dependabot