File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased - 2023-02-20
7+ ## [ 5.0.5 ] - 2023-02-20
88### Fix
99 * 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
1013
1114## [ 5.0.4] - 2023-02-13
1215### Chorus
Original file line number Diff line number Diff line change 11__description__ = 'Devo Python Library.'
22__url__ = 'http://www.devo.com'
3- __version__ = "5.0.4 "
3+ __version__ = "5.0.5 "
44__author__ = 'Devo'
55__author_email__ = 'support@devo.com'
66__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments