dependabot-python 0.171.2 → 0.172.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: aa3e9160fd8f7d38188987daf93b099b464218e9f59700ac23b080e90bef611e
4
- data.tar.gz: 7eed0e64003a41068f5e7a2d88d7463c09634a49e3cf13506da7de09ffd7933e
3
+ metadata.gz: 9a4d9efa5d44667317eae559b69330b48687363414e3973756195b8efe11a1be
4
+ data.tar.gz: 0b3338f3fc45c4d8ff2714bda5dfef58892a93d4b1b95bb2880373307ce2c798
5
5
  SHA512:
6
- metadata.gz: 3c8e1a29ed1dadb16763f100fa7db4eb80fd85c23b678c4ba00683d2d2f69e65106105b4b9a7206173cf4cea3d8f223ab257bf55cf79a3b9350f403303a8af68
7
- data.tar.gz: 6ab8e62ebb61e58b9e10bca4e3489958148903bcdfef1e30889dfd3e54cb1c1d8af14ad0a2dd87b3c687f1b878021f7dc5ebce84d106acde93593963f00684a8
6
+ metadata.gz: 7d65e92da5a6eb44c2388966c9e6bd0dd9bb61ca0a4a1a76e44398baf67a61d8ef55bd9462986d869d97ec8ad02d0cc79eb7cc7ccddc918862e1d9b0ddcf0fdc
7
+ data.tar.gz: 28fc2464d956af7678328f7b26aaeb4caec7724ea4b234d68021f5813f52d7786fa1141e8d9445233521ea1907d291d1a00fc17bfe4931bdbc8b9d48e0841c79
data/helpers/build CHANGED
@@ -18,9 +18,9 @@ cp -r \
18
18
  "$install_dir"
19
19
 
20
20
  cd "$install_dir"
21
- PYENV_VERSION=3.10.0 pyenv exec pip install -r "requirements.txt"
21
+ PYENV_VERSION=3.10.2 pyenv exec pip install -r "requirements.txt"
22
22
 
23
23
  # Workaround of https://github.com/python-poetry/poetry/issues/3010
24
24
  # By default poetry config file is stored under ~/.config/pypoetry
25
25
  # and is not bound to any specific Python version
26
- PYENV_VERSION=3.10.0 pyenv exec poetry config experimental.new-installer false
26
+ PYENV_VERSION=3.10.2 pyenv exec poetry config experimental.new-installer false
@@ -1,11 +1,11 @@
1
1
  pip==21.3.1
2
- pip-tools==6.4.0
2
+ pip-tools==6.5.0
3
3
  flake8==4.0.1
4
- hashin==0.15.0
4
+ hashin==0.17.0
5
5
  pipenv==2022.1.8
6
6
  pipfile==0.0.2
7
7
  poetry==1.1.12
8
8
  wheel==0.37.1
9
9
 
10
10
  # Some dependencies will only install if Cython is present
11
- Cython==0.29.26
11
+ Cython==0.29.27
@@ -4,14 +4,14 @@ module Dependabot
4
4
  module Python
5
5
  module PythonVersions
6
6
  PRE_INSTALLED_PYTHON_VERSIONS = %w(
7
- 3.10.0
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
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
13
+ 3.10.2 3.10.1 3.10.0
14
+ 3.9.10 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
17
17
  3.6.15 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
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.2
4
+ version: 0.172.0
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-14 00:00:00.000000000 Z
11
+ date: 2022-02-09 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.2
19
+ version: 0.172.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.171.2
26
+ version: 0.172.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: debug
29
29
  requirement: !ruby/object:Gem::Requirement