cycode 3.11.2.dev5__py3-none-any.whl → 3.11.2.dev7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cycode/__init__.py +1 -1
- {cycode-3.11.2.dev5.dist-info → cycode-3.11.2.dev7.dist-info}/METADATA +2 -2
- {cycode-3.11.2.dev5.dist-info → cycode-3.11.2.dev7.dist-info}/RECORD +6 -6
- {cycode-3.11.2.dev5.dist-info → cycode-3.11.2.dev7.dist-info}/WHEEL +0 -0
- {cycode-3.11.2.dev5.dist-info → cycode-3.11.2.dev7.dist-info}/entry_points.txt +0 -0
- {cycode-3.11.2.dev5.dist-info → cycode-3.11.2.dev7.dist-info}/licenses/LICENCE +0 -0
cycode/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.11.2.
|
|
1
|
+
__version__ = '3.11.2.dev7' # DON'T TOUCH. Placeholder. Will be filled automatically on poetry build from Git Tag
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cycode
|
|
3
|
-
Version: 3.11.2.
|
|
3
|
+
Version: 3.11.2.dev7
|
|
4
4
|
Summary: Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENCE
|
|
@@ -20,7 +20,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.13
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.14
|
|
23
|
-
Requires-Dist: arrow (>=1.0.0,<1.
|
|
23
|
+
Requires-Dist: arrow (>=1.0.0,<1.5.0)
|
|
24
24
|
Requires-Dist: click (>=8.1.0,<8.2.0)
|
|
25
25
|
Requires-Dist: colorama (>=0.4.3,<0.5.0)
|
|
26
26
|
Requires-Dist: gitpython (>=3.1.30,<3.2.0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cycode/__init__.py,sha256=
|
|
1
|
+
cycode/__init__.py,sha256=z_E9HLHUX4ITXTwRr_eJwkhKQDlQKrfoeXvm17SGVvQ,115
|
|
2
2
|
cycode/__main__.py,sha256=Z3bD5yrA7yPvAChcADQrqCaZd0ChGI1gdiwALwbWJ6U,104
|
|
3
3
|
cycode/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
cycode/cli/app.py,sha256=euQuMmLSM7Flq-mIPrie1ogdk09t1l6R_B6PQE_ib8w,6348
|
|
@@ -195,8 +195,8 @@ cycode/cyclient/report_client.py,sha256=Scq30NeJPzgXv0hPLO1U05AdE9i_2iu6cIrSKpEJ
|
|
|
195
195
|
cycode/cyclient/scan_client.py,sha256=iLBLFO9IyAroLAMAo51FLaCHkquYNsSlEqumznW9k9A,15552
|
|
196
196
|
cycode/cyclient/scan_config_base.py,sha256=mXsPZGYCtp85rv5GIige40yQZXuRcEKUW-VQJ0vgFzk,1201
|
|
197
197
|
cycode/logger.py,sha256=EfZGRK6VC5rE_LAjIcRrHFiQCueylCDXoG6bvGkrIME,2111
|
|
198
|
-
cycode-3.11.2.
|
|
199
|
-
cycode-3.11.2.
|
|
200
|
-
cycode-3.11.2.
|
|
201
|
-
cycode-3.11.2.
|
|
202
|
-
cycode-3.11.2.
|
|
198
|
+
cycode-3.11.2.dev7.dist-info/METADATA,sha256=KLy7C3uzsz0KzC9hoPZMDLtqGzb6iSFRpTt2EvC0u-A,81552
|
|
199
|
+
cycode-3.11.2.dev7.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
200
|
+
cycode-3.11.2.dev7.dist-info/entry_points.txt,sha256=iDcVJM8ByLElVgvBgtYxDjw1kT7O8Mo0LcWZIT5L3Ig,45
|
|
201
|
+
cycode-3.11.2.dev7.dist-info/licenses/LICENCE,sha256=2Wx4N6mD_4xB7-E3hPkZ3MPhpJy__k_I8MaCSO-PDRo,1068
|
|
202
|
+
cycode-3.11.2.dev7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|