File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 52
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
53
# If this step fails, then you should remove it and run the build manually (see below)
54
54
- name : Autobuild
55
- uses : github/codeql-action/autobuild@v2
55
+ uses : github/codeql-action/autobuild@v3
56
56
57
57
# ℹ️ Command-line programs to run using the OS shell.
58
58
# 📚 https://git.io/JvXDl
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ notifications:
9
9
10
10
matrix :
11
11
include :
12
- - python : 3.7
12
+ - python : 3.9
13
13
before_script :
14
14
- >-
15
15
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
@@ -19,10 +19,11 @@ matrix:
19
19
&& openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true
20
20
&& openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true
21
21
- python : 3.8
22
- - python : 3.9
23
22
- python : 3.10
23
+ - python : 3.11
24
24
25
25
before_install :
26
+ - curl -fsSL https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
26
27
- sudo apt-get update
27
28
- sudo apt-get install pandoc
28
29
- pip install pypandoc
@@ -47,7 +48,7 @@ deploy:
47
48
script : npx semantic-release
48
49
skip_cleanup : true
49
50
on :
50
- python : ' 3.7 '
51
+ python : ' 3.9 '
51
52
branch : master
52
53
- provider : pypi
53
54
setuptools_version : " 60.8.2"
@@ -56,5 +57,5 @@ deploy:
56
57
repository : https://upload.pypi.org/legacy
57
58
skip_cleanup : true
58
59
on :
59
- python : ' 3.7 '
60
+ python : ' 3.9 '
60
61
tags : true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Python client library to interact with various [IBM Cloud Networking Service API
22
22
npx markdown-toc -i README.md
23
23
-->
24
24
25
- <!-- toc -->
25
+ <! -- toc -->
26
26
27
27
- [ Overview] ( #overview )
28
28
- [ Prerequisites] ( #prerequisites )
Original file line number Diff line number Diff line change 1
- requests >= 2.24 .0 ,< 3.0
1
+ requests >= 2.30 .0 ,< 3.0
2
2
python_dateutil >= 2.5.3 ,< 3.0.0
3
- ibm_cloud_sdk_core >= 3.14.0 ,< 4.0.0
3
+ ibm_cloud_sdk_core >= 3.20.1 ,< 4.0.0
You can’t perform that action at this time.
0 commit comments