Skip to content

Commit 5a98b24

Browse files
authored
Merge pull request #17 from CroudTech/chore/CP-6367-update-requirements-files
chore(deps): CP-6366 update the requirements files
2 parents 623d9fc + 9575caa commit 5a98b24

File tree

2 files changed

+82
-85
lines changed

2 files changed

+82
-85
lines changed

requirements.dev.txt

Lines changed: 70 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,80 @@
1-
async-timeout==4.0.2; python_version >= '3.6'
2-
attrs==22.2.0; python_version >= '3.6'
3-
autopep8==2.0.1
4-
black==22.12.0
5-
bleach==6.0.0; python_version >= '3.7'
6-
boto3==1.26.56
7-
boto3-stubs[s3,secretsmanager]==1.26.56
8-
botocore==1.29.56; python_version >= '3.7'
9-
botocore-stubs==1.29.56; python_version >= '3.7' and python_version < '4.0'
10-
build==0.10.0
11-
certifi==2022.12.7; python_version >= '3.6'
12-
cffi==1.15.1
13-
cfgv==3.3.1; python_full_version >= '3.6.1'
14-
charset-normalizer==3.0.1; python_version >= '3'
15-
click==8.1.3
16-
coverage[toml]==7.1.0; python_version >= '3.7'
17-
cryptography==39.0.0; python_version >= '3.6'
18-
deepdiff==6.2.3
19-
distlib==0.3.6
20-
docutils==0.19; python_version >= '3.7'
21-
exceptiongroup==1.1.0; python_version < '3.11'
22-
execnet==1.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
23-
filelock==3.9.0; python_version >= '3.7'
24-
flake8==6.0.0
25-
flake8-bugbear==23.1.20
26-
identify==2.5.15; python_version >= '3.7'
27-
idna==3.4; python_version >= '3.5'
28-
importlib-metadata==6.0.0; python_version < '3.12'
29-
importlib-resources==5.10.2; python_version < '3.9'
1+
-i https://pypi.org/simple
2+
attrs==23.2.0; python_version >= '3.7'
3+
autopep8==2.1.0; python_version >= '3.8'
4+
black==24.4.0; python_version >= '3.8'
5+
boto3-stubs[s3,secretsmanager]==1.34.90; python_version >= '3.8'
6+
boto3==1.34.90; python_version >= '3.8'
7+
botocore-stubs==1.34.90; python_version >= '3.8' and python_version < '4.0'
8+
botocore==1.34.90; python_version >= '3.8'
9+
build==1.2.1; python_version >= '3.8'
10+
certifi==2024.2.2; python_version >= '3.6'
11+
cffi==1.16.0; platform_python_implementation != 'PyPy'
12+
cfgv==3.4.0; python_version >= '3.8'
13+
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
14+
click==8.1.7; python_version >= '3.7'
15+
coverage[toml]==7.5.0; python_version >= '3.8'
16+
cryptography==42.0.5; python_version >= '3.7'
17+
deepdiff==7.0.1; python_version >= '3.8'
18+
distlib==0.3.8
19+
docutils==0.21.2; python_version >= '3.9'
20+
execnet==2.1.1; python_version >= '3.8'
21+
filelock==3.13.4; python_version >= '3.8'
22+
flake8-bugbear==24.4.21; python_full_version >= '3.8.1'
23+
flake8==7.0.0; python_full_version >= '3.8.1'
24+
identify==2.5.36; python_version >= '3.8'
25+
idna==3.7; python_version >= '3.5'
26+
importlib-metadata==7.1.0; python_version >= '3.8'
3027
iniconfig==2.0.0; python_version >= '3.7'
31-
isort==5.11.4
32-
jaraco.classes==3.2.3; python_version >= '3.7'
28+
isort==5.13.2; python_full_version >= '3.8.0'
29+
jaraco.classes==3.4.0; python_version >= '3.8'
30+
jaraco.context==5.3.0; python_version >= '3.8'
31+
jaraco.functools==4.0.1; python_version >= '3.8'
3332
jeepney==0.8.0; sys_platform == 'linux'
3433
jmespath==1.0.1; python_version >= '3.7'
35-
keyring==23.13.1; python_version >= '3.7'
36-
markdown-it-py==2.1.0; python_version >= '3.7'
34+
keyring==25.1.0; python_version >= '3.8'
35+
markdown-it-py==3.0.0; python_version >= '3.8'
3736
mccabe==0.7.0; python_version >= '3.6'
3837
mdurl==0.1.2; python_version >= '3.7'
39-
more-itertools==9.0.0; python_version >= '3.7'
40-
mypy-boto3-s3==1.26.0.post1
41-
mypy-boto3-secretsmanager==1.26.49
42-
mypy-extensions==0.4.3
43-
nodeenv==1.7.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
38+
more-itertools==10.2.0; python_version >= '3.8'
39+
mypy-boto3-s3==1.34.65
40+
mypy-boto3-secretsmanager==1.34.72
41+
mypy-extensions==1.0.0; python_version >= '3.5'
42+
nh3==0.2.17
43+
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
4444
ordered-set==4.1.0; python_version >= '3.7'
45-
orjson==3.8.5; python_version >= '3.7'
46-
packaging==23.0; python_version >= '3.7'
47-
pathspec==0.11.0; python_version >= '3.7'
48-
pkginfo==1.9.6; python_version >= '3.6'
49-
platformdirs==2.6.2; python_version >= '3.7'
50-
pluggy==1.0.0; python_version >= '3.6'
51-
pre-commit==3.0.0
52-
pycodestyle==2.10.0; python_version >= '3.6'
53-
pycparser==2.21
54-
pyflakes==3.0.1; python_version >= '3.6'
55-
pygments==2.14.0; python_version >= '3.6'
45+
packaging==24.0; python_version >= '3.7'
46+
pathspec==0.12.1; python_version >= '3.8'
47+
pkginfo==1.10.0; python_version >= '3.6'
48+
platformdirs==4.2.1; python_version >= '3.8'
49+
pluggy==1.5.0; python_version >= '3.8'
50+
pre-commit==3.7.0; python_version >= '3.9'
51+
pycodestyle==2.11.1; python_version >= '3.8'
52+
pycparser==2.22; python_version >= '3.8'
53+
pyflakes==3.2.0; python_version >= '3.8'
54+
pygments==2.17.2; python_version >= '3.7'
5655
pyproject-hooks==1.0.0; python_version >= '3.7'
57-
pytest==7.2.1
58-
pytest-cov==4.0.0
59-
pytest-mock==3.10.0
60-
pytest-xdist==3.1.0
61-
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
62-
pyyaml==6.0
63-
readme-renderer==37.3; python_version >= '3.7'
64-
redis==4.4.2
65-
requests==2.28.2; python_version >= '3.7' and python_version < '4.0'
66-
requests-toolbelt==0.10.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
56+
pytest-cov==5.0.0; python_version >= '3.8'
57+
pytest-mock==3.14.0; python_version >= '3.8'
58+
pytest-xdist==3.5.0; python_version >= '3.7'
59+
pytest==8.1.1; python_version >= '3.8'
60+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
61+
pyyaml==6.0.1; python_version >= '3.6'
62+
readme-renderer==43.0; python_version >= '3.8'
63+
redis==5.0.4; python_version >= '3.7'
64+
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
65+
requests==2.31.0; python_version >= '3.7'
6766
rfc3986==2.0.0; python_version >= '3.7'
68-
rich==13.2.0; python_version >= '3.7'
69-
s3transfer==0.6.0; python_version >= '3.7'
67+
rich==13.7.1; python_full_version >= '3.7.0'
68+
s3transfer==0.10.1; python_version >= '3.8'
7069
secretstorage==3.3.3; sys_platform == 'linux'
70+
setuptools==69.5.1; python_version >= '3.8'
7171
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
72-
table2ascii==1.1.0
73-
tomli==2.0.1; python_version < '3.11'
74-
twine==4.0.2
75-
types-awscrt==0.16.4; python_version >= '3.7' and python_version < '4.0'
76-
types-pyyaml==6.0.12.3
77-
types-s3transfer==0.6.0.post5; python_version >= '3.7' and python_version < '4.0'
78-
typing-extensions==4.4.0; python_version < '3.10'
79-
urllib3==1.26.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
80-
virtualenv==20.17.1; python_version >= '3.6'
81-
wcwidth==0.2.6
82-
webencodings==0.5.1
83-
zipp==3.11.0; python_version < '3.10'
72+
table2ascii==1.1.3; python_version >= '3.7'
73+
twine==5.0.0; python_version >= '3.8'
74+
types-awscrt==0.20.9; python_version >= '3.7' and python_version < '4.0'
75+
types-pyyaml==6.0.12.20240311; python_version >= '3.8'
76+
types-s3transfer==0.10.1; python_version >= '3.8' and python_version < '4.0'
77+
urllib3==2.2.1; python_version >= '3.10'
78+
virtualenv==20.26.0; python_version >= '3.7'
79+
wcwidth==0.2.13
80+
zipp==3.18.1; python_version >= '3.8'

requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
async-timeout==4.0.2; python_version >= '3.6'
2-
boto3==1.26.56
3-
botocore==1.29.56; python_version >= '3.7'
4-
click==8.1.3
1+
-i https://pypi.org/simple
2+
boto3==1.34.90; python_version >= '3.8'
3+
botocore==1.34.90; python_version >= '3.8'
4+
click==8.1.7; python_version >= '3.7'
55
jmespath==1.0.1; python_version >= '3.7'
6-
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
7-
pyyaml==6.0
8-
redis==4.4.2
9-
s3transfer==0.6.0; python_version >= '3.7'
6+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
7+
pyyaml==6.0.1; python_version >= '3.6'
8+
redis==5.0.4; python_version >= '3.7'
9+
s3transfer==0.10.1; python_version >= '3.8'
1010
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
11-
table2ascii==1.1.0
12-
types-pyyaml==6.0.12.3
13-
urllib3==1.26.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
14-
wcwidth==0.2.6
11+
table2ascii==1.1.3; python_version >= '3.7'
12+
types-pyyaml==6.0.12.20240311; python_version >= '3.8'
13+
urllib3==2.2.1; python_version >= '3.10'
14+
wcwidth==0.2.13

0 commit comments

Comments
 (0)