dependabot-python 0.171.0 → 0.171.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/helpers/build +7 -5
- data/helpers/requirements.txt +1 -1
- data/lib/dependabot/python/python_versions.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8354551a2c31cf4eebce5ba2f127116d64e8c07ba3299e926ff2faa714fce9aa
|
4
|
+
data.tar.gz: 2467f4defd17122d600c88dc7ecd0a4ae15b4395301fdc55ff4f07df2017e597
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a45ca070e2a858c865b4601c9bd03f6818475d44ffc5a0d0fa0b6cee392953a0865c4eb18dc851e3ad0c81eeb0d6f6b7c24ad7b8670172e60824f4160b36234
|
7
|
+
data.tar.gz: d03521330c48f311ecb5d9b0f40666ddb11ad15a0ca2b91103b974607c3565efeb076d060b403306c0b31a2963a7cec18680680d3709b0a3589c4100f8bbce08
|
data/helpers/build
CHANGED
@@ -2,12 +2,14 @@
|
|
2
2
|
|
3
3
|
set -e
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
echo "usage: $0 INSTALL_DIR"
|
5
|
+
if [ -z "$DEPENDABOT_NATIVE_HELPERS_PATH" ]; then
|
6
|
+
echo "Unable to build, DEPENDABOT_NATIVE_HELPERS_PATH is not set"
|
8
7
|
exit 1
|
9
8
|
fi
|
10
9
|
|
10
|
+
install_dir="$DEPENDABOT_NATIVE_HELPERS_PATH/python"
|
11
|
+
mkdir -p "$install_dir"
|
12
|
+
|
11
13
|
helpers_dir="$(dirname "${BASH_SOURCE[0]}")"
|
12
14
|
cp -r \
|
13
15
|
"$helpers_dir/lib" \
|
@@ -16,9 +18,9 @@ cp -r \
|
|
16
18
|
"$install_dir"
|
17
19
|
|
18
20
|
cd "$install_dir"
|
19
|
-
PYENV_VERSION=3.10.
|
21
|
+
PYENV_VERSION=3.10.2 pyenv exec pip install -r "requirements.txt"
|
20
22
|
|
21
23
|
# Workaround of https://github.com/python-poetry/poetry/issues/3010
|
22
24
|
# By default poetry config file is stored under ~/.config/pypoetry
|
23
25
|
# and is not bound to any specific Python version
|
24
|
-
PYENV_VERSION=3.10.
|
26
|
+
PYENV_VERSION=3.10.2 pyenv exec poetry config experimental.new-installer false
|
data/helpers/requirements.txt
CHANGED
@@ -4,13 +4,13 @@ module Dependabot
|
|
4
4
|
module Python
|
5
5
|
module PythonVersions
|
6
6
|
PRE_INSTALLED_PYTHON_VERSIONS = %w(
|
7
|
-
3.10.
|
7
|
+
3.10.2
|
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.10.0
|
13
|
+
3.10.2 3.10.1 3.10.0
|
14
14
|
3.9.9 3.9.8 3.9.7 3.9.6 3.9.5 3.9.4 3.9.2 3.9.1 3.9.0
|
15
15
|
3.8.12 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
|
16
16
|
3.7.12 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
|
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.171.
|
4
|
+
version: 0.171.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-27 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.171.
|
19
|
+
version: 0.171.4
|
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.171.
|
26
|
+
version: 0.171.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|