Skip to content

Commit e8ca558

Browse files
committed
version updates for 3.13
1 parent 3fbf9c1 commit e8ca558

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9, "3.10"]
16+
python-version: [3.7, 3.8, 3.9, "3.10","3.13"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

requirements.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
asn1==2.2.0 # asn1 2.3.0 introduces enum34 as a dependency, which causes problems on some envs
2-
cryptography==2.8.0
1+
asn1==2.2.0
2+
cryptography==3.4.7
33
cffi==1.15.0
44
future==0.18.2
5-
itsdangerous==2.0.1
5+
itsdangerous>=2.1.2 # Updated to match Flask's requirement
66
pbr==1.10.0
77
protobuf==3.19.4
8-
pyopenssl==19.1.0
9-
PyYAML==5.2 # PyYAML 5.3 does not support Python 3.4
8+
pyopenssl==21.0.0
9+
PyYAML==5.2
1010
pytz==2021.3
1111
requests>=2.20.0
1212
urllib3>=1.24.3
13-
deprecated==1.2.13
13+
deprecated==1.2.10 # Updated to match Yoti's requirement
1414
wheel==0.37.1
15-
iso8601==1.0.2
15+
iso8601==0.1.13 # Updated to match Yoti's requirement
1616
six>=1.16.0

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.10
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
@@ -14,27 +14,27 @@ cffi==1.15.0
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==2.8
17+
cryptography==3.4.7
1818
# via
1919
# -r requirements.in
2020
# pyopenssl
21-
deprecated==1.2.13
21+
deprecated==1.2.10
2222
# via -r requirements.in
2323
future==0.18.2
2424
# via -r requirements.in
2525
idna==2.7
2626
# via requests
27-
iso8601==1.0.2
27+
iso8601==0.1.13
2828
# via -r requirements.in
29-
itsdangerous==2.0.1
29+
itsdangerous==2.2.0
3030
# via -r requirements.in
3131
pbr==1.10.0
3232
# via -r requirements.in
3333
protobuf==3.19.4
3434
# via -r requirements.in
3535
pycparser==2.18
3636
# via cffi
37-
pyopenssl==19.1.0
37+
pyopenssl==21.0.0
3838
# via -r requirements.in
3939
pytz==2021.3
4040
# via -r requirements.in
@@ -45,7 +45,6 @@ requests==2.21.0
4545
six==1.16.0
4646
# via
4747
# -r requirements.in
48-
# cryptography
4948
# pyopenssl
5049
urllib3==1.24.3
5150
# via

0 commit comments

Comments
 (0)