File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Dependabot configuration
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : " pip"
5
+ directory : " /"
6
+ target-branch : " master"
7
+ schedule :
8
+ interval : " daily"
9
+ time : " 09:00"
10
+ timezone : " Europe/Madrid"
11
+ assignees :
12
+ - " JuanFranDevo"
13
+ reviewers :
14
+ - " angel-devo"
15
+ - " dvillacanas"
16
+ labels :
17
+ - " Dependanbot"
18
+ # Set to 0 to avoid version updates (only security updates)
19
+ open-pull-requests-limit : 5
Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased - 2023-02-20
7
+ ## [ 5.0.5 ] - 2023-02-20
8
8
### Fix
9
9
* Fix vulnerability found in dependency ` cryptography@38.0.4 ` inherited from ` pyopenssl@22.1.0 `
10
+ ### Added
11
+ * Github workflow ` Package test ` can be triggered manually now
12
+ * Dependabot configuration added for security and versions updates
10
13
11
14
## [ 5.0.4] - 2023-02-13
12
15
### Chorus
Original file line number Diff line number Diff line change 1
1
__description__ = 'Devo Python Library.'
2
2
__url__ = 'http://www.devo.com'
3
- __version__ = "5.0.4 "
3
+ __version__ = "5.0.5 "
4
4
__author__ = 'Devo'
5
5
__author_email__ = 'support@devo.com'
6
6
__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments