Skip to content

Commit d244ce5

Browse files
IBMalokGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.14.1
1 parent 45778d8 commit d244ce5

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 2.14.1
4+
5+
### Content
6+
7+
### Defect Fixes
8+
9+
* Internal fixes and improvements
10+
311
## 2.14.0
412

513
### Content

ibm_boto3/__init__.py

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

2020

2121
__author__ = 'IBM'
22-
__version__ = '2.14.0'
22+
__version__ = '2.14.1'
2323

2424

2525
# The default Boto3 session; autoloaded when needed.

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
wheel==0.45.1
2-
coverage==7.6.7
2+
coverage==7.8.0
33
setuptools==75.6.0;python_version>="3.12"
44

55
# Pytest specific deps
6-
pytest==8.3.3
7-
pytest-cov==6.0.0
6+
pytest==8.3.5
7+
pytest-cov==6.1.1
88
atomicwrites>=1.0 # Windows requirement
99
colorama>0.3.0 # Windows requirement

requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# not have an upper bound pin on markupsafe. Since jinja2 and markupsafe
33
# removed python 3.5 support we need to add our own pins.
44
markupsafe>=2.1.5,<3
5-
jinja2>=3.1.4,<4
6-
docutils>=0.19<1
5+
jinja2>=3.1.6,<4
6+
docutils>=0.19,<1 # sphinx 5.3.0 depends on docutils <0.20 and >=0.14
77
sphinx==5.3.0
88
guzzle_sphinx_theme>=0.7.11,<1
99
furo==2022.12.7

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
ibm-cos-sdk-core==2.14.0
7-
ibm-cos-sdk-s3transfer==2.14.0
6+
ibm-cos-sdk-core==2.14.1
7+
ibm-cos-sdk-s3transfer==2.14.1
88
jmespath>=0.10.0,<=1.0.1
99

1010
[flake8]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010

1111
requires = [
12-
'ibm-cos-sdk-core==2.14.0',
13-
'ibm-cos-sdk-s3transfer==2.14.0',
12+
'ibm-cos-sdk-core==2.14.1',
13+
'ibm-cos-sdk-s3transfer==2.14.1',
1414
'jmespath>=0.10.0,<=1.0.1'
1515
]
1616

0 commit comments

Comments
 (0)