Skip to content

Commit 636aa1d

Browse files
authored
feat: Update dependencies (#288)
1 parent c0e1293 commit 636aa1d

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [5.4.0] - 2024-07-09
8+
9+
### Changed
10+
11+
- `responses` dependency upgraded from `responses~=0.25.0` to `responses~=0.25.3`
12+
- `certifi` dependency upgraded from `certifi~=2024.6.2` to `certifi~=2024.7.4`
13+
714
## [5.3.0] - 2024-06-18
815

916
### Added

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = "Devo Python Library."
22
__url__ = "http://www.devo.com"
3-
__version__ = "5.3.0"
3+
__version__ = "5.4.0"
44
__author__ = "Devo"
55
__author_email__ = "support@devo.com"
66
__license__ = "MIT"

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stopit==1.1.2
22
msgpack~=1.0.8
3-
responses~=0.25.0
3+
responses~=0.25.3
44
pipdeptree~=2.23.0
55
pytest~=8.2.2
66
pytest-cov~=5.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ requests~=2.32
44
pem~=21.2.0
55
pyopenssl~=24.1.0
66
pytz~=2024.1
7-
certifi~=2024.6.2
7+
certifi~=2024.7.4
88
cryptography~=42.0.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"pem~=21.2.0",
3232
"pyopenssl~=24.1.0",
3333
"pytz~=2024.1",
34-
"certifi~=2024.6.2",
34+
"certifi~=2024.7.4",
3535
"cryptography~=42.0.8",
3636
]
3737
EXTRAS_REQUIRE = {
3838
"dev": [
3939
"stopit==1.1.2",
4040
"msgpack~=1.0.8",
41-
"responses~=0.25.0",
41+
"responses~=0.25.3",
4242
"pipdeptree~=2.23.0",
4343
"pytest~=8.2.2",
4444
"pytest-cov~=5.0.0",

0 commit comments

Comments
 (0)