Skip to content

Commit 7e5f2a0

Browse files
authored
DXE-6131 Merge pull request #128 from akamai/release/v2.0.5
Release/v2.0.5
2 parents 5163c08 + da9425f commit 7e5f2a0

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
33
History
44
-------
5+
2.0.5 (2026-01-27)
6+
++++++++++++++++++
7+
8+
* Improvements
9+
- Updated dependencies to address security vulnerabilities
10+
511
2.0.4 (2025-12-10)
612
++++++++++++++++++
713

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
176176
the same "printed page" as the copyright notice for easier identification within
177177
third-party archives.
178178

179-
Copyright 2025 Akamai Technologies, Inc. All rights reserved.
179+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use these files except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install edgegrid-python
2424

2525
We provide authentication credentials through an API client. Requests to the API are signed with a timestamp and are executed immediately.
2626

27-
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/set-up-authentication-credentials).
27+
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/edgegrid).
2828

2929
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory.
3030

@@ -275,7 +275,7 @@ To report an issue or make a suggestion, create a new [GitHub issue](https://git
275275

276276
## License
277277

278-
Copyright 2025 Akamai Technologies, Inc. All rights reserved.
278+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
279279

280280
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
281281

akamai/edgegrid/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
__all__ = ['EdgeGridAuth', 'EdgeRc']
3737

3838
__title__ = 'edgegrid-python'
39-
__version__ = '2.0.4'
39+
__version__ = '2.0.5'
4040
__license__ = 'Apache 2.0'
41-
__copyright__ = 'Copyright 2025 Akamai Technologies'
41+
__copyright__ = 'Copyright 2026 Akamai Technologies'

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# pip-compile --extra=dev --output-file=dev-requirements.txt
66
#
7-
astroid==4.0.2
7+
astroid==4.0.3
88
# via pylint
9-
certifi==2025.11.12
9+
certifi==2026.1.4
1010
# via requests
1111
charset-normalizer==3.4.4
1212
# via requests
13-
coverage[toml]==7.11.3
13+
coverage[toml]==7.13.1
1414
# via pytest-cov
1515
dill==0.4.0
1616
# via pylint
@@ -48,7 +48,7 @@ requests-toolbelt==1.0.0
4848
# via edgegrid-python (setup.py)
4949
tomlkit==0.13.3
5050
# via pylint
51-
urllib3==2.6.1
51+
urllib3==2.6.3
5252
# via requests
5353

5454

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
certifi==2025.11.12
7+
certifi==2026.1.4
88
# via requests
99
charset-normalizer==3.4.4
1010
# via requests
@@ -16,5 +16,5 @@ requests==2.32.5
1616
# requests-toolbelt
1717
requests-toolbelt==1.0.0
1818
# via edgegrid-python (setup.py)
19-
urllib3==2.6.1
19+
urllib3==2.6.3
2020
# via requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='edgegrid-python',
5-
version='2.0.4',
5+
version='2.0.5',
66
description='{OPEN} client authentication protocol for python-requests',
77
url='https://github.com/akamai/AkamaiOPEN-edgegrid-python',
88
namespace_packages=['akamai'],

0 commit comments

Comments
 (0)