File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
setuptools==43.0.0;python_version<="2.7"
2
2
setuptools==59.6.0;python_version<="3.6" and python_version>"2.7"
3
3
setuptools==68.0.0;python_version<="3.7" and python_version>"3.6"
4
- setuptools==69.5.1 ;python_version>="3.8"
4
+ setuptools==70.0.0 ;python_version>="3.8"
5
5
virtualenv==20.15.1;python_version<="2.7"
6
6
virtualenv==20.17.1;python_version<="3.6" and python_version>"2.7"
7
- virtualenv==20.26.1 ;python_version>="3.7"
7
+ virtualenv==20.26.2 ;python_version>="3.7"
8
8
wheel==0.33.6;python_version<="2.7"
9
9
wheel==0.37.1;python_version<="3.6" and python_version>"2.7"
10
10
wheel==0.42.0;python_version<="3.7" and python_version>"3.6"
Original file line number Diff line number Diff line change 1
- boto3==1.34.103
1
+ boto3==1.34.113
2
2
pyinstaller==6.6.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ flake8-future-import==0.4.7
10
10
flake8-print==5.0.0
11
11
isort==5.13.2
12
12
m2r==0.3.1
13
- pep8-naming==0.13.3
13
+ pep8-naming==0.14.1
14
14
pydocstyle==6.3.0
15
- pylint==3.1.0
15
+ pylint==3.2.2
16
16
readme-renderer==43.0
Original file line number Diff line number Diff line change 1
1
satsuki==0.1.50
2
- awscli==1.32.103
2
+ awscli==1.32.113
Original file line number Diff line number Diff line change 1
1
-r docs-check.txt
2
2
3
3
myst-parser==3.0.1
4
- setuptools==69.5.1
4
+ setuptools==70.0.0
5
5
sphinx==7.3.7
6
6
sphinx-rtd-theme==2.0.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ mock==5.1.0;python_version>="3.6"
3
3
pytest==4.6.3;python_version<="2.7"
4
4
pytest==7.0.1;python_version<="3.6" and python_version>"2.7"
5
5
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
6
- pytest==8.2.0 ;python_version>="3.8"
6
+ pytest==8.2.1 ;python_version>="3.8"
7
7
pytest-cov==2.8.1;python_version<="2.7"
8
8
pytest-cov==4.0.0;python_version<="3.6" and python_version>"2.7"
9
9
pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6"
You can’t perform that action at this time.
0 commit comments