Skip to content

Commit fd9076e

Browse files
dependabot-preview[bot]echarrod
authored andcommitted
Bump deprecated from 1.2.6 to 1.2.10
Bumps [deprecated](https://github.com/tantale/deprecated) from 1.2.6 to 1.2.10. - [Release notes](https://github.com/tantale/deprecated/releases) - [Changelog](https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst) - [Commits](laurent-laporte-pro/deprecated@v1.2.6...v1.2.10) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e514fbc commit fd9076e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
1010
pytz==2020.1
1111
requests>=2.20.0
1212
urllib3>=1.24.3
13-
deprecated==1.2.6
13+
deprecated==1.2.10
1414
wheel==0.24.0
1515
iso8601==0.1.12

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ certifi==2018.11.29 # via requests
99
cffi==1.14.0 # via -r requirements.in, cryptography
1010
chardet==3.0.4 # via requests
1111
cryptography==2.8 # via -r requirements.in, pyopenssl
12-
deprecated==1.2.6 # via -r requirements.in
12+
deprecated==1.2.10 # via -r requirements.in
1313
future==0.18.2 # via -r requirements.in
1414
idna==2.7 # via requests
1515
iso8601==0.1.12 # via -r requirements.in

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author="Yoti",
2525
author_email="[email protected]",
2626
install_requires=[
27-
"deprecated==1.2.6",
27+
"deprecated==1.2.10",
2828
"cryptography>=2.2.1",
2929
"protobuf>=3.1.0",
3030
"requests>=2.11.1",

0 commit comments

Comments
 (0)