File tree Expand file tree Collapse file tree
test/Microsoft.ComponentDetection.VerificationTests/resources/pip Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11azure.cli
22azureml-core
3- requests
3+ requests == 2.32.3
44packaging == 20.9
5- setuptools >= 65.5.1
5+ setuptools == 78.1.0
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ def read(fname):
77 return codecs .open (file_path , encoding = 'utf-8' ).read ()
88
99setup (
10- name = 'pytest_pyresultreport' ,
10+ name = 'pytest_pyresultreport' ,
1111 version = '0.1.0' ,
1212 author = 'CG' ,
13- package_dir = {"" :"src" },
14- packages = find_packages (where = "src" ),
13+ package_dir = {"" :"src" },
14+ packages = find_packages (where = "src" ),
1515 maintainer = 'CG' ,
1616 description = 'plugin to modify pytest reports' ,
1717 python_requires = '>=3.7' ,
18- install_requires = ['pytest>=3.7 ' ],
18+ install_requires = ['pytest==8.3.4 ' ],
1919 classifiers = [
2020 'Framework :: Pytest' ,
2121 'Intended Audience :: Developers' ,
@@ -29,8 +29,8 @@ def read(fname):
2929 'Operating System :: OS Independent' ,
3030 ],
3131 entry_points = {
32- 'pytest11' : [
32+ 'pytest11' : [
3333 'py_result_report = pytest_pyresultreport.plugin' ,
3434 ],
3535 },
36- )
36+ )
Original file line number Diff line number Diff line change 11absl-py == 2.2.2
22astunparse == 1.6.3
33certifi == 2025.1.31
4- charset-normalizer == 3.4.1
4+ charset-normalizer == 3.4.3
55flatbuffers == 25.2.10
66gast == 0.6.0
77google-pasta == 0.2.0
@@ -34,4 +34,4 @@ typing_extensions==4.13.1
3434urllib3 == 2.3.0
3535Werkzeug == 3.1.3
3636wheel == 0.45.1
37- wrapt == 1.17.2
37+ wrapt == 1.17.2
Original file line number Diff line number Diff line change 1- requests [socks ] >= 2.32.3 , == 2.32.* ; python_version > "2.7"
1+ requests [socks ] == 2.32.3 ; python_version > "2.7"
You can’t perform that action at this time.
0 commit comments