Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angel-devo committed Jul 9, 2024
1 parent c0e1293 commit 94abde2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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).

## [5.4.0] - 2024-07-09

### Changed

- `responses` dependency upgraded from `responses~=0.25.0` to `responses~=0.25.3`
- `certifi` dependency upgraded from `certifi~=2024.6.2` to `certifi~=2024.7.4`

## [5.3.0] - 2024-06-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion devo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__description__ = "Devo Python Library."
__url__ = "http://www.devo.com"
__version__ = "5.3.0"
__version__ = "5.4.0"
__author__ = "Devo"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stopit==1.1.2
msgpack~=1.0.8
responses~=0.25.0
responses~=0.25.3
pipdeptree~=2.23.0
pytest~=8.2.2
pytest-cov~=5.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ requests~=2.32
pem~=21.2.0
pyopenssl~=24.1.0
pytz~=2024.1
certifi~=2024.6.2
certifi~=2024.7.4
cryptography~=42.0.8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"pem~=21.2.0",
"pyopenssl~=24.1.0",
"pytz~=2024.1",
"certifi~=2024.6.2",
"certifi~=2024.7.4",
"cryptography~=42.0.8",
]
EXTRAS_REQUIRE = {
"dev": [
"stopit==1.1.2",
"msgpack~=1.0.8",
"responses~=0.25.0",
"responses~=0.25.3",
"pipdeptree~=2.23.0",
"pytest~=8.2.2",
"pytest-cov~=5.0.0",
Expand Down

0 comments on commit 94abde2

Please sign in to comment.