dependabot-python 0.95.76 → 0.95.77
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dependabot/python/file_fetcher.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 513aaf35b6baf72211687e7dd0f9b11d0cc87f4c86b93e6d6eda9fd30866ff3f
|
4
|
+
data.tar.gz: c7a9b8e64b72b96662b322bbeedff376c5e8073e581a56904d05453e63b18869
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bcbe69e16ac7df43f1877640c7c529ef45e6eea00e42aa7521bde860b0cf8b33c441b5185ecb7c689ab6a56a30f9e7a4cece1c898391fb630247b0bdb4f2a1b
|
7
|
+
data.tar.gz: 07d5e9a08747bc278cf43f9646010eefeadfb2a16476dce41570c23f92eca1c315a6c403a1b8563e7a60fb744f4539774de3649df536b1db65f0601044c96ac1
|
@@ -262,7 +262,7 @@ module Dependabot
|
|
262
262
|
def fetch_path_setup_file(path, allow_pyproject: false)
|
263
263
|
path_setup_files = []
|
264
264
|
|
265
|
-
unless path.end_with?(".tar.gz", ".zip")
|
265
|
+
unless path.end_with?(".tar.gz", ".zip", ".whl")
|
266
266
|
path = Pathname.new(File.join(path, "setup.py")).cleanpath.to_path
|
267
267
|
end
|
268
268
|
return [] if path == "setup.py" && setup_file
|
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.95.
|
4
|
+
version: 0.95.77
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.95.
|
19
|
+
version: 0.95.77
|
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.95.
|
26
|
+
version: 0.95.77
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|